-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
highlight user details link #26998
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
highlight user details link #26998
Conversation
TBH ... IMO ... such tooltip seems redundant ....... Maybe adding a "home" icon & link is better? |
We should at least make user and org lists behave the same. User list name click goes to user details, org list name click goes to org page (but has a edit column). Ultimately I think we need to implement a org details page as well. |
I'd do an org details page, but aren't we in feature freeze right now? |
We should be as per recent communication but until the |
Maybe a home link column for both tables would be good to somewhat solve the inconsistency. I think there is still space in the table for a small "Home" column at the end with https://primer.github.io/octicons/home-16 icon. |
(My original suggestion was an |
Maybe https://primer.github.io/octicons/person-16 for the user page link and https://primer.github.io/octicons/people-16 for the org page? |
@silverwind Maybe operations would be a better word for it? I think actions might be confusing for translation. But otherwise, I think your idea is nice, thanks :) |
Operations is the standard term since #22067 |
It's such a long word, but okay. |
This PR adds a separated column in the users table for operations. The username link now redirects back to user page.  Resolves go-gitea#26713 (review) Co-authored-by: silverwind <[email protected]>
Backport #26998 by @denyskon This PR adds a separated column in the users table for operations. The username link now redirects back to user page.  Resolves #26713 (review) Co-authored-by: silverwind <[email protected]> Co-authored-by: Denys Konovalov <[email protected]> Co-authored-by: silverwind <[email protected]>
This PR adds a separated column in the users table for operations. The username link now redirects back to user page.
Resolves #26713 (review)
Co-authored-by: silverwind [email protected]