VectorGOLEM/includes
Nicholas Ray 1e7ed6b2e1 Make expanding search input dependent on $wgVectorWvuiSearchOptions
Per T270202#6767750 the input should expand when focused before WVUI
loads. However, the input should *only* expand when `showThumbnail` is
`true` in `$wgVectorWvuiSearchOptions` to match how its done in WVUI
where it takes into account the size of the thumbnails. When
`showThumbnail` is false, it should not expand as the input won't match
WVUI and the WVUI load transition will be jarring.

To test locally, toggle between true/false in your LocalSettings.php:

```
$wgVectorWvuiSearchOptions = [
  "showThumbnail" => false,
];
```
Bug: T270202
Change-Id: I70277c1082a504fbd5f6023e9873e8071de7e35d
2021-01-26 17:37:22 -07:00
..
FeatureManagement Move Wvui Search A/B Logic to FeatureManager 2021-01-26 17:36:37 -07:00
HTMLForm/Fields build: Updating mediawiki/mediawiki-codesniffer to 33.0.0 2020-11-17 23:33:50 +01:00
templates Make expanding search input dependent on $wgVectorWvuiSearchOptions 2021-01-26 17:37:22 -07:00
Constants.php Move Wvui Search A/B Logic to FeatureManager 2021-01-26 17:36:37 -07:00
Hooks.php Move Wvui Search A/B Logic to FeatureManager 2021-01-26 17:36:37 -07:00
ServiceWiring.php Move Wvui Search A/B Logic to FeatureManager 2021-01-26 17:36:37 -07:00
SkinVector.php Make expanding search input dependent on $wgVectorWvuiSearchOptions 2021-01-26 17:37:22 -07:00
SkinVersionLookup.php Use User->isRegistered(), not deprecated isLoggedIn() 2020-12-19 16:44:06 +00:00
VectorServices.php hooks: Don't use SkinVersionLookup directly 2020-08-18 11:40:48 +01:00