alistair3149
|
bbbcaba94d
|
feat: add site stats to drawer
|
2021-03-22 17:01:08 -04:00 |
|
alistair3149
|
b850797b4d
|
feat: only set as session cookie if no conscent
|
2021-03-22 13:33:17 -04:00 |
|
alistair3149
|
63da182147
|
feat: set theme cookies to be sameSite strict
Since they are only used in a first party basis
|
2021-03-22 11:41:37 -04:00 |
|
alistair3149
|
934f9555c4
|
fix: dark mode quiet background color
|
2021-03-20 20:14:21 -04:00 |
|
alistair3149
|
8e7b0de47f
|
feat: make ToC width adjustable and respect layout width
|
2021-03-18 13:39:13 -04:00 |
|
alistair3149
|
466261a056
|
feat: separate link color from primary color
|
2021-03-18 13:02:01 -04:00 |
|
alistair3149
|
aa42838abc
|
feat: add styles for Parsoid content
|
2021-03-18 13:01:52 -04:00 |
|
alistair3149
|
7364ccaeda
|
feat: tweak ToC max height behavior
|
2021-03-18 12:35:44 -04:00 |
|
alistair3149
|
fd931a13d5
|
feat: add debug styles
|
2021-03-18 12:35:18 -04:00 |
|
alistair3149
|
c4aabb6789
|
fix: search suggestion overflow
|
2021-03-15 13:40:41 -04:00 |
|
alistair3149
|
57ce5848ca
|
feat: add passive event listener to scrollspy
|
2021-03-15 12:42:55 -04:00 |
|
alistair3149
|
b68a2bdacf
|
feat: allow search suggestion to be scrollable
|
2021-03-14 01:26:02 -05:00 |
|
alistair3149
|
6273711f60
|
feat: improve scrollspy handling
Better support for non-latin language
Add throttle function
|
2021-03-13 22:34:15 -05:00 |
|
alistair3149
|
79da99f8ea
|
fix: incorrect selector
|
2021-03-13 21:14:16 -05:00 |
|
alistair3149
|
7b1e87cc55
|
fix: video element overflow
|
2021-03-13 12:57:59 -05:00 |
|
alistair3149
|
4a0f7af3e0
|
doc: add missing param document
|
2021-03-13 12:45:03 -05:00 |
|
alistair3149
|
1b3fff4170
|
fix: CSS animation flash on page load on Chromium
|
2021-03-13 12:43:28 -05:00 |
|
alistair3149
|
060c84c3d9
|
feat: increase contrast on search suggestion title
|
2021-03-12 14:40:36 -05:00 |
|
alistair3149
|
062cdd91a1
|
feat: add option to use REST API as search suggestion source
Co-authored-by: Hannes <hannes@octofox.de>
Co-authored-by: github-actions <github-actions@users.noreply.github.com>
|
2021-03-12 14:25:32 -05:00 |
|
alistair3149
|
6366fb3283
|
feat: make ToC drawer darker
|
2021-03-11 21:53:54 -05:00 |
|
alistair3149
|
77edd0145a
|
feat: add experimental caching for search suggestion
|
2021-03-11 20:26:01 -05:00 |
|
alistair3149
|
112ff9a4b5
|
feat: add user edit count to personal menu
|
2021-03-09 15:04:48 -05:00 |
|
alistair3149
|
7ed9307d60
|
fix: clear both for catlinks
|
2021-03-09 13:39:55 -05:00 |
|
alistair3149
|
096f98ad91
|
feat: convert font family to root CSS variable
|
2021-03-09 13:13:49 -05:00 |
|
alistair3149
|
9c62a58a64
|
feat: remove table margin rule
not nessecary
|
2021-03-09 12:41:34 -05:00 |
|
alistair3149
|
c4d86edb23
|
feat: add center class
Seems to be a default feature in many skins
|
2021-03-09 12:37:15 -05:00 |
|
alistair3149
|
16aefbc559
|
feat: reduce lighter overlay opacity
|
2021-03-09 12:07:39 -05:00 |
|
alistair3149
|
0d1490ce35
|
feat: remove highlight link style
There is no reliable way to target wikilinks and it is causing a lot of issues
|
2021-03-09 11:52:11 -05:00 |
|
alistair3149
|
0746895e9b
|
fix: incorrect ToC scrollspy highlight
|
2021-03-08 15:02:20 -05:00 |
|
alistair3149
|
09b399ccf0
|
feat: collapse ToC when clicked outside
Co-authored-by: github-actions <github-actions@users.noreply.github.com>
|
2021-03-08 14:32:29 -05:00 |
|
alistair3149
|
ad51ef67cd
|
feat: extended width for file and category namespaces
|
2021-03-08 11:42:43 -05:00 |
|
github-actions
|
a6b5bb3546
|
ci: lint code to MediaWiki standards
Check commit and GitHub actions for more details
|
2021-03-08 15:53:46 +00:00 |
|
alistair3149
|
16b08fb2ea
|
fix: img inherit a.image max width
|
2021-03-08 10:52:46 -05:00 |
|
github-actions
|
b8fbb6eb10
|
ci: lint code to MediaWiki standards
Check commit and GitHub actions for more details
|
2021-03-08 15:51:13 +00:00 |
|
alistair3149
|
12fc1527d9
|
feat: prevent thumbnail overflow when width is larger than window size
|
2021-03-08 10:50:18 -05:00 |
|
alistair3149
|
ee7503fb41
|
fix: add min-width to ToC drawer
|
2021-03-07 19:17:05 -05:00 |
|
alistair3149
|
f92e9df39a
|
feat: increase catlink top margin
|
2021-03-07 18:44:24 -05:00 |
|
github-actions
|
7df622bad4
|
ci: lint code to MediaWiki standards
Check commit and GitHub actions for more details
|
2021-03-07 19:12:02 +00:00 |
|
alistair3149
|
744dfc152d
|
fix: personal menu alignment
|
2021-03-07 14:11:22 -05:00 |
|
alistair3149
|
469a2fd354
|
feat: tweak print footer styles
|
2021-03-07 14:03:10 -05:00 |
|
alistair3149
|
6caf55db4e
|
feat: add hidden category styles
|
2021-03-07 13:53:11 -05:00 |
|
alistair3149
|
e3dc01cdc9
|
feat: update print styles
|
2021-03-07 13:11:15 -05:00 |
|
alistair3149
|
60f15ae089
|
feat: update catlink styles
* feat: update catlink styles
* ci: lint code to MediaWiki standards
Check commit and GitHub actions for more details
Co-authored-by: github-actions <github-actions@users.noreply.github.com>
|
2021-03-06 14:20:03 -05:00 |
|
alistair3149
|
a23cc0d5ad
|
feat: improve hover menus styles
|
2021-03-06 09:48:58 -05:00 |
|
alistair3149
|
24aecc9932
|
feat: add transform transition for thumb image
|
2021-03-06 09:39:59 -05:00 |
|
alistair3149
|
b7e9f85a23
|
feat: improve header background
|
2021-03-06 09:35:29 -05:00 |
|
alistair3149
|
61f8ef10f7
|
fix: first heading overflow
|
2021-03-05 20:44:46 -05:00 |
|
alistair3149
|
0c95163f23
|
fix: pre block overflow
|
2021-03-05 20:27:42 -05:00 |
|
alistair3149
|
74fe701036
|
feat: rewrite core MW gallery styles
|
2021-03-05 13:43:11 -05:00 |
|
alistair3149
|
8971eed653
|
refactor: rename sitelogo to siteinfo
|
2021-03-05 11:47:58 -05:00 |
|