Commit graph

697 commits

Author SHA1 Message Date
alistair3149 eb58bd6e99
fix(menu): 🐛 show view button specifically on revision and diff pages
The previous attempts didn't catch all the cases. This should be enough.

Related: #845
2024-06-27 18:21:28 -04:00
alistair3149 3d90051ae6
fix(core): 🐛 force selected view button to be visible on revision pages 2024-06-26 17:23:45 -04:00
alistair3149 84d58be232
fix(WikiEditor): 🐛 align toolbar buttons 2024-06-24 15:09:57 -04:00
alistair3149 923ddedcc0
fix(menu): 🐛 avoid double view button on talk page
In 9969479, we forced the view button to be visible to allow the return action (#845).
There are no good ways to target revision page only so we rely on the diff styles.
However, Extension:DiscussionTools inline the said styles on talk page while talk page also has
a return action registered under the associated page menu. This leaves two button serving the
same function.
2024-06-24 14:19:34 -04:00
alistair3149 20fd0643fe
fix(Popups): 🐛 invert icon in dark mode 2024-06-14 12:54:07 -04:00
alistair3149 670d21469e
fix(ooui): 🐛 define invert color for progressive buttons 2024-06-10 23:10:54 -04:00
alistair3149 86ef5ef06d
feat(cssVar): add --color-inverted-primary for text color above primary color 2024-06-10 19:47:49 -04:00
alistair3149 3d146b2374
refactor(cssVar): ♻️ introduce color-inverted 2024-06-05 18:54:54 -04:00
alistair3149 3b90a46109
fix(core): 🐛 revert max-width rule on installed software 2024-05-29 17:52:00 -04:00
alistair3149 83ab221408
feat(core): only handle wikitable instead of all tables
Wikis use tables in creative ways and it is probably just safer to only apply it to wikitables.
Might revisit if there are any news from T330527.
2024-05-29 17:47:13 -04:00
github-actions 121772f8aa ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
2024-05-28 21:44:31 +00:00
alistair3149 a6abc3c993
fix(core): 🐛 incorrect software alignment on Special:Version 2024-05-28 17:43:09 -04:00
alistair3149 be01d5bb6c
feat(TabberNeue): update Tabber styles 2024-05-26 22:32:26 -04:00
alistair3149 45ee5f897c
feat(TabberNeue): add init styles 2024-05-25 03:46:44 -04:00
alistair3149 d7f6c0c53e
feat(TabberNeue): update TabberNeue RL module name 2024-05-25 00:47:02 -04:00
alistair3149 b9225057a7
fix(mediawiki): 🐛 overflow signupstart container 2024-05-18 01:40:07 -04:00
alistair3149 820d612eaf
feat(VisualEditor): hide less useful buttons when width is limited 2024-05-17 19:38:42 -04:00
alistair3149 cae19d7a30
feat(mediawiki): tweak login and signup page styles 2024-05-17 17:14:00 -04:00
github-actions 35af4f89dd ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
2024-05-17 13:46:49 +00:00
alistair3149 9969479938
fix(core): 🐛 do not hide view button on revision page
Closes: #845
2024-05-17 09:45:34 -04:00
alistair3149 03da361b97
feat(components): rewrite template data partials into CitizenComponent components (#846)
- Refactor existing template data-related partials into CitizenComponent components
- Re-implement user menu header as UserInfo
- Add description text for anon and temp user in UserMenu
---------

Co-authored-by: github-actions <github-actions@users.noreply.github.com>
2024-05-15 01:24:43 -04:00
alistair3149 a1e76bc195
feat(VisualEditor): better responsive toolbar handling 2024-05-07 01:49:42 -04:00
alistair3149 4d81dff7fe
fix(ooui): 🐛 only define border color instead of other border properties 2024-05-07 01:23:59 -04:00
alistair3149 76a93e962f
fix(Echo): 🐛 re-implement nojs Echo buttons 2024-05-06 15:28:56 -04:00
github-actions 176c3c4aa2 ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
2024-05-03 22:39:57 +00:00
alistair3149 960dcefe69
feat(DiscussionTools): update header styles 2024-05-03 18:38:57 -04:00
github-actions 877406e449 ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
2024-04-25 21:17:22 +00:00
alistair3149 b186efba69
feat(core): reduce opacity of sticky header 2024-04-25 17:16:19 -04:00
alistair3149 e791a52cd5
refactor(core): ♻️ replace usage of skin-citizen-theme classes 2024-04-24 20:48:43 -04:00
alistair3149 5d8ba9f7b1
feat(SMW): hide entity examiner indicator 2024-04-19 17:07:08 -04:00
alistair3149 fc47692421
feat(core): rename border-color variables and increase contrast
Align variable names with Codex
2024-04-19 15:20:59 -04:00
alistair3149 7aef0c5a50
feat(SMW): tweak browse property font size 2024-04-19 13:48:08 -04:00
github-actions 5bc35e5500 ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
2024-04-17 18:45:35 +00:00
alistair3149 756c87dad7
feat(PortableInfobox): clean up header styles 2024-04-17 14:44:16 -04:00
alistair3149 44e7af78bd
fix(mediawiki): 🐛 image clipping in packed gallery
Fix: #822
2024-04-17 14:04:09 -04:00
alistair3149 f84771f042
refactor(core): ♻️ simplify sticky header background styles 2024-04-16 01:33:25 -04:00
alistair3149 11566de6b6
style(css): 🎨 re-apply stylelint fixes 2024-04-16 01:28:45 -04:00
alistair3149 3fcd46dfc2
feat(datatale): add scroller styles 2024-03-20 13:37:47 -04:00
alistair3149 e72c460391
feat(datatables): completely hide disabled button for search pane 2024-03-19 19:42:07 -04:00
alistair3149 4e236b393d
fix(datatables): 🐛 minor style fixes 2024-03-19 19:35:51 -04:00
alistair3149 a85ecb524e
feat(datatables): sync styles with wikitable 2024-03-19 18:29:25 -04:00
alistair3149 84abe5a71c
feat(datatables): rework search pane and filter styles 2024-03-19 18:01:51 -04:00
alistair3149 b7df8c9e61
feat(datatables): add basic styles for search pane 2024-03-19 15:05:39 -04:00
alistair3149 d0d07d617c
refactor(datatables): ♻️ merge SRF and Cargo datatables styles 2024-03-19 14:24:59 -04:00
alistair3149 8de5b3d39e
feat(VisualEditor): improve visibility of text highlight colors 2024-03-11 15:03:18 -04:00
alistair3149 9cf358fe9b
fix(core): 🐛 file page sticky header overlapping TOC
Closes: #797
2024-03-05 02:10:10 -05:00
alistair3149 b90dd3d2c6
fix(Echo): 🐛 missing styles for new talk page alert 2024-02-27 13:53:36 -05:00
alistair3149 3a62b5f01d
feat(mediawiki): tweak styles on Special:Version 2024-02-26 22:51:52 -05:00
alistair3149 bba839819f
feat(gallery): increase margin for gallery 2024-02-26 18:25:56 -05:00
alistair3149 29727263c8
feat(gallery): use flexbox for packed gallery 2024-02-26 18:05:45 -05:00