Go to file
Nicholas Ray 8fb87e32a8 Prevent layout shift of the notification icon in the mobile site
The notification icon was previously server rendered without the
`mw-ui-button` and `mw-ui-quiet` classes and then these classes were
added when the JS kicked in which resulted in a 1px layout shift as
`mw-ui-button` applied a 1px border. `mw-ui-quiet` is needed to make the
border transparent.

Change-Id: If44919798815eb6959e6dd9873db5f0bc533d742
2022-05-18 14:25:52 -06:00
.phan Add phan 2019-04-10 18:51:59 +02:00
db_patches Bump minimum required version for upgrade from 1.28 to 1.29 2022-04-12 16:20:19 +01:00
i18n Localisation updates from https://translatewiki.net. 2022-05-18 08:19:33 +02:00
images Remove all traces of cross-wiki beta feature 2019-04-17 22:18:13 -07:00
includes Prevent layout shift of the notification icon in the mobile site 2022-05-18 14:25:52 -06:00
maintenance Replace deprecated User::newFromIdentity with UserFactory 2022-02-11 20:35:49 +00:00
modules Merge "Don't change width of Vector when more than 0 notifications" 2022-05-16 20:04:30 +00:00
scripts Use addDescription() instead of accessing guts directly 2019-03-26 22:07:48 -07:00
tests tests: Use native QUnit.test.each(), ES5, and other cleanups 2022-05-13 19:18:28 +01:00
.eslintignore eslint: Use .eslintignore 2022-05-09 14:00:02 +01:00
.eslintrc.json eslint: Lint Gruntile.js using server rules 2022-02-07 16:30:24 +00:00
.gitignore Add DS_Store to gitignore 2021-07-13 13:58:44 -05:00
.gitreview Whoops, track not trace 2016-10-24 17:02:28 -07:00
.mailmap Update Legoktm's mailmap entry 2021-04-11 19:15:52 -07:00
.phpcs.xml Enable and fix ReturnTypeDeclaration sniff 2021-07-24 04:36:30 +00:00
.stylelintrc.json build: Update stylelint-config-wikimedia to 0.13.0 2022-05-09 14:05:59 +01:00
.svgo.config.js eslint: Use .eslintignore 2022-05-09 14:00:02 +01:00
CODE_OF_CONDUCT.md build: Updating mediawiki/mediawiki-codesniffer to 22.0.0 2018-09-03 01:46:10 +00:00
composer.json build: Updating dependencies 2022-02-06 09:37:32 +00:00
COPYING Add COPYING 2014-01-24 16:00:24 -08:00
Echo.alias.php Update special page aliase for Kurdish (Latin script) 2020-10-08 15:35:22 +02:00
echo.sql Remove unused index echo_notification_user_hash_timestamp also from the canonical SQL file 2020-01-10 21:04:03 +02:00
extension.json Merge "WatchlistChangePresentationModel: Place in "message" section" 2022-05-15 19:34:35 +00:00
Gruntfile.js eslint: Use .eslintignore 2022-05-09 14:00:02 +01:00
jsduck.external.js build: Update eslint-config-wikimedia to 0.16.1 2020-06-15 16:19:00 +01:00
jsduck.json Add JSDuck support and fix errors 2016-05-11 14:07:12 -07:00
jsduck_custom_tags.rb jsduck: Remove custom @source tag 2016-09-21 00:51:46 +01:00
package-lock.json build: Update stylelint-config-wikimedia to 0.13.0 2022-05-09 14:05:59 +01:00
package.json build: Update stylelint-config-wikimedia to 0.13.0 2022-05-09 14:05:59 +01:00
RELEASE_NOTES BREAKING CHANGE: Use ISO 8601 for 'ts' in cross-wiki summary. 2016-07-27 17:00:05 -04:00
ServiceWiring.php Move EchoPush namespace to MediaWiki\Extension\Notifications\Push 2022-04-25 13:56:09 +01:00