Merged the search handling into a single module
authorAlexander Ebert <ebert@woltlab.com>
Fri, 31 Dec 2021 17:14:55 +0000 (18:14 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 31 Dec 2021 17:14:55 +0000 (18:14 +0100)
commit8267194f09991d5f2c79314ec22acbe2ada777bf
tree72a7003e2700b4923f552aa38bab853f992ec548
parent16a746b27d35dc8d7693c29de6505b79125ffdd3
Merged the search handling into a single module

It was previously split between the `Ui/Page/Header/Fixed` and `Ui/Mobile` module. This commit only merges the two with purely compatibility related changes.
ts/WoltLabSuite/Core/Bootstrap.ts
ts/WoltLabSuite/Core/Ui/Mobile.ts
ts/WoltLabSuite/Core/Ui/Search.ts [new file with mode: 0644]
wcfsetup/install/files/js/WoltLabSuite/Core/Bootstrap.js
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Mobile.js
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Search.js [new file with mode: 0644]