alistair3149
47e3e5c0ca
build: bump to 1.13.0
2022-04-25 22:33:35 -04:00
alistair3149
00f35a7fab
build: bump to 1.12.1
2022-04-25 02:04:57 -04:00
alistair3149
318ca23ad0
build: bump to 1.12.0
2022-04-23 01:32:50 -04:00
alistair3149
6217bad7c0
feat: implement RTL icons
2022-04-23 01:30:02 -04:00
alistair3149
6efff7f5da
feat: revamp drawer header
...
* wgLogo is always visible in the drawer
* Increase the size of wiki name
* Sitestats will now format large numbers into human readable formats (e.g. 12.2K, 3M, etc.)
* Sitestats now use icons instead of text as labels
* Remove wordmark for now, will revisit later
2022-04-23 01:30:02 -04:00
alistair3149
7ecf3a81eb
feat: depreciate theme preferences in MW user preferences
...
Just local storage is good enough
2022-04-19 17:31:23 -04:00
Lens0021
cebc35fd4b
feat: show footer desc and tagline in the content language ( #444 )
2022-04-17 12:23:43 -04:00
alistair3149
2eb4fe9a5f
build: bump to 1.11.0
2022-04-14 00:39:02 -04:00
Lens0021
5202ddbebe
feat: add styles for PortableInfobox ( #441 )
...
* feat: add styles for PortableInfobox
* Update ext.PortableInfobox.styles.less
* Update ext.PortableInfobox.styles.less
2022-04-14 00:36:33 -04:00
Lens0021
c0003c223a
feat: add styles for SimpleTooltip ( #426 )
2022-02-19 15:00:22 -05:00
alistair3149
4b671569d2
docs: update documentation on WSSerachFront extension
2021-12-15 22:16:56 -05:00
H. C. Kruse
b35e9c6c64
feat: add WSSearchFront skinStyles ( #411 )
2021-11-27 13:55:00 -05:00
alistair3149
42df59f2b4
refactor!: drop security header support
2021-08-31 13:20:51 -04:00
alistair3149
0c493f37da
feat: add skinstyles for Cargo main
2021-08-31 12:54:50 -04:00
alistair3149
9010957f40
build: bump to 1.10.0
2021-08-26 16:11:15 -04:00
alistair3149
f41c63a502
feat: add SyntaxHighlight skinStyles
2021-08-26 15:56:07 -04:00
alistair3149
86e48c7b73
feat: CodeMirror styles clean up
2021-08-25 16:32:07 -04:00
Calum Dingwall
d889cb91ab
feat: MsUpload styles
2021-08-25 16:32:07 -04:00
alistair3149
a244aa6d47
feat: update Echo skinStyles to grade A
2021-08-11 16:30:43 -04:00
alistair3149
933b0d2db8
build: bump to 1.9.5
2021-08-05 11:42:51 -04:00
alistair3149
f5a2a831d1
feat: add user customizable line height
2021-08-05 11:24:52 -04:00
alistair3149
36d550f134
feat: add skinStyles for Special:ListFiles ( #394 )
2021-07-30 23:00:53 -04:00
alistair3149
73f28c33dd
build: bump to 1.9.4
2021-07-29 22:48:50 -04:00
alistair3149
6ebe1c302f
feat: rework skinstyles for UniversalLanguageSelector extension
2021-07-29 22:45:30 -04:00
alistair3149
a9fce3b467
feat: add skinstyles for CleanChanges extension
2021-07-29 22:11:59 -04:00
alistair3149
9b2f291652
feat: add skinstyles for Babel extension
2021-07-29 22:09:36 -04:00
alistair3149
33624b636e
feat: rework skinstyles for Translate extension
2021-07-29 20:35:07 -04:00
alistair3149
aae08f0a73
feat: rewrite OOUI skinstyles to the new system
2021-07-27 02:13:22 -04:00
alistair3149
8861b4e567
build: bump to 1.9.3
2021-07-25 19:18:41 -04:00
alistair3149
692cc19825
build: bump to 1.9.2
2021-06-21 20:53:55 -04:00
alistair3149
e2e5f62ca7
feat: add TabberNeue styles
2021-06-21 20:50:25 -04:00
alistair3149
5347f86585
build: bump to 1.9.1
2021-06-20 02:13:55 -04:00
alistair3149
354e994529
build: bump to 1.9.0
2021-06-09 15:00:40 -04:00
alistair3149
19119f2b5d
feat: add auto theme to preferences
2021-06-09 14:40:44 -04:00
alistair3149
ac06d312d3
feat: bump MediaWiki requirement to 1.35.2
...
Nessecary as SkinModule features are not supported before 1.35.2
2021-06-09 13:51:17 -04:00
alistair3149
5fcba674ba
feat: avoid loading unnessecary features
2021-06-09 13:49:55 -04:00
alistair3149
906cfd88ba
feat: add styles for mediawiki.notification
2021-05-18 21:13:59 -04:00
alistair3149
580f80bacc
build: bump to 1.8.1
2021-05-18 12:29:38 -04:00
alistair3149
d23358f7df
build: bump to 1.8.0
2021-05-17 17:13:55 -04:00
alistair3149
c43e5279dd
feat: remove lazyload modules
...
It is replaced by the core config `$wgNativeImageLazyLoading`
2021-05-17 16:55:11 -04:00
alistair3149
b2bd79196d
feat: rework search module ( #386 )
...
* feat: rewrite search module (WIP)
There are some caveats because it is a WIP
- Messages are not i18n yet
- Missing placeholder suggestion thumbnail
- Only REST mode works
- Missing greeting message when there is no search query
- Code might look like a mess (I learned JS not long ago)
* refactor: remove old search module
* feat: clean up search suggestion styles
* feat: hide overflow for suggestion text
* feat: add action API and various cleanup
* feat: re-add abort controller
* feat: add message support and tweaks
* feat: use virtual config instead of ResourceLoader hook
* fix: missing comma in const definition
* feat: add ARIA attributes
2021-05-17 16:34:14 -04:00
alistair3149
9654003259
build: bump to 1.7.4
2021-05-13 09:56:44 -04:00
alistair3149
4b0eb98477
build: bump to 1.7.3
2021-05-10 12:15:42 -04:00
alistair3149
ac2ed38183
feat: unify header button highlight hover state ( #363 )
2021-05-10 12:00:04 -04:00
alistair3149
87756194fb
feat: add icon and text for addsection action ( #368 )
2021-05-05 13:08:37 -04:00
alistair3149
c74b6f955e
build: bump to 1.7.2
2021-05-04 13:35:07 -04:00
alistair3149
28419d4006
build: bump to 1.7.1
2021-04-28 12:10:35 -04:00
alistair3149
bd8cbe29ea
build: bump to 1.7.0
2021-04-27 13:51:33 -04:00
alistair3149
51ac47691e
feat: implement reading preferences
...
allow visitor to adjust theme, font size, and page width
2021-04-27 13:51:03 -04:00
alistair3149
e6ab1acf76
build: bump to 1.6.1
2021-04-26 15:39:46 -04:00