mediawiki-skins-Vector/resources
Lucas Werkmeister 86c9693693 search: Reduce skins.vector.search module size
Change I765d3bbf89 pushes the module over the configured maximum allowed
size (3 KiB, see bundlesize.config.json); shave off some bytes elsewhere
to bring it below the limit again. IMHO all of these changes should be
acceptable:

* arrow functions are already used elsewhere in this module;
* using the mw.config.get() fallback argument is normal (it slightly
  changes behavior, but I don’t think explicitly setting the search
  client or URL generator to a falsy value and expecting to get the
  default behavior should be considered supported);
* not quoting [name="search"] matches [name=title] immediately above;
* using forEach() with a function reference is still readable (initApp()
  is now called with extra arguments, but that doesn’t matter).

Change-Id: I45dda26cb59279d91804b0c2bbf12174fa78ee12
2022-09-30 19:05:03 +02:00
..
common Follow-up: Clean up sticky header and collapsed TOC styles 2022-09-16 14:25:02 -05:00
mediawiki.less mediawiki.skin.variables: Add border-style and border-width vars 2022-09-23 17:58:42 +00:00
mediawiki.less.legacy Vector legacy no longer imports variables from Vector modern 2022-08-24 15:08:35 +00:00
skins.vector.es6 Follow-up: remove redundant code in TableOfContents.js 2022-09-21 16:44:20 +00:00
skins.vector.js [Visual enhancements next] Make the Echo buttons functional 2022-09-28 17:06:20 -05:00
skins.vector.legacy.js Update @wikimedia/types-wikimedia to latest version 2022-03-28 23:33:50 +00:00
skins.vector.search search: Reduce skins.vector.search module size 2022-09-30 19:05:03 +02:00
skins.vector.styles Merge "[Quick Fix] Fix Vector 2022 should display a "log in" link on private wikis" 2022-09-30 01:36:14 +00:00
skins.vector.styles.legacy [Regression] Restore show on hover behaviour for dropdowns 2022-08-24 10:33:26 -04:00
CheckboxHack.d.ts
CollapsibleTabsPlugin.d.ts
MediaWikiPageReady.d.ts
mw.d.ts
skins.vector.AB.styles.less Refactor TOC A/B test to bucket users on backend 2022-08-08 15:50:28 -06:00
VectorResourceLoaderVirtualConfig.d.ts
vue.d.ts