mediawiki-skins-Vector/resources
Jdrewniak a458e1dbec Create dark mode launch banner for Vector 2022
Creates a dark mode launch banner, (copied from the MinervaNue skin) to
announce the launch of dark-mode for Vector 2022.

The banner itself is not invoked anywhere by default, but will be
invoked through CentralNotice as a banner as part of a launch campaign.

To invoke the banner manually, execute the following in the dev console:

```
mw.loader.using( 'skins.vector.DarkModeLaunchBanner', function( require ) {
    require( 'skins.vector.DarkModeLaunchBanner')();
} );
```

Bug: T370303
Change-Id: I1ca4aab8c302ef418bc1d12dde0d80c96c3b8d4f
(cherry picked from commit 7b35e6b1e8)
2024-07-24 19:06:42 +00:00
..
images build: Update 'svgo' to latest v3.2.0 2024-01-11 23:28:28 +01:00
mediawiki.less Remove external link variables, and replace content-links modules with Codex 2024-06-17 14:35:33 -05:00
skins.vector.clientPreferences Increase specificity in dark-mode feedback link styles 2024-07-16 11:27:49 -04:00
skins.vector.DarkModeLaunchBanner Create dark mode launch banner for Vector 2022 2024-07-24 19:06:42 +00:00
skins.vector.js Show night mode gadget disable message on the correct section 2024-07-11 11:44:56 -07:00
skins.vector.legacy.js build: Update eslint-config-wikimedia to 0.28.0 and autofix 2024-06-06 16:22:05 +01:00
skins.vector.search build: Update eslint-config-wikimedia to 0.28.0 and autofix 2024-06-06 16:22:05 +01:00
skins.vector.styles Force light theme in print styles, remove unnecessary css variables 2024-07-02 16:02:55 -05:00
skins.vector.styles.legacy Footer: Add styles for buttons 2024-06-25 16:43:41 +02:00
.eslintrc.json build: Upgrade eslint-config-wikimedia from 0.25.1 to 0.26.0 2024-01-11 14:19:57 -05:00
CheckboxHack.d.ts
CollapsibleTabsPlugin.d.ts
MediaWikiPageReady.d.ts
mw.d.ts Use centralized MediaWiki typescript definition 2021-07-26 21:27:12 +00:00
VectorResourceLoaderVirtualConfig.d.ts Refactor: Separate A/B test configuration from site configuration 2023-04-11 22:40:45 +00:00
vue.d.ts Integrate WVUI search into Vector 2020-12-08 13:27:12 -08:00