alistair3149
|
65d43eb957
|
chore(release): 🚀 2.3.6
|
2023-01-27 14:20:59 -05:00 |
|
alistair3149
|
ef955c28a0
|
feat(core): ✨ use MW core checkboxHack instead
We no longer need to emulate the same feature when it is in core
|
2023-01-25 19:40:52 -05:00 |
|
alistair3149
|
63a35d2774
|
chore(release): 🚀 2.3.5
|
2023-01-21 14:51:41 -05:00 |
|
alistair3149
|
ca503c7f7b
|
feat(DiscussionTools): ✨ update DT styles
|
2023-01-21 14:11:18 -05:00 |
|
alistair3149
|
04be2a1452
|
chore(release): 🚀 2.3.4
|
2023-01-17 14:13:02 -05:00 |
|
alistair3149
|
7bb55c1e4d
|
chore(release): 🚀 2.3.3
|
2023-01-16 19:36:07 -05:00 |
|
alistair3149
|
4b8e128e4b
|
feat(search): ✨ add search portals to empty state
|
2023-01-16 18:02:07 -05:00 |
|
alistair3149
|
f3de051635
|
chore(release): 🚀 2.3.2
|
2023-01-12 16:43:20 -05:00 |
|
alistair3149
|
ed36d72482
|
feat(TwoColConflict): ✨ add TwoColConflict skinStyles
|
2023-01-09 18:38:09 -05:00 |
|
alistair3149
|
b7996c5952
|
fix(codex): 🐛 incorrect Codex file name
|
2023-01-07 13:50:41 -05:00 |
|
alistair3149
|
12c9648483
|
chore(release): 🚀 2.3.1
|
2023-01-05 01:00:55 -05:00 |
|
alistair3149
|
a017bae502
|
feat(Cargo): ✨ update partial Cargo styles
Cargo is massive so it might have to be broken down into several commits
|
2023-01-03 22:47:51 -05:00 |
|
H. C. Kruse
|
286f4f2f1d
|
feat(ReplaceText): add ReplaceText styles (#561)
* feat: Add ReplaceText styles
* ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
* docs: 📚️ add missing documentation
Co-authored-by: github-actions <github-actions@users.noreply.github.com>
Co-authored-by: alistair3149 <alistair31494322@gmail.com>
|
2023-01-03 21:00:48 -05:00 |
|
alistair3149
|
084799f58a
|
fix(core): add missing WMUI help icon (#560)
|
2022-12-21 12:46:37 -08:00 |
|
alistair3149
|
5946089cbb
|
feat(CodeEditor): ✨ add CodeEditor support
|
2022-12-15 21:12:22 -05:00 |
|
alistair3149
|
52f8b3f1fa
|
chore(release): 🚀 2.3.0
|
2022-12-14 14:10:10 -05:00 |
|
alistair3149
|
203b0b42c3
|
feat(search): ✨ add MediaSearch to typeahead
|
2022-12-14 10:28:45 -05:00 |
|
alistair3149
|
9b9916d61b
|
feat(MediaSearch): ✨ add grade A support for MediaSearch
|
2022-12-12 20:11:50 -05:00 |
|
alistair3149
|
685a3ad1c4
|
refactor(core): ♻️ reduce the number of RL modules
It will improve the performance in module registration and also caching
|
2022-12-09 14:48:17 -05:00 |
|
alistair3149
|
44966a8b97
|
chore(release): 🚀 2.2.0
|
2022-12-08 13:53:21 -05:00 |
|
alistair3149
|
594b0abc73
|
feat(core): ✨ update RecentChanges filter styles
|
2022-12-07 17:06:42 -05:00 |
|
alistair3149
|
75ab097ba1
|
feat(core): ✨ update MW datatable styles
|
2022-12-06 15:06:22 -05:00 |
|
alistair3149
|
34804e8258
|
feat(search): ✨ use WMUI icon for placeholder
|
2022-12-06 14:48:18 -05:00 |
|
alistair3149
|
284b0d8952
|
feat(search): ✨ add no result state to typeahead
|
2022-12-06 13:52:14 -05:00 |
|
alistair3149
|
9bf737f720
|
feat(search): ✨ add empty state to typeahead
This is a barebone initial implementation, more work will come to it
|
2022-12-06 12:01:47 -05:00 |
|
alistair3149
|
fef63e7e0f
|
docs(readme): 📚️ update config description
|
2022-12-02 18:03:00 -05:00 |
|
alistair3149
|
391266c0a7
|
feat(core): ✨ allow the use of custom search suggestion module
defines the search suggestion ResourceLoader module
used by the skin. It deprecates the config
|
2022-12-02 17:59:45 -05:00 |
|
alistair3149
|
e2b13a00d1
|
chore(release): 🚀 2.1.0
|
2022-12-01 22:05:43 -05:00 |
|
alistair3149
|
dd7270bcd4
|
feat(codex): ✨ add grade A support for Codex
Also align with MW UI, OOUI
|
2022-12-01 22:03:42 -05:00 |
|
alistair3149
|
ce9e9de25b
|
feat(core): ✨ redo MediaWiki UI styles
|
2022-11-30 15:38:59 -05:00 |
|
alistair3149
|
e261abf8b5
|
fix(core): 🐛 clean up leftover drawer script references (#554)
Drawer sub search was removed earlier in a commit to refactor the drawer,
this commit is to clean up leftover references
|
2022-11-28 18:59:15 -05:00 |
|
alistair3149
|
7b6743e4b6
|
feat(MultimediaViewer): ✨ revamp mmv styles
|
2022-11-27 22:30:34 -05:00 |
|
alistair3149
|
fcf2f436cd
|
feat(core): ✨ add create account page styles
|
2022-11-23 22:25:31 -05:00 |
|
alistair3149
|
51c931eed2
|
feat(core): ✨ add htmlform styles
|
2022-11-23 21:17:04 -05:00 |
|
alistair3149
|
2ee0499b0c
|
chore(release): 🚀 2.0.1
|
2022-11-22 12:04:02 -05:00 |
|
alistair3149
|
7153186c5f
|
chore(release): 🚀 2.0.0
|
2022-11-21 17:59:04 -05:00 |
|
alistair3149
|
8710a2b905
|
feat(core): ✨ add icon support for some extensions in toolbox
|
2022-11-21 17:47:21 -05:00 |
|
alistair3149
|
6def7ab990
|
feat(core): ✨ overhaul MW debug styles
|
2022-11-21 17:47:18 -05:00 |
|
alistair3149
|
3c0eea2637
|
feat(RelatedArticles): ✨ update RelatedArticles styles
|
2022-11-21 17:47:05 -05:00 |
|
alistair3149
|
ab1981d24b
|
feat(core): ✨ migrate VE editsection to WMUI icon module
|
2022-11-21 17:47:00 -05:00 |
|
alistair3149
|
e69a74ca29
|
refactor(core): ♻️ migrate editsection link to WMUI icon module
|
2022-11-21 17:46:54 -05:00 |
|
alistair3149
|
b6defbfb3c
|
feat(core): ✨ add missing page tool icons
|
2022-11-21 17:46:49 -05:00 |
|
alistair3149
|
0c4562f235
|
feat(core): ✨ update list styles
|
2022-11-21 17:46:27 -05:00 |
|
alistair3149
|
be11883f3d
|
refactor(core): ♻️ move external link styles to skinning folder
|
2022-11-21 17:46:26 -05:00 |
|
alistair3149
|
e8f30ec883
|
perf(core): ⚡️ disable default skin feature modules in secondary skin modules
|
2022-11-21 17:46:24 -05:00 |
|
alistair3149
|
f85770a3df
|
feat(core): ✨ normalize browser styles
|
2022-11-21 17:46:21 -05:00 |
|
alistair3149
|
6ac8bfb646
|
refactor(core): ♻️ use mediawiki.skinning.content.links in core
|
2022-11-21 17:46:18 -05:00 |
|
alistair3149
|
67535a8067
|
refactor(core): ♻️ use mediawiki.skinning.content.body in core
|
2022-11-21 17:46:16 -05:00 |
|
alistair3149
|
6b13da3318
|
feat(core): ✨ hide navigation on scroll down
|
2022-11-21 17:46:09 -05:00 |
|
alistair3149
|
70fbda4bba
|
feat(wikiEditor): ✨ rework styles for WikiEditor to grade A
|
2022-11-21 17:45:41 -05:00 |
|