Conversation
b00396d to
906656a
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8448 +/- ##
==========================================
+ Coverage 54.55% 54.57% +0.02%
==========================================
Files 106 106
Lines 3439 3441 +2
Branches 1002 1003 +1
==========================================
+ Hits 1876 1878 +2
Misses 1322 1322
Partials 241 241 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
0da4202 to
8e6f9a8
Compare
8e6f9a8 to
5f066e8
Compare
|
What about buttons? |
| @media only screen and (min-width: $breakpoint-mobile) { | ||
| border-inline-start: 1px solid var(--color-border); | ||
| border-start-start-radius: var(--body-container-radius); | ||
| border-end-start-radius: var(--body-container-radius); | ||
| } |
There was a problem hiding this comment.
The border is visible even on the close navigation, and even when there is no navigation at all.
There was a problem hiding this comment.
Also, the color is different on the draft
There was a problem hiding this comment.
The border is visible even on the close navigation, and even when there is no navigation at all.
This part is now fixed
|
Do we keep this design on the older servers as well? |
5f066e8 to
0ba64b4
Compare
| background-color: color-mix(in srgb, var(--color-primary-element) 16%, transparent); | ||
| color: var(--color-main-text) !important; |
There was a problem hiding this comment.
By doing so this is not guaranteed to match accessibility requirements anymore.
Because now foreground color and background color are independent
There was a problem hiding this comment.
the new bg is mostly transparent (84% transparent + 16% primary tint), what shows through is --color-main-background. So the text we render with --color-main-text is still contrasting against --color-main-backgroun mostly which is the designed pair nc guarantees.
From design it should be rounded but within the element not outside. |
58a66a1 to
e38013d
Compare
|
|
d7264bd to
56b94a6
Compare
|
Updated NcListItems and NcButton. |
56b94a6 to
281ea4d
Compare
Main content now has a subtle left divider and rounded left edge next to the navigation. Selected nav and list items use a softly tinted pill instead of a solid primary fill. Signed-off-by: nfebe <fenn25.fn@gmail.com>
281ea4d to
377667a
Compare
susnux
left a comment
There was a problem hiding this comment.
As far as I tested no regressions on v33
|
/backport to stable8 |
|
The backport to # Switch to the target branch and update it
git checkout stable8
git pull origin stable8
# Create the new backport branch
git checkout -b backport/8448/stable8
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 377667a2
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/8448/stable8Error: Failed to check for changes with origin/stable8: No changes found in backport branch Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
|
Renamed for the changelog generation. |
Main content now has a subtle left divider and rounded left edge next to the navigation. Selected nav and list items use a softly tinted pill instead of a solid primary fill. Backport of #8448 to stable8. Signed-off-by: nfebe <fenn25.fn@gmail.com>
Main content now has a subtle left divider and rounded left edge next to the navigation. Selected nav and list items use a softly tinted pill instead of a solid primary fill. Backport of #8448 to stable8. Signed-off-by: nfebe <fenn25.fn@gmail.com>
Main content now has a subtle left divider and rounded left edge next to the navigation. Selected nav and list items use a softly tinted pill instead of a solid primary fill. Backport of #8448 to stable8. Signed-off-by: nfebe <fenn25.fn@gmail.com>
| backdrop-filter: var(--filter-background-blur, none); | ||
| } | ||
|
|
||
| &--closed { |
There was a problem hiding this comment.
This breaks the settings app in server
There was a problem hiding this comment.
But proper fix is to fix the settings app: nextcloud/server#60236










Screencast
Screencast.From.2026-04-24.20-31-16.webm
Closes #7222