-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
UI: button to download code lacks tooltip #221
Comments
Sounds like an easy change. Are you up for a PR @pmattern ? |
@pmattern try github theme for a while. I fixed these things. Hope to see theme feature on gitea in the future. https://github.com/gencer/gitea-gihubify |
Cool, we will provide better theming support for sure, but we will never get a GitHub clone theme into the core itself, we don't want to end like https://gitbucket.github.io/gitbucket-news/gitbucket/2016/03/20/change-user-interface.html ;) |
@gencer
Unfortunately I'm lacking both time and skills right now. |
@pmattern, please confirm this have been resolved. |
Running 39d0db5 the problem is basically solved but there are two things worth having another look at, IMO: The tooltip to copy is above that line comprising URL etc. as shown above while the tooltip to download is placed left of the button which is a bit inconsistent and covering parts of the URL. More importantly string "download_archive" doesn't seem like a really good choice. |
Looks like the bindata have not been updated. And the tooltip is automatically placed like that. |
@hhenkel Would it make sense to have the other tooltip state something like "Copy URL" or so, hence some kind of description like the one provided by "Download this repository" right now? Just wondering. |
@pmattern, please fire another issue for |
Fixed |
[x]
):Within those fields displaying a repository's URL which can e. g. be seen at URLs like
gitea.example.org/Someorganization/Somerepo
the button to copy comes with a tooltip while the button to download at its right doesn't.Maybe this is a bit of bikeshedding but I figure the UX would be a bit more smooth if the button to download had a tooltip as well.
The text was updated successfully, but these errors were encountered: