Commit graph

2745 commits

Author SHA1 Message Date
alistair3149 aeb8e160cf
fix(core): 🐛 increase mw-body-header z-index
This should allow modals in mw-body-header to be higher than
the custom sticky headers
2023-01-17 16:44:35 -05:00
alistair3149 68cb9b6c68
fix(pwa): 🐛 declare before adding array 2023-01-17 16:36:56 -05:00
alistair3149 e78ebd7165
fix(pwa): 🐛 incorrect var type 2023-01-17 16:34:02 -05:00
alistair3149 e4851f9de2
fix(core): 🐛 stricter selector for sign up form container 2023-01-17 16:15:12 -05:00
alistair3149 15ed16da2a
refactor(pwa): ♻️ use more approiate function to set maxage 2023-01-17 15:21:39 -05:00
alistair3149 01de2ec5f6
refactor(pwa): ♻️ better naming for manifest 2023-01-17 14:54:11 -05:00
github-actions e8be32f7c5 ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
2023-01-17 19:43:57 +00:00
alistair3149 d73fa67a31
feat(pwa): use proper manifest type instead of json 2023-01-17 14:42:49 -05:00
alistair3149 04be2a1452
chore(release): 🚀 2.3.4 2023-01-17 14:13:02 -05:00
alistair3149 e40d4e65fa
fix(pwa): 🐛 syntax error in manifest API 2023-01-17 14:12:47 -05:00
alistair3149 d63025f084
fix(pwa): 🐛 parse error in manifest API 2023-01-17 12:40:18 -05:00
alistair3149 7bb55c1e4d
chore(release): 🚀 2.3.3 2023-01-16 19:36:07 -05:00
alistair3149 5c22145295
feat(Echo): tweak Special:Notifications styles 2023-01-16 19:35:00 -05:00
alistair3149 5589916bfa
fix(VisualEditor): 🐛 incorrect layout for header in preview dialog 2023-01-16 18:25:15 -05:00
alistair3149 dc01717c98
fix(search): 🐛 consistent empty messages 2023-01-16 18:08:47 -05:00
alistair3149 4b8e128e4b
feat(search): add search portals to empty state 2023-01-16 18:02:07 -05:00
alistair3149 7416a7f6d1
fix(search): 🐛 incorrect max height for search suggestions 2023-01-16 17:36:45 -05:00
alistair3149 7c552fe763
fix(core): 🐛 more defensive check for logo
Resolve undefined index from wgLogos
2023-01-16 15:58:55 -05:00
translatewiki.net 8e0edeaaf4 Localisation updates from https://translatewiki.net. 2023-01-16 13:10:09 +01:00
alistair3149 e3bf5813c8
fix(core): 🐛 disable ULS-enhanced language button for now
Somehow the ULS popup does not appear after clicking the button.
Disabling it for now until it is fixed
2023-01-15 02:26:34 -05:00
alistair3149 f40c0db9bf
fix(core): 🐛 incorrect gallery margin and padding styles
See T327016
2023-01-14 19:35:21 -05:00
alistair3149 f11ad86a07
fix(Cargo): 🐛 incorrect hover style for datatable 2023-01-14 19:16:36 -05:00
dependabot[bot] c98e87a92c
chore(deps-dev): bump @commitlint/config-conventional (#569)
Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 17.4.0 to 17.4.2.
- [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.4.2/@commitlint/config-conventional)

---
updated-dependencies:
- dependency-name: "@commitlint/config-conventional"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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>
2023-01-13 08:56:01 -05:00
dependabot[bot] a5a979dbeb
chore(deps-dev): bump @commitlint/cli from 17.4.0 to 17.4.2 (#568)
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 17.4.0 to 17.4.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.4.2/@commitlint/cli)

---
updated-dependencies:
- dependency-name: "@commitlint/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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>
2023-01-13 08:42:54 -05:00
alistair3149 f3de051635
chore(release): 🚀 2.3.2 2023-01-12 16:43:20 -05:00
alistair3149 5023f2aa64
feat(toc): add bottom margin to sticky toc 2023-01-12 15:58:40 -05:00
alistair3149 4c1ec61622
fix(core): 🐛 incorrect layout when signupstart is present 2023-01-12 15:52:33 -05:00
translatewiki.net 77ed808acd Localisation updates from https://translatewiki.net. 2023-01-12 13:11:47 +01:00
alistair3149 b7fc5502d3
docs(readme): 📚️ remove duplicated config flag 2023-01-10 15:14:28 -05:00
alistair3149 df7346c937
fix(Cargo): restore table to default behavior
That behavior will be the same as how we handle other tables as well
2023-01-09 18:55:55 -05:00
alistair3149 8704cc2d91
feat(core): add file metadata table styles 2023-01-09 18:47:25 -05:00
alistair3149 a021815757
refactor(TwoColConflict): ♻️ remove unused styles 2023-01-09 18:38:56 -05:00
alistair3149 ed36d72482
feat(TwoColConflict): add TwoColConflict skinStyles 2023-01-09 18:38:09 -05:00
alistair3149 1e47e95a8d
fix(search): 🐛 more robust null check for description 2023-01-09 16:24:28 -05:00
alistair3149 7bd30ebecb
feat(UploadWizard): update UploadWizard styles 2023-01-08 21:23:23 -05:00
alistair3149 b7996c5952
fix(codex): 🐛 incorrect Codex file name 2023-01-07 13:50:41 -05:00
alistair3149 7ea2955312
refactor(codex): remove unused file 2023-01-07 13:47:54 -05:00
alistair3149 242413bf4a
fix(search): 🐛 incorrect keyboard navigation on typeahead items 2023-01-06 16:03:02 -05:00
translatewiki.net e094343770 Localisation updates from https://translatewiki.net. 2023-01-05 13:15:36 +01:00
alistair3149 aeed04b860
feat(core): add toolbox icon for CreateRedirect 2023-01-05 01:12:56 -05:00
alistair3149 12c9648483
chore(release): 🚀 2.3.1 2023-01-05 01:00:55 -05:00
alistair3149 3fd4908953
fix(CodeMirror): 🐛 incorrect selector for CM elements
This should also fix the text highlight color issue
2023-01-05 01:00:38 -05:00
alistair3149 d6ebcd22b0
chore(ci): 🔧 👷 mark husky as executable 2023-01-05 00:48:10 -05:00
alistair3149 46437d81f6
feat(CodeMirror): sync background color with other editors 2023-01-05 00:47:03 -05:00
dependabot[bot] 25d451f575
chore(deps-dev): bump @commitlint/cli from 17.3.0 to 17.4.0 (#563)
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 17.3.0 to 17.4.0.
- [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.4.0/@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>
2023-01-05 00:34:25 -05:00
dependabot[bot] dbf926e1c1
chore(deps-dev): bump @commitlint/config-conventional (#564)
Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 17.3.0 to 17.4.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.4.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>
2023-01-05 00:33:19 -05:00
github-actions 9497163637 ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
2023-01-04 03:59:38 +00:00
alistair3149 5db562008e
feat(Cargo): cargo table should have reduced font size 2023-01-03 22:58:17 -05:00
alistair3149 1dcb37a467
feat(Cargo): datatable should have reduced font size 2023-01-03 22:57:04 -05:00
alistair3149 dd7f21bc8e
feat(Cargo): add responsive support for datatable 2023-01-03 22:52:25 -05:00