github-actions
9befcc4a3a
ci: 👷 lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2023-05-31 09:05:17 +00:00
沈澄心
9cf37c20e3
feat(SmiteSpam): add SmiteSpam support ( #641 )
...
* Create ext.SmiteSpam.retriever.less
* Update skin.json
* Update skin.json
* Update README.md
* Update skin.json
2023-05-31 05:04:32 -04:00
github-actions
c95eb87a25
ci: 👷 lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2023-05-27 23:14:23 +00:00
沈澄心
1158a3c13c
feat(VEForAll): add VEForAll styles( #637 )
...
* VEForAll support
* Update ext.veforall.main.less
* Update ext.CommentStreams.less
* Update ext.veforall.main.less
* Update ext.scribunto.edit.less
* Update README.md
Also fix various readme doc
2023-05-27 19:13:38 -04:00
沈澄心
bf79397864
fix(Echo): fix Echo popup height ( #638 )
...
* Update ext.echo.ui.less
* Update ext.echo.ui.less
* Escape calc CSS func
---------
Co-authored-by: alistair3149 <alistair3149@users.noreply.github.com>
2023-05-27 15:00:15 -04:00
github-actions
fd84f91018
ci: 👷 lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2023-05-27 18:43:09 +00:00
沈澄心
dc17bbe5cf
feat(CommentStreams): update CommentStreams color ( #636 )
...
* Update ext.CommentStreams.less
* Update ext.CommentStreams.less
* Update ext.CommentStreams.less
2023-05-27 14:42:21 -04:00
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
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
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
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
5bf0147499
fix(RelatedArtcles): 🐛 add min-height so that RA cards will render
2023-01-27 14:27:42 -05:00
alistair3149
6ce8d2d1f4
feat(RevisionSilder): ✨ add color to bar chart
2023-01-21 14:34:08 -05:00
alistair3149
ca503c7f7b
feat(DiscussionTools): ✨ update DT styles
2023-01-21 14:11:18 -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
f11ad86a07
fix(Cargo): 🐛 incorrect hover style for datatable
2023-01-14 19:16:36 -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
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
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