mediawiki-skins-Vector/includes/templates
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
..
legacy Use {{link-mainpage}} in legacy sidebar same as new logo 2021-01-13 00:29:58 +00:00
Footer.mustache Source footer data from SkinMustache 2020-09-30 23:08:38 +00:00
Footer__row.mustache Source footer data from SkinMustache 2020-09-30 23:08:38 +00:00
Header.mustache Simplify menu code 2021-01-04 19:02:34 +00:00
Indicators.mustache Rename template variables to mirror SkinMustache 2020-07-13 21:57:40 +00:00
Logo.mustache Use the SkinMustache template variable for the main page link 2020-11-16 13:18:18 -08:00
Menu.mustache Drop unsupported skin CSS classes 2020-10-01 19:50:24 +00:00
Navigation.mustache Fix template references 2021-01-06 13:56:01 -08:00
SearchBox.mustache Make expanding search input dependent on $wgVectorWvuiSearchOptions 2021-01-26 17:37:22 -07:00
Sidebar.mustache Languages can be moved out of sidebar 2021-01-22 09:10:49 -08:00
skin-legacy.mustache Usages of page-langcode dropped for html-user-language-attributes 2021-01-20 16:13:12 -08:00
skin.mustache Create .mw-body-header element for body content 2021-01-25 23:57:47 +01:00