alistair3149
e6658147ea
feat(Scribunto): ✨ tweak debug console styles
2023-05-23 14:53:52 -04:00
alistair3149
41312d5093
feat(CodeEditor): ✨ add syntax highlight color
2023-05-23 14:16:00 -04:00
沈澄心
ed93f12e1c
refactor(CodeMirror): remove redundant syntax color CSS var in ext.CodeMirror.lib.less ( #632 )
...
* Update ext.CodeMirror.lib.less
* Update README.md
2023-05-23 14:11:40 -04:00
alistair3149
f1b9e12ee2
refactor(CodeMirror): ♻️ remove redundant syntax color css var
2023-05-23 13:13:13 -04:00
alistair3149
09317936dd
feat(SyntaxHighlight): ✨ unbold some highlight to match with CodeMirror
2023-05-23 13:11:56 -04:00
沈澄心
99935453db
feat(Echo): hide #pt-talk-alert when Echo is enabled ( #626 )
2023-05-23 12:46:36 -04:00
github-actions
849cf184b5
ci: 👷 lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2023-05-23 16:29:02 +00:00
沈澄心
efd02548a6
feat(Scribunto): add support for Scribunto debug console ( #629 )
...
* add support for Scribunto debug console
* Update ext.scribunto.edit.less
* Update README.md
2023-05-23 12:27:54 -04:00
github-actions
c621e26443
ci: 👷 lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2023-05-18 17:54:13 +00:00
沈澄心
0fb2738d96
feat(CommentStreams): add support for CommentStreams ( #624 )
2023-05-18 13:53:07 -04:00
alistair3149
e139df6a24
feat(TemplateData): ✨ add style for TemplateData button in VE
2023-05-01 15:10:41 -04:00
github-actions
1b8049628a
ci: 👷 lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2023-04-28 16:15:13 +00:00
alistair3149
567fc811ea
fix(RelatedArticles): 🐛 larger min-height to trigger lazyload
...
RA needs a larger min-height to trigger the script to load the cards
2023-04-28 12:14:04 -04:00
github-actions
2b1445ae11
ci: 👷 lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2023-03-29 00:43:03 +00:00
Roan Kattouw
6b8ff22383
fix(codex): update button classes for type->weight change ( #606 )
...
* fix(codex): Update button classes for type->weight change
In Codex v0.7.0, the CSS class used for primary buttons changed from
cdx-button--type-primary to cdx-button--weight-primary, type-normal
changed weight-normal, and type-quiet changed to weight-quiet. Update
codex.styles.less accordingly.
See https://phabricator.wikimedia.org/T312987 for more details.
* fix(codex): keep --type for 1.39 compatibility
---------
Co-authored-by: alistair3149 <alistair3149@users.noreply.github.com>
2023-03-28 20:41:55 -04:00
alistair3149
daf5b3d07f
fix(RelatedArticles): enforce min-height for RA to render
...
RA needs a min-height to trigger the JS to render the cards
2023-03-27 13:41:23 -04:00
alistair3149
787ecc3fca
fix(CodeMirror): use same font as edit font
...
This should fix the alignment issue with the syntax highlight overlay
2023-03-18 22:45:32 -04:00
alistair3149
2a6e65b265
feat(RelatedArticles): ✨ add border to RA cards
2023-03-01 16:14:07 -05:00
alistair3149
68313123e9
feat(core): ✨ apply box-sizing: border-box by default
2023-03-01 16:08:07 -05:00
alistair3149
235a76c2bd
feat(core): ✨ add border to Citizen cards
2023-03-01 15:02:34 -05:00
github-actions
9e15415835
ci: 👷 lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2023-02-28 21:59:36 +00:00
github-actions
f08f640240
ci: 👷 lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2023-02-16 18:01:02 +00:00
alistair3149
736bd9adc5
feat(core): ✨ use Citizen font stacks for edit font
2023-02-16 13:00:12 -05:00
alistair3149
af41f98935
feat(core): ✨ use same font family instead of serif for blockquote
...
Since it is the only place that use serif, the serif variable is also removed
2023-02-16 12:13:21 -05:00
alistair3149
3ec84349b1
feat(core): ✨ add support for user-interface-preferences menu
...
This should also fix the issue of ULS not showing up (#587 , #425 ).
2023-02-15 18:38:02 -05:00
alistair3149
f9e872a52a
feat(Translate): ✨ rework Translate header and language tag styles
2023-02-15 18:10:00 -05:00
alistair3149
e2d1230064
fix(VisualEditor): 🐛 VE overlay should have overlay z-index
...
It was missing in the VE skinstyles update.
Fix : #583
2023-02-15 15:52:33 -05:00
alistair3149
1d10b669a6
feat(VisualEditor): ✨ update VisualEditor styles
...
Redo VE styles for 1.39 properly by going through the source code.
Since VE is massive and complex, this might not cover all the use cases but
it should be better than the implementation before.
2023-02-06 17:42:46 -05:00
alistair3149
8659eab296
feat(RelatedArticles): ✨ tweak RA card color
2023-02-06 15:03:02 -05:00
alistair3149
78f79e8529
fix(core): 🐛 incorrect sticky header rendering on changelist
...
Fix : #575
2023-01-31 15:38:03 -05:00
alistair3149
5bf0147499
fix(RelatedArtcles): 🐛 add min-height so that RA cards will render
2023-01-27 14:27:42 -05:00
alistair3149
06071f8bf8
style(OOUI): 🎨 no duplicate selectors
2023-01-27 14:20:31 -05:00
alistair3149
a3ed7666e2
fix(OOUI): 🐛 standardize OOUI window z-index
...
The original z-index (4) was too low and inconsistent with Citizen and Codex.
This should also fix the z-index issues related to OOUI
2023-01-26 19:13:20 -05:00
alistair3149
393c7e1d76
refactor(core): ♻️ use core selector to fix gallery padding
2023-01-25 18:12:04 -05:00
alistair3149
6ce8d2d1f4
feat(RevisionSilder): ✨ add color to bar chart
2023-01-21 14:34:08 -05:00
alistair3149
08cd314432
feat(core): ✨ use Citizen monospace fonts for diff
2023-01-21 14:33:39 -05:00
alistair3149
ca503c7f7b
feat(DiscussionTools): ✨ update DT styles
2023-01-21 14:11:18 -05:00
alistair3149
7a6dfc6645
fix(core): 🐛 incorrect signup stats selector
2023-01-17 22:46:14 -05:00
alistair3149
e4851f9de2
fix(core): 🐛 stricter selector for sign up form container
2023-01-17 16:15:12 -05:00
alistair3149
5c22145295
feat(Echo): ✨ tweak Special:Notifications styles
2023-01-16 19:35:00 -05:00
alistair3149
5589916bfa
fix(VisualEditor): 🐛 incorrect layout for header in preview dialog
2023-01-16 18:25:15 -05:00
alistair3149
f40c0db9bf
fix(core): 🐛 incorrect gallery margin and padding styles
...
See T327016
2023-01-14 19:35:21 -05:00
alistair3149
f11ad86a07
fix(Cargo): 🐛 incorrect hover style for datatable
2023-01-14 19:16:36 -05:00
alistair3149
4c1ec61622
fix(core): 🐛 incorrect layout when signupstart is present
2023-01-12 15:52:33 -05:00
alistair3149
df7346c937
fix(Cargo): restore table to default behavior
...
That behavior will be the same as how we handle other tables as well
2023-01-09 18:55:55 -05:00
alistair3149
8704cc2d91
feat(core): ✨ add file metadata table styles
2023-01-09 18:47:25 -05:00
alistair3149
a021815757
refactor(TwoColConflict): ♻️ remove unused styles
2023-01-09 18:38:56 -05:00
alistair3149
ed36d72482
feat(TwoColConflict): ✨ add TwoColConflict skinStyles
2023-01-09 18:38:09 -05:00
alistair3149
7bd30ebecb
feat(UploadWizard): ✨ update UploadWizard styles
2023-01-08 21:23:23 -05:00
alistair3149
7ea2955312
refactor(codex): remove unused file
2023-01-07 13:47:54 -05:00
alistair3149
3fd4908953
fix(CodeMirror): 🐛 incorrect selector for CM elements
...
This should also fix the text highlight color issue
2023-01-05 01:00:38 -05:00
alistair3149
46437d81f6
feat(CodeMirror): ✨ sync background color with other editors
2023-01-05 00:47:03 -05:00
github-actions
9497163637
ci: 👷 lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2023-01-04 03:59:38 +00:00
alistair3149
5db562008e
feat(Cargo): ✨ cargo table should have reduced font size
2023-01-03 22:58:17 -05:00
alistair3149
1dcb37a467
feat(Cargo): ✨ datatable should have reduced font size
2023-01-03 22:57:04 -05:00
alistair3149
dd7f21bc8e
feat(Cargo): ✨ add responsive support for datatable
2023-01-03 22:52:25 -05:00
github-actions
4f0286aa7c
ci: 👷 lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2023-01-04 03:50:03 +00:00
alistair3149
8adf25e350
fix(Cargo): 🐛 add datatable odd row hover styles
2023-01-03 22:49:08 -05:00
alistair3149
a017bae502
feat(Cargo): ✨ update partial Cargo styles
...
Cargo is massive so it might have to be broken down into several commits
2023-01-03 22:47:51 -05:00
H. C. Kruse
286f4f2f1d
feat(ReplaceText): add ReplaceText styles ( #561 )
...
* feat: Add ReplaceText styles
* ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
* docs: 📚 ️ add missing documentation
Co-authored-by: github-actions <github-actions@users.noreply.github.com>
Co-authored-by: alistair3149 <alistair31494322@gmail.com>
2023-01-03 21:00:48 -05:00
alistair3149
5946089cbb
feat(CodeEditor): ✨ add CodeEditor support
2022-12-15 21:12:22 -05:00
alistair3149
37cdf91257
feat(core): ✨ deprecate background-color-framed and input
...
background-color-framed can be replaced with color-surface-2 most of the time.
input is not used.
They are both deprecated in favor of the simpler color-surface system
2022-12-14 12:56:17 -05:00
alistair3149
529fe221de
feat(core): ✨ tweak notification styles
2022-12-13 18:04:28 -05:00
alistair3149
3517453741
fix(AdvancedSearch): 🐛 1px layout shift in preloader
2022-12-13 17:43:01 -05:00
alistair3149
88fca93c46
feat(AdvancedSearch): ✨ update AdvancedSearch styles
2022-12-13 17:39:50 -05:00
alistair3149
80a35ea571
fix(core): 🐛 do not make search create and exist link into a card
...
Sometimes it might only have a whitespace in it, which creates an empty card
2022-12-13 15:01:54 -05:00
alistair3149
c4bd384235
fix(core): 🐛 incorrect z-index in changelist title
2022-12-12 21:41:19 -05:00
alistair3149
9b9916d61b
feat(MediaSearch): ✨ add grade A support for MediaSearch
2022-12-12 20:11:50 -05:00
alistair3149
653ba19130
feat(core): ✨ align inconsistent search styles
2022-12-12 20:11:48 -05:00
alistair3149
c172966ce4
feat(core): ✨ add rounded corner to mw-ui-button
...
This will align the style with OOUI and Codex
2022-12-08 13:41:43 -05:00
alistair3149
31c7779b82
fix(core): 🐛 message box should be at the top of login form
2022-12-08 13:34:44 -05:00
alistair3149
594b0abc73
feat(core): ✨ update RecentChanges filter styles
2022-12-07 17:06:42 -05:00
alistair3149
a3d88aa7a1
fix(core): 🐛 changelist legends should not be covered by header
2022-12-07 14:38:04 -05:00
alistair3149
75ab097ba1
feat(core): ✨ update MW datatable styles
2022-12-06 15:06:22 -05:00
alistair3149
9bc8d7a44c
feat(MultimediaViewer): ✨ smaller scroll indicator for MMV
2022-12-02 15:14:33 -05:00
alistair3149
9d78879095
fix(core): 🐛 remove border as it collides with MMV button
2022-12-01 22:48:48 -05:00
alistair3149
dd7270bcd4
feat(codex): ✨ add grade A support for Codex
...
Also align with MW UI, OOUI
2022-12-01 22:03:42 -05:00
alistair3149
faf294e899
feat(core): ✨ tweak RC and Watchlist styles
2022-12-01 16:13:25 -05:00
alistair3149
ca7dd9fe86
feat(ooui): ✨ redo OOUI styles
2022-11-30 21:42:28 -05:00
alistair3149
f64f1a2d5e
fix(core): 🐛 input focus state should use hover background color
2022-11-30 16:10:48 -05:00
alistair3149
ce9e9de25b
feat(core): ✨ redo MediaWiki UI styles
2022-11-30 15:38:59 -05:00
alistair3149
1238799a82
feat(Popups): ✨ add responsive support for Popups
2022-11-29 12:51:54 -05:00
alistair3149
dcd7a7bf21
feat(Popups): ✨ update Popups styles
2022-11-28 22:04:07 -05:00
alistair3149
93f5f3fc06
feat(ooui): ✨ do not flip OOUI icons that are marked
2022-11-28 20:46:32 -05:00
alistair3149
28368f3dfa
feat(MultimediaViewer): ✨ tweak scroll indicator behavior
2022-11-28 18:54:14 -05:00
alistair3149
7b6743e4b6
feat(MultimediaViewer): ✨ revamp mmv styles
2022-11-27 22:30:34 -05:00
alistair3149
f041b2cbea
feat(core): ✨ only apply letter spacing to text field labels
2022-11-26 17:59:03 -05:00
alistair3149
97b8ece48f
feat(core): ✨ tweak signup, login page styles
2022-11-24 22:19:52 -05:00
alistair3149
a863949325
feat(core): ✨ tweak gallery styles
2022-11-24 21:11:38 -05:00
alistair3149
467cf85be4
feat(core): ✨ unify sticky header styles
2022-11-24 20:15:13 -05:00
alistair3149
fcf2f436cd
feat(core): ✨ add create account page styles
2022-11-23 22:25:31 -05:00
alistair3149
51c931eed2
feat(core): ✨ add htmlform styles
2022-11-23 21:17:04 -05:00
alistair3149
baab7e17a8
feat(core): ✨ tweak content footer styles
2022-11-23 14:47:14 -05:00
alistair3149
6def7ab990
feat(core): ✨ overhaul MW debug styles
2022-11-21 17:47:18 -05:00
alistair3149
481449c748
feat(RelatedArticles): ✨ tweak gap between cards
2022-11-21 17:47:16 -05:00
alistair3149
d8b2c73e6e
refactor(core): ♻️ only use padding-page when nessecary
2022-11-21 17:47:13 -05:00
alistair3149
9eda536420
refactor(core): ♻️ clean up legacy LESS variables
2022-11-21 17:47:11 -05:00
alistair3149
85e69f5a6b
refactor(core): ♻️ deprecate old font variables
2022-11-21 17:47:09 -05:00
alistair3149
3c0eea2637
feat(RelatedArticles): ✨ update RelatedArticles styles
2022-11-21 17:47:05 -05:00
alistair3149
d238e932a1
feat(core): ✨ add pill and circle border radius variables
2022-11-21 17:46:31 -05:00