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
c551225ec7
feat(core): ✨ smaller footer wordmark size on mobile
2022-10-02 01:05:41 -04:00
alistair3149
e80e6be35d
chore(release): 🚀 2.0.0-alpha.2
2022-10-01 19:37:56 -04:00
alistair3149
bf66c60f3d
feat(core): ✨ tweak body footer styles
2022-10-01 19:36:09 -04:00
alistair3149
aaad2bb92a
feat(core): ✨ move footer info into body footer
...
They are related to the article/page instead of the whole site
2022-10-01 17:25:20 -04:00
alistair3149
61e8d053c4
feat(core): ✨ move sitenotice out of mw-body
...
site notice is not related to the body/article
2022-10-01 16:15:40 -04:00
alistair3149
9de7a1d4b2
feat(core): ✨ move catlinks to body footer
2022-10-01 16:07:37 -04:00
alistair3149
17907ead6d
fix(core): 🐛 incorrect CSS variable name
2022-10-01 15:33:30 -04:00
alistair3149
6b47c86c70
feat(core): ✨ strict selector for category links
...
Some gadgets such as HotCat hack inject link elements into catlinks.
The previous rules affect them unintentionally,
and now it should only apply to catlink and nothing else.
2022-10-01 15:24:18 -04:00
alistair3149
bdc58fdeaf
fix(core): 🐛 incorrect color for footer site description
2022-10-01 15:11:07 -04:00
alistair3149
6234b8d72a
refactor(core): ♻️ clean up extended width layout value
2022-10-01 15:09:47 -04:00
alistair3149
2e8c98b755
feat(core): ✨ tweak footer wiki name color
2022-10-01 15:08:50 -04:00
alistair3149
4902ae76ab
feat(core): ✨ redesign site footer
...
last modified and copyright message are not implemented yet.
they will be integrated into body content since they are not global.
2022-10-01 15:06:57 -04:00
alistair3149
6aee9f8e03
feat(core): ✨ collapse page tool text below desktop
2022-10-01 01:45:55 -04:00
alistair3149
607c3f22b2
feat(core): ✨ use space unit for drawer
2022-09-30 17:40:30 -04:00
alistair3149
eadaef7a0a
refactor(core): ♻️ clean up header card mixins and var
2022-09-30 16:52:13 -04:00
alistair3149
9532aa4906
feat(core): ✨ page actions should take full width with toc
2022-09-30 11:45:43 -04:00
alistair3149
89916b32aa
chore(release): 🚀 2.0.0-alpha.1
2022-09-30 11:28:23 -04:00
alistair3149
5be20a256c
feat(core): ✨ add jump to top link to sticky header
2022-09-30 11:24:06 -04:00
alistair3149
639c378721
fix(core): 🐛 sticky header should not trigger in edit mode
2022-09-30 10:50:05 -04:00
alistair3149
11544b4179
Merge pull request #523 from StarCitizenTools/dev
...
Sticky header redesign and chore
2022-09-30 10:34:12 -04:00
alistair3149
f3e4332e61
feat(core): ✨ move fluid sticky transition
2022-09-30 10:29:50 -04:00
alistair3149
9b1325bcb8
feat(core): ✨ more responsive layout for sticky header
2022-09-30 10:24:16 -04:00
alistair3149
ce9002a605
chore: 🔧 add emoji to ci commit message
2022-09-30 09:24:52 -04:00
github-actions
f9aacf7ebe
ci: lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2022-09-30 02:33:57 +00:00
alistair3149
e72d7c00a3
feat(core): ✨ add sticky body header
2022-09-29 22:33:06 -04:00
alistair3149
20ed41ec2c
fix(core): 🐛 wiki name wrapping in drawer
2022-09-29 21:25:57 -04:00
alistair3149
87d1918770
feat(core): ✨ add extra page padding on desktop view
2022-09-29 21:12:27 -04:00
alistair3149
00580810ec
fix(core): 🐛 mitigate ToC overlap in various max width
...
Pinning the ToC to the right of the browser for now.
There is no good CSS way to make it stick to the body content.
When we switch to target 1.39+,
there will be proper way to generate ToC instead of all these ToC hacks
2022-09-29 21:11:12 -04:00
alistair3149
acfb89640b
chore(release): 🚀 2.0.0-alpha.0
2022-09-29 20:40:15 -04:00
alistair3149
9270152d7f
chore: ✨ use Devmoji
...
More emoji while using conventional commit
2022-09-29 20:39:27 -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
c5ff5dd57f
chore(release): 1.17.9
2022-09-28 17:34:38 -04:00
github-actions
55fb7a32c5
ci: lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2022-09-28 21:34:10 +00:00
alistair3149
eb2d3d883d
build(ci): update package-lock.json
2022-09-28 17:33:20 -04:00
github-actions
0d63257e86
ci: lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2022-09-28 21:02:56 +00:00
alistair3149
7bec9ef10b
fix(core): hide double MW search suggestion
...
In rare scenario such as #520 , default MW search suggestions will load regardless of the settings.
This simple CSS hack is used to hide in case if it loaded.
This will not be needed when vue search is implemented.
2022-09-28 17:02:15 -04:00
dependabot[bot]
d53ab2911b
build(deps-dev): bump @commitlint/config-conventional ( #508 )
...
Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional ) from 17.0.3 to 17.1.0.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases )
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md )
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v17.1.0/@commitlint/config-conventional )
---
updated-dependencies:
- dependency-name: "@commitlint/config-conventional"
dependency-type: direct:development
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-09-28 10:52:48 -04:00
dependabot[bot]
43bb04fdf8
build(deps-dev): bump @commitlint/cli from 17.0.3 to 17.1.2 ( #511 )
...
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli ) from 17.0.3 to 17.1.2.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases )
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md )
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v17.1.2/@commitlint/cli )
---
updated-dependencies:
- dependency-name: "@commitlint/cli"
dependency-type: direct:development
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-09-28 10:51:23 -04:00
dependabot[bot]
47f5dc55da
build(deps-dev): bump stylelint-config-idiomatic-order ( #518 )
...
Bumps [stylelint-config-idiomatic-order](https://github.com/ream88/stylelint-config-idiomatic-order ) from 8.1.0 to 9.0.0.
- [Release notes](https://github.com/ream88/stylelint-config-idiomatic-order/releases )
- [Commits](https://github.com/ream88/stylelint-config-idiomatic-order/commits )
---
updated-dependencies:
- dependency-name: stylelint-config-idiomatic-order
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-09-28 10:51:13 -04:00
dependabot[bot]
8f7b83ebad
build(deps): bump tj-actions/changed-files from 27 to 31 ( #519 )
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 27 to 31.
- [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/v27...v31 )
---
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-09-28 10:51:02 -04:00
translatewiki.net
41d4554cc1
Localisation updates from https://translatewiki.net .
2022-09-01 13:11:10 +02:00
Maxim Martynov
4aa6626438
feat: defer loading menu wiki logo ( #507 )
...
* Add lazy load attribute to menu logo
* Async decode is not necessary
Co-authored-by: alistair3149 <alistair3149@users.noreply.github.com>
2022-08-30 19:23:09 -04:00
translatewiki.net
8afce07928
Localisation updates from https://translatewiki.net .
2022-08-29 13:10:10 +02:00
translatewiki.net
98187563f0
Localisation updates from https://translatewiki.net .
2022-08-25 13:10:31 +02:00
dependabot[bot]
30c29346e1
build(deps-dev): bump eslint-config-wikimedia from 0.22.1 to 0.23.0 ( #496 )
...
Bumps [eslint-config-wikimedia](https://github.com/wikimedia/eslint-config-wikimedia ) from 0.22.1 to 0.23.0.
- [Release notes](https://github.com/wikimedia/eslint-config-wikimedia/releases )
- [Changelog](https://github.com/wikimedia/eslint-config-wikimedia/blob/master/CHANGELOG.md )
- [Commits](https://github.com/wikimedia/eslint-config-wikimedia/compare/v0.22.1...v0.23.0 )
---
updated-dependencies:
- dependency-name: eslint-config-wikimedia
dependency-type: direct:development
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-08-21 12:43:12 -04:00
dependabot[bot]
aaaddc3242
build(deps): bump tj-actions/changed-files from 24 to 27 ( #503 )
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 24 to 27.
- [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/v24...v27 )
---
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-08-21 12:43:09 -04:00
Nathan Kuenzig
8c6cdc4c29
feat(skinStyles): add Math skinStyles ( #502 )
...
* Create Extension:Math styles
* Added ext.math.styles
* Added Extension:Math as Grade E
I'm not sure how to accomplish this without using LESS variables. CSS variables don't seem to work with the `.recolor()` mixin.
* Added Stack Overflow link
2022-08-21 12:42:48 -04:00
translatewiki.net
92a86b8985
Localisation updates from https://translatewiki.net .
2022-08-08 13:09:25 +02:00
CosmicAlpha
6384d02b74
feat: use loose comparison for checking if CitizenShowPageTools is true ( #497 )
2022-08-02 19:08:00 -04:00