-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
change quota design #18818
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
change quota design #18818
Conversation
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.
- The text should be left-aligned, as with the other entries
- If nothing is used, it can be "(0 used)", no unit needed
- Would still be nice to get the bar back, otherwise people need to read it all and calc in their head
Otherwise it looks good! :)
|
Thanks @GretaD 👍 I guess there are cleaner ways to do it ;) Also some tweaks for smaller screens would be good. |
11b632b to
92bb9d7
Compare
92bb9d7 to
22756b4
Compare
|
Needs a rebase. |
|
Looks like that on my machine. I run make all a few times but the result seems to be the same.
|
eb8ba26 to
35995f5
Compare
35995f5 to
90c3e3b
Compare
apps/settings/css/settings.scss
Outdated
| width: 150px; | ||
| margin-top: 35px; | ||
| height: 3px; | ||
| position: absolute; |
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.
I would suggest to wrap both the text and process in a wrapping div so you can more easily style those without the need of a absolute positioning.
|
cc @GretaD mind to rebase? |
4df4c1a to
a59ad69
Compare
|
apps/settings/src/components/UserList/UserRowSimple.vue I'm not seeing an /src directory from my /settings directory. Do I need to just add it and push the file to it for these changes to take effect? |
|
@tanderson8 is you master up to date? You normally should have the UserRowSimple.vue file when you checkout out at rethink_quota branch. |
|
Let's do this. The quota/language assignment issue will be fixed by nextcloud-libraries/nextcloud-vue#924 @GretaD Mind to rebase and commit the bundles? |
|
/backport to stable18 |
Signed-off-by: GretaD <gretadoci@gmail.com>
|
The backport to stable18 failed. Please do this backport manually. |
|
This pull request reverts #18555 partly. It's again not possible to edit my own user account. |
| } | ||
| return t('settings', '{size} used', { size: OC.Util.humanFileSize(0) }) | ||
| }, | ||
| canEditUser() { |
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.
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.
yes sure






fixes #18540, #19969
