-
Notifications
You must be signed in to change notification settings - Fork 156
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
Add rounded corners to left sidebar #6365
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
Results for oC10SharingExternalRoot https://drone.owncloud.com/owncloud/web/22427/42/1
|
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.
Not sure if we're there yet, rounded corners look good but the removed background colors create some (new) glitches from what I witness
@@ -486,7 +486,6 @@ export default { | |||
height: auto; | |||
z-index: 1; | |||
grid-area: header; | |||
background-color: var(--oc-color-background-default); |
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.
Very weird behaviour when moving a file and scrolling (given enough files in the target folder). Row background colors are different for files&folders, also glitchy in the AppBar (which now is transparent)
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.
Files are disabled as a target in copy/move scenarios, that's why they have different colors in the LocationPicker view. Fixed the transparent background of the AppBar.
@@ -330,7 +330,6 @@ export default { | |||
max-height: 100%; | |||
display: grid; | |||
grid-template-rows: 50px 70px 1fr; | |||
background-color: var(--oc-color-background-default); |
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.
Now the expanding sub-panels create a weird overlay situation during the animation...
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Results for oCISSharingAndUpload https://drone.owncloud.com/owncloud/web/22441/66/1
|
Results for oCISSharingInternal2 https://drone.owncloud.com/owncloud/web/22441/60/1
|
Results for oCISSharingPublic1 https://drone.owncloud.com/owncloud/web/22441/67/1
|
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.
LGTM ☑️
Description
Left sidebar now has rounded corners on the right. Also removed some unneeded css classes and styles.
Related Issue
Motivation and Context
Redesign
Screenshots (if appropriate):
Types of changes
Checklist: