Commit graph

3811 commits

Author SHA1 Message Date
alistair3149 e38b44edb2
refactor(search): ♻️ simplify URL generation by using mw.util.getUrl
getUrl will handle both the short URL and santization
2024-07-17 14:16:55 -04:00
translatewiki.net 3e94b0a55c
Localisation updates from https://translatewiki.net. 2024-07-15 14:13:39 +02:00
alistair3149 a9fb03fc8e
fix(print): 🐛 only color variables require important declaration 2024-07-15 02:09:05 -04:00
dependabot[bot] eca0b8fa68
build(deps-dev): bump stylelint from 16.6.1 to 16.7.0 (#908)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.6.1 to 16.7.0.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/16.6.1...16.7.0)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-15 02:07:49 -04:00
alistair3149 1fefddd41a
feat(core): implement Codex border-width tokens 2024-07-15 02:07:25 -04:00
alistair3149 5296aef9de
feat(print): add wikitable styles and hide contentSub 2024-07-15 02:03:28 -04:00
alistair3149 aeb083e74d
fix(print): 🐛 add important declaration to hidden print elements 2024-07-14 19:41:41 -04:00
alistair3149 8641becb2a
feat(print): allow font size settings affect print styles 2024-07-14 18:09:53 -04:00
alistair3149 1da57e5902
feat(print): hide page footer in print styles 2024-07-14 18:05:03 -04:00
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