mediawiki-skins-Citizen/includes/Hooks
alistair3149 b2bd79196d
feat: rework search module (#386)
* feat: rewrite search module (WIP)
There are some caveats because it is a WIP
- Messages are not i18n yet
- Missing placeholder suggestion thumbnail
- Only REST mode works
- Missing greeting message when there is no search query
- Code might look like a mess (I learned JS not long ago)

* refactor: remove old search module

* feat: clean up search suggestion styles

* feat: hide overflow for suggestion text

* feat: add action API and various cleanup

* feat: re-add abort controller

* feat: add message support and tweaks

* feat: use virtual config instead of ResourceLoader hook

* fix: missing comma in const definition

* feat: add ARIA attributes
2021-05-17 16:34:14 -04:00
..
PreferenceHooks.php feat: Convert hooks to HookHandler interface 2021-01-28 12:46:27 +01:00
ResourceLoaderHooks.php feat: rework search module (#386) 2021-05-17 16:34:14 -04:00
SkinHooks.php fix: inline script should not be loaded on other skins (#376) 2021-05-08 12:41:59 -04:00
ThumbnailHooks.php feat: Convert hooks to HookHandler interface 2021-01-28 12:46:27 +01:00