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
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
5589916bfa
fix(VisualEditor): 🐛 incorrect layout for header in preview dialog
2023-01-16 18:25:15 -05:00
alistair3149
68c199d1e9
refactor(core): ♻️ handle VE merged edit buttons better
2022-11-21 17:43:16 -05:00
alistair3149
8793a243c3
feat(core): ✨ rewrite body layout into flex and grid
2022-11-21 17:41:42 -05:00
github-actions
443c7ada54
ci: 👷 lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2022-10-04 23:38:07 +00:00
alistair3149
4a7489e19f
feat(skinStyles): ✨ add missing VE styles
2022-10-04 19:37:17 -04:00
alistair3149
7452546df9
refactor(skinStyles): ♻️ clean up unused VE styles
2022-10-04 19:24:39 -04:00
alistair3149
d2dca07618
fix(skinStyles): 🐛 various clipping in VisualEditor
2022-10-04 19:22:54 -04:00
alistair3149
a59aeff4a3
fix(skinStyles): 🐛 incorrect VE new paragraph button color
2022-10-04 19:05:57 -04:00
alistair3149
9388b92b27
fix(skinStyles): 🐛 incorrect VE dark mode background
...
Fixing incorrect dark background in dialog in VE (#489 , #525 )
2022-10-02 11:53:22 -04:00
alistair3149
6de95d4fec
feat(core): redesign site header ( #521 )
...
Change header into vertical header for large screen and bottom header for small screen.
2022-09-29 19:12:56 -04:00
alistair3149
9c33c3dab4
feat(skinStyles): add missing placeholder style for VE
2022-05-07 00:07:15 -04:00
alistair3149
0e4c8a8a1d
fix: inverted image in VE edit link widget
2021-08-26 17:19:21 -04:00
alistair3149
d413115eeb
feat: update VisualEditor skinStyles to grade A
2021-08-04 19:59:52 -04:00
alistair3149
8bca28662b
feat: remove mw-body-content from HTML
...
T279388
mw-body-content is used within body content in 1.37. The original mw-body-content container will use the class citizen-body instead.
2021-07-30 11:44:02 -04:00
alistair3149
b698a20f26
feat: VE page header style tweaks
2021-05-21 11:15:34 -04:00
alistair3149
674cfa274e
fix: VE toolbar overlapping drawer in tablet or above viewport
2021-05-17 17:11:12 -04:00
github-actions
11ee87cedd
ci: lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2021-05-16 18:25:52 +00:00
alistair3149
9a2bbf85a9
fix: remove ToC margin when VE is activated ( #385 )
...
A side margin is added to make space for ToC when there is one. However, there is no ToC in VE so it should be removed.
2021-05-16 14:25:07 -04:00
alistair3149
5e0f9b6e14
fix: incorrect disabled shortened VE save button style ( #375 )
2021-05-08 12:54:08 -04:00
github-actions
3643b533af
ci: lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2021-05-07 02:37:23 +00:00
Eshagh
c891f42fd1
feat: add RTL icons for drawer toggle and VE save button ( #374 )
...
* Customize the drawer button for RTL language
* Convert ">" to "<" for RTL language
Co-authored-by: eshagh79 <eshagh094@gmail.com>
2021-05-06 22:36:34 -04:00
alistair3149
73b95c9d37
fix: hidden ooui window manager inside VE toolbar on small viewport ( #369 )
2021-05-05 13:22:11 -04:00
alistair3149
76d5daa956
refactor: simplify body margin styles
2021-04-19 12:38:39 -04:00
github-actions
08d1495bee
ci: lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2021-04-18 18:26:51 +00:00
alistair3149
d042e94694
fix: clipping with VE toolbar
2021-04-18 14:25:47 -04:00
alistair3149
a5b2d0e5fc
fix: hidden special character tool in VE
2021-03-26 12:12:43 -04:00
alistair3149
523ddcc8e9
feat: update CodeMirror styles
2021-03-19 12:36:01 -04:00
alistair3149
8e2aa85e87
fix: alignment between CodeMirror and VisualEditor
2021-03-19 12:04:20 -04:00
alistair3149
0a15edff9f
fix: incorrect color for DiscussionTools input border
2021-03-18 14:17:59 -04:00
alistair3149
c2b33858b1
fix: remove unused VE padding styles
2021-03-18 14:09:52 -04:00
github-actions
378f12c12d
ci: lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2021-03-14 02:32:31 +00:00
alistair3149
89cfc383ca
fix: incorrect font size for source edit mode
2021-03-13 21:31:43 -05:00
alistair3149
3044aed787
fix: fix incorrect font size in visual edit mode
2021-03-13 16:18:38 -05:00
alistair3149
096f98ad91
feat: convert font family to root CSS variable
2021-03-09 13:13:49 -05:00
github-actions
daeb073c74
ci: lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2021-03-08 15:32:37 +00:00
alistair3149
009333884a
fix: VE tool popup menu height
2021-03-08 10:31:46 -05:00
alistair3149
d2f9882b20
feat: make whole VE toolbar avaliable in mobile
2021-03-08 10:25:22 -05:00
alistair3149
7c433d9bf0
feat: add styles for VE template modal
2021-03-07 19:13:55 -05:00
alistair3149
1d6ca53334
fix: add missing styles for VE save dialog
2021-01-29 12:33:34 -05:00
alistair3149
f65bf157bd
feat: move personal menu to header ( #231 )
...
* fix: fix header background bleeding in VE
* feat: move personal menu out of drawer to header
* feat: update personal menu styles in smaller breakpoints
* fix: fix typo in qqq documentation
* ci: lint code to MediaWiki standards
Check commit and GitHub actions for more details
* feat: add title text to personal menu button
Co-authored-by: github-actions <github-actions@users.noreply.github.com>
2021-01-19 15:56:42 -05:00
alistair3149
1012df868f
fix: fix white overlap on VE mobile edit screen
2021-01-15 15:05:26 -05:00
alistair3149
d647a8453d
feat: update input field styles
2021-01-14 19:09:15 -05:00
alistair3149
745db063bb
feat: tweak VisualEditor styles
2021-01-14 18:52:40 -05:00
Hannes
5ca55c4f74
bug: fix ve darkmode selector
2021-01-13 10:23:10 +01:00
alistair3149
da76ccbbeb
refactor: order styles with idiomatic order
2021-01-11 11:45:52 -05:00
Hannes
13e853ac9a
refactor: Convert color-scheme query to class
2021-01-09 22:57:28 +01:00
alistair3149
83974ee295
Fix VE edit summary dark mode color
2020-06-23 14:45:57 -04:00