Uh oh!
There was an error while loading. Please reload this page.
qt: Add -custom-css-dir commmand line parameter - #3557
Merged
Conversation
This was referenced Jun 26, 2020
xdustinfaceforce-pushed
the
pr-ui-4-custom-css
branch
2 times, most recently
from
June 27, 2020 20:22
b6af742 to
28ae550Comparexdustinface
marked this pull request as draft
June 30, 2020 20:17
Required for the introduction of a custom css directory which will happen with the follow-up commits.
xdustinfaceforce-pushed
the
pr-ui-4-custom-css
branch
from
July 8, 2020 23:35
28ae550 to
9acce41Comparexdustinface
marked this pull request as ready for review
July 8, 2020 23:36
xdustinface
commented
Jul 8, 2020
Author
ready for review |
xdustinfaceforce-pushed
the
pr-ui-4-custom-css
branch
4 times, most recently
from
July 9, 2020 02:20
4219d60 to
3030216CompareAuthor
Those force pushes were mostly only to figure how to reorder the commits in here properly because the order was messed. Now they appear in the correct order. One did change the command line description a bit. |
UdjinM6
requested changes
Jul 10, 2020
Uh oh!
There was an error while loading. Please reload this page.
xdustinfaceforce-pushed
the
pr-ui-4-custom-css
branch
from
July 10, 2020 01:37
3030216 to
4e0735fCompare
PastaPastaPasta
left a comment
Member
There was a problem hiding this comment.
One comment, haven't tested, overall looks fine
Author
This allows to load a custom directory as css directory. The custom directory currently needs to have the files: - general.css - dark.css - light.css - traditional.css - scrollbars.css
xdustinfaceforce-pushed
the
pr-ui-4-custom-css
branch
from
July 11, 2020 03:14
4e0735f to
b63d661Comparexdustinface added a commit
to xdustinface/dash
that referenced
this pull request
Sep 1, 2020
* qt: Change themes path from ":themes" to ":css" Required for the introduction of a custom css directory which will happen with the follow-up commits. * qt: Renamed trad.css to traditional.css * qt: Add -custom-css-dir startup parameter This allows to load a custom directory as css directory. The custom directory currently needs to have the files: - general.css - dark.css - light.css - traditional.css - scrollbars.css
gades pushed a commit
to cosanta/cosanta-core
that referenced
this pull request
Mar 3, 2022
* qt: Change themes path from ":themes" to ":css" Required for the introduction of a custom css directory which will happen with the follow-up commits. * qt: Renamed trad.css to traditional.css * qt: Add -custom-css-dir startup parameter This allows to load a custom directory as css directory. The custom directory currently needs to have the files: - general.css - dark.css - light.css - traditional.css - scrollbars.css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This PR ist part of a series of +-25 PRs related to UI redesigns. Its ancestor is #3556, its successor is #3558. I did not screenshot every single PR and its changes, instead i made "walk through all screen" videos with the result of this PR series and also with the 0.15 UI. If there are any concrete screenshots wanted, just let me know. To build with the full set of changes you can build from the branch xdustinface:pr-ui-redesign which always contains all changes.
-> Walk through 0.15
-> Walk through Redesign
I tried to give the commits enough text to make things obvious without a lot description for each PR. Also here, if you want more description for this specific PR, let me know.
About this PR
This PR allows to load a custom directory as css directory. The css files in the provided directory will be used as stylesheets for the UI instead of the app internal ones.