Added Nord based theme#4400
Conversation
|
Hello and thanks for your contribution 👍🏻 |
Thank you, do you know of how to pull the changes you did to my repo, so I can fix these problems? |
git pull --ff-only |
|
regarding your CSS: Here you can find the defined order of CSS properties: Lines 40 to 65 in f85c510 |
|
For the order of attributes and other cosmetic things, running |
Thanks, I noticed there are some tests which let me know the line numbers where the css is wrong. But as I edit changes those line numbers wrong and I kinda laze around. Is there a way to run those tests locally? I think I lack some dependencies but idk which ones, sorry if this is in the documentation, I should re-check |
|
Well, not a lot of errors left, I'll fixed them now |
|
To run tests locally, try |
|
Well now there are more errors 🙃 |
|
Hey, it passed, thank you @Alkarex I couldn't manage to get the make running since I still lacked some smaller depenencies. But now its working! |
|
Hint 2: We are using https://editorconfig.org/ to specify whitespace policies for various types of files in a standard way. This is supported by most editors, either natively or thanks to a plugin |
Thank you, I installed the plugin for neovim and also removed some configs I had set myself that were conflicting. It should be good now! Sorry |
* Document fixes & tests #fix #4213 Help #4400 (comment) * Link to tests.yml * sudo * Link to GitHub Actions * Add Fedora and Alpine
* Update all test dependencies * Remove old false-positive * Minor update lock files * Increase PHPStan memory for Fedora #4400 (comment) * Require PHP8+ for tests Due to small changes of signature in `ob_implicit_flush` and `simplexml_load_string`, cf. #4123 * Missing lint in CSS files
|
I cannot replicate this issue, I tried both in chromium and firefox... |
I can confirm this issue with Firefox on Windows |
I don't really know how to solve this, my guess is that some some CSS needs an |
fixed |
|
Thanks again! |
|
I like the theme! 👍 There seems to not be the new message notification banner, is this a feature? |
This is based on the default template and it has nothing else added. |
|
Yes, I meant that. Sorry, I probably had a problem on my side, it is now showing correctly! |
|
I think there's definetly a problem with this theme. On latest Chrome version on Windows, my tab of FreshRSS uses less than 200Mo of memory. When I switch to this theme, it uses circa 1Go. That's probably why it sometimes don't show the banner. EDIT: Got it, the theme is loading EVERY article. I have 14000+ unread, so yeah. |
|
The theme has no effect on the loading behavior. The theme is just the layout (made with CSS). How to check the resource usage in Google Chrome: https://linuxhint.com/built_in_task_manager_google_chrome/ |
|
@math-GH this is the exact tool I've used to check memory status. |
|
Maybe I'll do a video of the behaviour if I find time to do so. |
|
OK, now I understood and can confirm that behavior. I created an issue ticket: #4447 |





Closes #
Changes proposed in this pull request:
How to test the feature manually:
I am still kinda noob at this so if anything else is needed please let me know