alistair3149
dd82c57155
feat(font): ✨ sync cjk font weight with RobotoFlex
2022-10-27 22:35:17 -04:00
alistair3149
8e272a5bd4
feat(font): ✨ replace RobotoVF with RobotoFlex
...
* Subset using Google Fonts unicode range
* Include opsz and GRAD axis
2022-10-27 22:31:37 -04:00
alistair3149
4fd4cb2f38
ci: 👷 disable function-url-quotes for font face files
2022-10-27 17:05:29 -04:00
github-actions
56b4ba76e6
ci: 👷 lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2022-10-27 20:54:07 +00:00
alistair3149
b89873d99c
feat(fonts): ✨ add Noto Sans CJK font support
...
This is by default disabled since it is only used for wikis with CJK language,
and also it adds around 100kb to the startup stylesheet. The fonts are subsetted
with Google Fonts slicing pattern, so it should be performance friendly
2022-10-27 16:53:12 -04:00
alistair3149
9b9b3613c3
feat(core): ✨ reduce scroll top padding
...
This should place the scroll target close to content header
2022-10-25 16:05:01 -04:00
alistair3149
6b9fe9c2fa
fix(core): 🐛 hide sticky header overflow
2022-10-25 15:03:16 -04:00
alistair3149
f1fb5537c9
feat(AJAXPoll): ✨ add skinStyle for AJAXPoll ( #487 )
2022-10-25 14:55:39 -04:00
alistair3149
fa3582dfd0
fix(core): incorrect content header z-index
2022-10-25 13:40:43 -04:00
dependabot[bot]
f8b2153df4
build(deps): bump tj-actions/changed-files from 32 to 33 ( #535 )
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 32 to 33.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](https://github.com/tj-actions/changed-files/compare/v32...v33 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-25 09:35:19 -04:00
dependabot[bot]
887a184655
build(deps-dev): bump svgo from 2.8.0 to 3.0.0 ( #534 )
...
Bumps [svgo](https://github.com/svg/svgo ) from 2.8.0 to 3.0.0.
- [Release notes](https://github.com/svg/svgo/releases )
- [Changelog](https://github.com/svg/svgo/blob/main/CHANGELOG-old.md )
- [Commits](https://github.com/svg/svgo/compare/v2.8.0...v3.0.0 )
---
updated-dependencies:
- dependency-name: svgo
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-25 09:35:10 -04:00
translatewiki.net
6b93552e86
Localisation updates from https://translatewiki.net .
2022-10-24 13:09:51 +02:00
alistair3149
50a00143b0
fix(search): 🐛 encode suggestion URL key
2022-10-23 22:47:49 -04:00
alistair3149
0083d2fb84
feat(tabberNeue): ✨ update active tab selector
2022-10-23 17:17:05 -04:00
github-actions
4979310897
ci: 👷 lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2022-10-23 20:38:36 +00:00
alistair3149
4f651b41ca
feat(pwa): ✨ add basic support for service worker
...
This is super basic and experimental.
It will be expanded upon in the future, but for now it will satisfy the
requirement for PWA
2022-10-23 16:37:43 -04:00
alistair3149
bc8d1a320f
feat(pwa): ✨ use standalone mode
...
Now with the loading indicator back in, we can use standalone mode
2022-10-23 14:00:51 -04:00
github-actions
2c3db10bb9
ci: 👷 lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2022-10-23 17:38:49 +00:00
alistair3149
56005ae627
feat(pwa): ✨ use wgLogos instead
2022-10-23 13:38:05 -04:00
alistair3149
140f1d6e12
chore(release): 🚀 2.0.0-beta.2
2022-10-22 19:01:41 -04:00
alistair3149
72dfe31667
fix(pwa): 🐛 missing services variable
2022-10-22 18:59:26 -04:00
github-actions
ca244f0bbf
ci: 👷 lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2022-10-22 21:37:34 +00:00
alistair3149
ffb4e34443
feat(pwa): ✨ add helpful shortcuts to manifest
2022-10-22 17:36:58 -04:00
alistair3149
4c655a2b32
refactor(pwa): ♻️ move icons into separate function
2022-10-22 17:05:19 -04:00
alistair3149
5e2be1d974
feat(pwa): ✨ define scope parameter
...
So that /w/ path will not throw you out of the PWA
2022-10-22 16:49:56 -04:00
alistair3149
d80b91a4a8
refactor(pwa): ♻️ sort parameter by W3 draft
...
https://www.w3.org/TR/appmanifest/
2022-10-22 16:30:34 -04:00
alistair3149
b51b0c2332
feat(core): ✨ use minimal-ui instead of standalone in webapp manifest
...
This will allow minimal navigation UI for easier navigation
2022-10-22 15:43:55 -04:00
alistair3149
5fbba91fd9
feat(tabberNeue): ✨ update skinStyles
2022-10-21 18:11:01 -04:00
alistair3149
911f21420f
feat(core): ✨ increase scroll padding ( #533 )
...
This should stop anchor hidding behind sticky header,
also makes anchor more readable in the viewport
2022-10-21 14:40:55 -04:00
alistair3149
9cff2cfe25
docs: 📚 ️ update Math to grade B
2022-10-21 14:25:48 -04:00
alistair3149
fa1ae98497
feat(smw): revamp SMW skinStyles ( #532 )
...
Update to grade A
2022-10-21 13:44:15 -04:00
alistair3149
55f7bcffad
feat(core): ✨ use flex layout for mw-indicators
2022-10-20 17:32:22 -04:00
translatewiki.net
438914a425
Localisation updates from https://translatewiki.net .
2022-10-20 13:11:21 +02:00
dependabot[bot]
02aba0ac25
build(deps): bump tj-actions/changed-files from 31 to 32 ( #529 )
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 31 to 32.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](https://github.com/tj-actions/changed-files/compare/v31...v32 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-19 17:08:54 -04:00
dependabot[bot]
1fb48cafc9
build(deps-dev): update mediawiki/mediawiki-phan-config requirement ( #530 )
...
Updates the requirements on [mediawiki/mediawiki-phan-config](https://github.com/wikimedia/mediawiki-phan-config ) to permit the latest version.
- [Release notes](https://github.com/wikimedia/mediawiki-phan-config/releases )
- [Changelog](https://github.com/wikimedia/mediawiki-phan-config/blob/master/HISTORY.md )
- [Commits](https://github.com/wikimedia/mediawiki-phan-config/compare/0.11.1...0.12.0 )
---
updated-dependencies:
- dependency-name: mediawiki/mediawiki-phan-config
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-19 17:08:49 -04:00
dependabot[bot]
249ebead85
build(deps): bump styfle/cancel-workflow-action from 0.10.0 to 0.11.0 ( #531 )
...
Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action ) from 0.10.0 to 0.11.0.
- [Release notes](https://github.com/styfle/cancel-workflow-action/releases )
- [Commits](https://github.com/styfle/cancel-workflow-action/compare/0.10.0...0.11.0 )
---
updated-dependencies:
- dependency-name: styfle/cancel-workflow-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-19 17:08:41 -04:00
alistair3149
24a907865f
fix(core): 🐛 incorrect max-height for header card
2022-10-19 17:08:14 -04:00
translatewiki.net
adcb79b1fa
Localisation updates from https://translatewiki.net .
2022-10-17 13:09:13 +02:00
translatewiki.net
13a833a19b
Localisation updates from https://translatewiki.net .
2022-10-13 13:09:48 +02:00
translatewiki.net
9eef4a2ee0
Localisation updates from https://translatewiki.net .
2022-10-10 13:09:30 +02:00
translatewiki.net
47d7be433a
Localisation updates from https://translatewiki.net .
2022-10-06 13:10:56 +02:00
alistair3149
c727f9e4c2
chore(release): 🚀 2.0.0-beta.1
2022-10-05 19:23:22 -04:00
alistair3149
5e962b785b
fix(skinStyles): 🐛 fix Echo overflow in small screens
2022-10-05 19:21:20 -04: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
db05e6d3cf
fix(core): 🐛 ToC card should be above page header
2022-10-03 16:20:41 -04:00
alistair3149
ac2559ed8b
feat(core): ✨ use 100vh instead of 100% for min-height
...
Viewport height also takes the browser elements on mobile into account
2022-10-03 13:20:46 -04:00