-
-
Notifications
You must be signed in to change notification settings - Fork 254
feat(arch-linux): init #2043
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: feat/mediawiki-lib-module
Are you sure you want to change the base?
feat(arch-linux): init #2043
Conversation
a347cca to
ee87d5b
Compare
|
PR is now up to every page aside from:
|
uncenter
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like there is still a bunch of duplicated input styles?
If you spot any duplicated styles that aren't being annoyingly overwritten by something on the page (like the .pun #brdX regions), do lemme know o7 |
8ac3259 to
b8c797e
Compare
|
This is a reminder for me to change the mediawiki location once that's published, because I'm going to forget :P |
226cf68 to
447f01f
Compare
|
This may have rebased this onto the wrong branch. Could you try rebasing onto origin/main again? |
447f01f to
f53c088
Compare
uncenter
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a lot of duplication between the first @-moz-document and for bbs.archlinux.com. Can we avoid that? Does the regex for the first one not include bbs?
The regex DOES apply to bbs, it just isn't important enough for some reason. I tried, but where I redefined, it wasn't applying at all. I might actually define all of these commons in a modular way, then just call the function within the required scopes at this point. Not sure why they had something overwrite it though, very annoying. I'll see what I can do though, through specificity tinkering. |
Test disabled entry? Uncertain if it works yet. Signed-off-by: Toria <[email protected]>
Signed-off-by: Toria <[email protected]>
Signed-off-by: Toria <[email protected]>
…d a lot of my og style, and need to work it back.
…ively or we get CSP banned.) Signed-off-by: Toria <[email protected]>
Signed-off-by: Toria <[email protected]>
Signed-off-by: Toria <[email protected]>
Signed-off-by: Toria <[email protected]>
Signed-off-by: Toria <[email protected]>
Signed-off-by: Toria <[email protected]>
Signed-off-by: Toria <[email protected]>
Signed-off-by: Toria <[email protected]>
Signed-off-by: Toria <[email protected]>
Signed-off-by: Toria <[email protected]>
Signed-off-by: Toria <[email protected]>
Signed-off-by: Toria <[email protected]>
Signed-off-by: Toria <[email protected]>
…nore for now. Signed-off-by: Toria <[email protected]>
Signed-off-by: Toria <[email protected]>
Signed-off-by: Toria <[email protected]>
Signed-off-by: Toria <[email protected]>
| ==/UserStyle== */ | ||
|
|
||
| @import "https://userstyles.catppuccin.com/lib/lib.less"; | ||
| @import "http://127.0.0.1:8000/lib/mediawiki.less"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reminder to change this before merging.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should keep this around for at least a few months, with the updateURL pointing to the new userstyle, in a similar way to the CSS > Less migration. Then, current users will be able to migrate properly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ninetailedtori we will take care of this, don't worry about doing this yourself.
Closes #1870, closes #1381.
🎉 Theme for Arch Linux 🎉
Honestly, this is a major refactor of the existing arch-wiki theme into an umbrella "Arch Linux" userstyle, including:
💬 Additional Comments 💬
This is based off of the old PR that died, #1381, but will be moving the wiki to use MediaWiki variables in the library module e.g. #1895, once we can confirm it working as it should on arch's wiki (no leftover overriding on their end). All other sites will be done by me, aside from the AUR one which was done by someone else (though it'll be edited by me as well, to fall in line with the new style of formatting).
Base: #1866
🗒 Checklist 🗒
/styles/archlinuxcontaining the contents of the/templatedirectory.userstyles.ymlfile with information about the new userstyle.catppuccin.user.less- all the CSS for the userstyle, based on the template.