-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Fix git graph page #34948
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
Fix git graph page #34948
Conversation
Before: After: And there is a regression from "Remove jQuery from the commit graph (except Fomantic) (#30395)", the "hover highlight" stopped working since that time. Actually no one noticed it, no user ever complained, and the "visual feedback" is not obvious. So this PR removes that part of code. |
Signed-off-by: silverwind <me@silverwind.io>
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.
Code looks ok, have not tested it.
I don't think the |
Wait, but why are we displaying a title there then in the first place? |
I'd remove the tooltip entirely there. |
Isn't the title there equally faulty? |
They have This PR aims to fix a lot of legacy problems, UI re-design is not in this PR's scope. |
* giteaofficial/main: [skip ci] Updated translations via Crowdin Rerun job only when run is done (go-gitea#34970) Enable gocritic `equalFold` and fix issues (go-gitea#34952) Fixed minor typos in two files #HSFDPMUW (go-gitea#34944) Improve project & label color picker and image scroll (go-gitea#34971) Refactor webhook and fix feishu/lark secret (go-gitea#34961) Improve OAuth2 provider (correct Issuer, respect ENABLED) (go-gitea#34966) Merge index.js (go-gitea#34963) [skip ci] Updated translations via Crowdin Mark old reviews as stale on agit pr updates (go-gitea#34933) Refactor "delete-button" to "link-action" (go-gitea#34962) Refactor frontend unique id & comment (go-gitea#34958) Refactor some trivial problems (go-gitea#34959) Upgrade security public key (go-gitea#34956) Fix git graph page (go-gitea#34948) Update JS dependencies (go-gitea#34951) Refactor head navbar icons (go-gitea#34922) # Conflicts: # templates/base/head_navbar.tmpl
Too many bugs, fix together
And fix #34946