-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Not readable style #25939
Comments
For such a request it may be sufficient to make left pane be collapsible under hamburger menu. |
This was #25568. Could maybe increase horizontal padding by like 1-2px, but I wouldn't do more. |
Maybe we could drop some columns like |
@KN4CK3R I would say this columns |
Maybe we should make a separate page with user details to move stuff out of the table |
Group the numbers columns as 1 column if they are not sortable columns. |
I checked the whole new UI and I'm not so happy with mowing the navigation to the left size. When you will extend the table size to WQHD, than it will look better. But the compressend width is not good. Sorry, this was wrong UI change. |
Regardless of the navigation, I think we need to simplify these tables. |
The width of admin page could be extended like code review pages. |
This PR implements a proposal to clean up the admin users table by moving some information out to a separate user details page (which also displays some additional information). Other changes: - move edit user page from `/admin/users/{id}` to `/admin/users/{id}/edit` -> `/admin/users/{id}` now shows the user details page - show if user is instance administrator as a label instead of a separate column - separate explore users template into a page- and a shared one, to make it possible to use it on the user details page - fix issue where there was no margin between alert message and following content on admin pages <details> <summary>Screenshots</summary> ![grafik](https://github.com/go-gitea/gitea/assets/47871822/1ad57ac9-f20a-45a4-8477-ffe572a41e9e) ![grafik](https://github.com/go-gitea/gitea/assets/47871822/25786ecd-cb9d-4c92-90f4-e7f4292c073b) </details> Partially resolves #25939 --------- Co-authored-by: Giteabot <[email protected]>
Also needed for at least repo list |
Yes I suppose it could be made flexible full width, but still that's just a workaround that does not help on small screens. |
…become too narrow (#29581) Fix #25939 screenshots <img width="1895" alt="image" src="https://github.com/go-gitea/gitea/assets/81045/937eb28d-bb7d-4765-b580-bc991d61f467">
Reopening, because org and repo details can still be moved out to separate pages |
I think the UI problem mentioned in this issue has been resolved. So I will move this issue to another milestone. |
#29581 hasn't been backport to v1.21 |
@somera Can you confirm v1.22 still have the problem? |
I checked it with 1.22.2 and it looks good. |
Description
The new style is so compact, that the table is not readable.
I would say, that the ID column is not needed.
Screenshots
Gitea Version
1.20.0
Can you reproduce the bug on the Gitea demo site?
No
Operating System
Ubuntu 20.04.4
Browser Version
Chrome
The text was updated successfully, but these errors were encountered: