github-actions
79ac340667
ci: 👷 lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2024-07-14 21:44:10 +00:00
alistair3149
543400d9d5
feat(print): ✨ rework print styles
2024-07-14 17:43:34 -04:00
github-actions
43a10881b2
ci: 👷 lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2024-07-13 20:42:29 +00:00
Aeywoo
99e7f08313
feat(AccountInfo): add AccountInfo styles ( #749 )
...
---------
Co-authored-by: github-actions <github-actions@users.noreply.github.com>
2024-07-13 16:41:46 -04:00
github-actions
d23869636f
ci: 👷 lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2024-07-12 23:00:40 +00:00
alistair3149
112d656951
build: release 2.24.0 ( #905 )
2024-07-12 19:00:17 -04:00
alistair3149
cae7c753ac
fix(Changelist): 🐛 fix incorrect legends z-index
2024-07-12 18:59:23 -04:00
alistair3149
c3855ff8b9
fix(stickyHeader): use cached value for placeholder height if possible
...
Related: #854
2024-07-12 03:47:25 -04:00
alistair3149
7b6520b9ab
fix(Leaflet): 🐛 fix button alignment
2024-07-11 21:22:31 -04:00
alistair3149
0540f0d393
fix(DataMaps): 🐛 remove unused styles
2024-07-11 21:02:10 -04:00
alistair3149
1688b92456
fix(DataMaps): 🐛 fix OOUI button width and invert icon on dark mode
2024-07-11 20:28:34 -04:00
alistair3149
5fdcfc61f6
feat(DataMaps): ✨ add styles for Extension:DataMaps
2024-07-11 20:24:40 -04:00
alistair3149
a67f075a6a
feat(Leaflet): ✨ bump Leaflet button sizes to match Codex
2024-07-11 19:43:16 -04:00
alistair3149
fb965e3712
feat(Leaflet): ✨ tweak Leaflet control margin
2024-07-11 18:31:06 -04:00
alistair3149
967f712202
refactor(Leaflet): ♻️ use padding instead of margin for popup content
...
This is needed to align with DataMaps, and won't affect existing implementation for
other extensions.
2024-07-11 18:08:06 -04:00
github-actions
9db1f9215c
ci: 👷 lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2024-07-11 21:50:12 +00:00
alistair3149
46c139ac86
feat(DataMaps): ✨ add DataMaps init styles
2024-07-11 17:49:19 -04:00
translatewiki.net
29637e89ac
Localisation updates from https://translatewiki.net .
2024-07-11 14:13:50 +02:00
alistair3149
f0d1176f2a
feat(pref): ✨ add clientpref to disable auto-hide navigation
...
Closes #841
2024-07-10 13:59:03 -04:00
alistair3149
51caa71777
fix(leaflet): 🐛 re-introduce box-shadow back to touch buttons
2024-07-10 00:00:59 -04:00
alistair3149
1471c1bc23
fix(leaflet): 🐛 incorrect checked label selector
2024-07-09 23:56:59 -04:00
alistair3149
4c51200ed5
feat(leaflet): ✨ add Leaflet styles for Leaflet map extensions
...
This should cover the Leaflet styles for Extension:DataMaps, Kartographer, Maps, and SRF
2024-07-09 23:46:20 -04:00
alistair3149
2794a3269c
fix(core): 🐛 explictly set z-index for body container
...
That should avoid position relative elements from going over the sticky header.
Closes : #577
2024-07-09 18:28:31 -04:00
alistair3149
c555dfe1bf
fix(ToC): 🐛 increase z-index of ToC backdrop
2024-07-09 16:51:25 -04:00
alistair3149
b5180bfbda
feat(core): ✨ use Codex tokens for z-index
2024-07-09 16:44:15 -04:00
alistair3149
f66348bdbb
feat(stickyHeader): ✨ reduce page title size
2024-07-08 23:40:08 -04:00
github-actions
fd5c710499
ci: 👷 lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2024-07-09 01:34:01 +00:00
alistair3149
faf14e82b2
build: release 2.23.0 ( #901 )
2024-07-08 21:33:35 -04:00
alistair3149
6dfc62b15d
fix(core): 🐛 add webkit prefix to backdrop filter rules
...
Safari needs the -webkit- prefix
2024-07-08 19:07:25 -04:00
alistair3149
7178f6d372
feat(CiteThisPage): ✨ add styles for Extension:CiteThisPage
2024-07-08 18:12:44 -04:00
alistair3149
a4593d7dd3
fix(dropdown): 🐛 use both touchstart and mousedown event listener for click outside event
...
On iOS devices, click event listeners don't work when the target does not have cursor: pointer.
This should resolve the issue for iOS browsers.
Related: #895
2024-07-08 15:54:15 -04:00
alistair3149
aaa677f2d6
fix(toc): 🐛 fix transparent ToC button
2024-07-08 15:35:01 -04:00
alistair3149
20e4f7ec6e
feat(dropdown): ✨ add fade-in animation to dropdown menu
2024-07-08 15:33:02 -04:00
alistair3149
8eef0aae42
feat(stickyHeader): ✨ add background transition
2024-07-08 14:29:33 -04:00
alistair3149
7f9f975b9e
fix(stickyHeader): 🐛 only add sticky class on resize when it is applicable
2024-07-08 14:01:13 -04:00
translatewiki.net
665aa86f92
Localisation updates from https://translatewiki.net .
2024-07-08 14:11:39 +02:00
github-actions
49663c9199
ci: 👷 lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2024-07-08 06:24:11 +00:00
alistair3149
ecc4cca043
fix(search): 🐛 check if article path has question mark before adding search params
...
Fixes : #903
2024-07-08 02:23:43 -04:00
github-actions
a883f9dda0
ci: 👷 lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2024-07-07 22:18:34 +00:00
alistair3149
a7a763b57f
fix(stickyHeader): 🐛 use more accurate calculation for placeholder
2024-07-07 18:17:50 -04:00
github-actions
1214750eab
ci: 👷 lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2024-07-07 21:58:50 +00:00
alistair3149
e5336c4610
fix(stickyHeader): 🐛 add a placeholder element to page header to avoid layout shift when stickied
...
Closes : #854
2024-07-07 17:58:02 -04:00
alistair3149
e9fd488cee
fix(share): 🐛 incorrect debounce parameter assignment
2024-07-07 17:40:37 -04:00
alistair3149
55b310d26d
fix(search): 🐛 fix incorrect parameter for debounce function
2024-07-07 17:33:41 -04:00
alistair3149
28968179ce
feat(codex): ✨ backport Codex v1.8.0 variables to mediawiki.skin.variables
2024-07-07 15:57:33 -04:00
github-actions
c7dfa58393
ci: 👷 lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2024-07-07 10:26:24 +00:00
alistair3149
72edb817be
fix(toc): 🐛 keep ToC button at the same position
2024-07-07 06:25:38 -04:00
github-actions
f19bfe11e7
ci: 👷 lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2024-07-07 07:07:33 +00:00
alistair3149
91619884ab
fix(core): 🐛 incorrect box-shadow values
...
It seems that stylelint somehow wiped out the previous value.
2024-07-07 03:06:42 -04:00
alistair3149
9037fd1784
feat(SearchDigest): ✨ tweak stats table styles
2024-07-07 03:01:49 -04:00