Commit graph

1812 commits

Author SHA1 Message Date
alistair3149 ae8235cd46
feat: tweak TabberNeue button styles 2021-06-21 21:00:42 -04:00
alistair3149 692cc19825
build: bump to 1.9.2 2021-06-21 20:53:55 -04:00
alistair3149 e0b188ed6b
fix: duplicated CSS selector 2021-06-21 20:53:47 -04:00
alistair3149 4d3e18898e
feat: tweak p element margin 2021-06-21 20:51:50 -04:00
alistair3149 e2e5f62ca7
feat: add TabberNeue styles 2021-06-21 20:50:25 -04:00
translatewiki.net 9bc7bedd19 Localisation updates from https://translatewiki.net. 2021-06-21 12:33:52 +02:00
github-actions 407f2ea5c2 ci: lint code to MediaWiki standards
Check commit and GitHub actions for more details
2021-06-20 06:14:26 +00:00
alistair3149 5347f86585
build: bump to 1.9.1 2021-06-20 02:13:55 -04:00
alistair3149 e0b0c6def7 ci: disable font-size px check
Will be enable again after refactoring font size to rem
2021-06-20 02:13:28 -04:00
alistair3149 9498394228 build: update stylelint-config-wikimedia to 0.11.1 2021-06-20 02:13:28 -04:00
github-actions c0ce609cd4 ci: lint code to MediaWiki standards
Check commit and GitHub actions for more details
2021-06-20 06:04:43 +00:00
alistair3149 bc59fb82aa
refactor: clean up footer functions 2021-06-20 02:03:43 -04:00
github-actions 89b21a5b0c ci: lint code to MediaWiki standards
Check commit and GitHub actions for more details
2021-06-15 14:27:00 +00:00
alistair3149 f0678b6f34
feat: hide not logged in message on personal menu 2021-06-15 10:25:59 -04:00
alistair3149 bc71d5c9c0
fix: incorrect selector for loading class 2021-06-12 10:00:26 -04:00
alistair3149 5f168f03ee
feat: add page load progress bar 2021-06-12 09:54:47 -04:00
alistair3149 f21e19c5d8
feat: set sub, sup line-height to 1 2021-06-10 19:26:05 -04:00
alistair3149 f8b3cc1243
doc: update readme for 1.35.2 bump 2021-06-10 01:09:11 -04:00
alistair3149 354e994529
build: bump to 1.9.0 2021-06-09 15:00:40 -04:00
alistair3149 64c8ca3a3f
Merge pull request #393 from StarCitizenTools/dev
Major bug fixes related to 1.36+
2021-06-09 15:00:09 -04:00
alistair3149 19119f2b5d
feat: add auto theme to preferences 2021-06-09 14:40:44 -04:00
alistair3149 0fa725ad77
refactor: do not load ToC styles when not needed 2021-06-09 13:56:32 -04:00
alistair3149 ac06d312d3
feat: bump MediaWiki requirement to 1.35.2
Nessecary as SkinModule features are not supported before 1.35.2
2021-06-09 13:51:17 -04:00
alistair3149 5fcba674ba feat: avoid loading unnessecary features 2021-06-09 13:49:55 -04:00
alistair3149 82d48ac4e8 refactor: depreciate User->isLoggedIn (T270450) 2021-06-09 13:48:16 -04:00
translatewiki.net 6d7ed3c6dd Localisation updates from https://translatewiki.net. 2021-05-31 12:17:33 +02:00
alistair3149 62f161f633 fix: incorrect variable name 2021-05-27 11:20:12 -04:00
alistair3149 f60e4b2626 fix: remove empty line in stylesheet 2021-05-27 11:20:12 -04:00
alistair3149 08987c9215 feat: add rounded corner to thumbnails
also merge thumbnail styles into one file
2021-05-27 11:20:12 -04:00
github-actions 8b73bb288f ci: lint code to MediaWiki standards
Check commit and GitHub actions for more details
2021-05-27 11:20:12 -04:00
alistair3149 3f39808795 build: update dependency 2021-05-27 11:20:12 -04:00
alistair3149 5c6408d766 feat: convert border radius to CSS variable 2021-05-27 11:20:12 -04:00
translatewiki.net 04dc5a24f0 Localisation updates from https://translatewiki.net. 2021-05-27 10:43:27 -04:00
alistair3149 321f9a7f3d
refactor: only apply responsive styles to thumbnails 2021-05-22 19:19:37 -04:00
alistair3149 b698a20f26
feat: VE page header style tweaks 2021-05-21 11:15:34 -04:00
alistair3149 7e20df1f0b
doc: change default branch from master to main 2021-05-20 12:08:06 -04:00
alistair3149 57405796f0
feat: remove mw-body-content from site notice
mw-body-content should only be used for article content, see T279388 for relevant discussions
2021-05-20 01:57:00 -04:00
alistair3149 906cfd88ba
feat: add styles for mediawiki.notification 2021-05-18 21:13:59 -04:00
alistair3149 257abc84d0
feat: refresh the typeahead when blur 2021-05-18 13:26:00 -04:00
alistair3149 5e1d51d8a1
fix: unable to click link in typeahead 2021-05-18 13:14:51 -04:00
github-actions ea428465b8 ci: lint code to MediaWiki standards
Check commit and GitHub actions for more details
2021-05-18 16:35:05 +00:00
alistair3149 48deb87709
fix: add null check when accessing undefined keys
Co-authored-by: Hannes Kruse <hannes@octofox.de>
2021-05-18 12:34:08 -04:00
alistair3149 580f80bacc
build: bump to 1.8.1 2021-05-18 12:29:38 -04:00
alistair3149 b32151c99a
fix: remove click eventlistener when pref panel is hidden 2021-05-18 12:27:10 -04:00
alistair3149 5c57415a86
refactor: add polyfill for replaceChildren
Co-authored-by: Hannes Kruse <hannes@octofox.de>
2021-05-18 12:25:34 -04:00
alistair3149 2564ba1268
refactor: replace onBlur event with click listener 2021-05-18 12:23:05 -04:00
alistair3149 d0f23fa991 fix: incorrect breakpoint for search bar 2021-05-17 19:27:28 -04:00
alistair3149 5d1af2ccb4
fix: inconsistent cursor in header button 2021-05-17 18:58:12 -04:00
alistair3149 edf6aa1834
fix: search suggestion height overflow 2021-05-17 17:58:48 -04:00
github-actions 9d792fc5b0 ci: lint code to MediaWiki standards
Check commit and GitHub actions for more details
2021-05-17 21:55:52 +00:00