-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
feat: add proper element colors and adjust setup checks #54656
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
Conversation
jancborchardt
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.
👀 damn this looks really nice, such an improvement to before!
CarlSchwan
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.
Tested locally and code looks good (but I'm far from a vue expert)
e7a1b86 to
966d207
Compare
This comment was marked as outdated.
This comment was marked as outdated.
Signed-off-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
baf5fd0 to
f9030fc
Compare
|
/compile |
Signed-off-by: nextcloud-command <[email protected]>
|
Documentation in nextcloud/documentation#13555 |
* ref: #54656 Signed-off-by: Ferdinand Thiessen <[email protected]>
* ref: #54656 Signed-off-by: Ferdinand Thiessen <[email protected]>
* ref: #54656 Signed-off-by: Ferdinand Thiessen <[email protected]>
* ref: #54656 Signed-off-by: Ferdinand Thiessen <[email protected]>
Summary
This fixes the issues happening after the secondary status color migration. By adding new variables one can support multiple Nextcloud versions just like:
color: var(--color-element-error, var(--color-error))which works on all versions.--color-element-error,--color-element-info,--color-element-success,--color-element-warningScreenshots
Checklist