-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Improve "language stats" UI #26968
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
Improve "language stats" UI #26968
Conversation
a34fe0a
to
c0e1aac
Compare
If by "flicker" you mean the slight layout shift during animation, that would be great to fix, it's been bothering me a long time. |
Yes, the layout shifted slightly (ps: there is no animation after the removal of jQuery slideToggle), it has been fixed. |
Yeah, don't need that animation either. |
I will add some extra padding and overflow: hidden. Because some language texts might be pretty long |
For this 4-item menu, I ideally would like to lay it out in 2 rows with 2 items each when space is not enough, but |
frontport from go-gitea#26966 --------- Co-authored-by: techknowlogick <[email protected]>
Maybe just hide size at mobile breakpoint. |
I'll push that momentarily. |
Yup, the size could be hidden. While the "overflow: hidden" is still needed, because the language list would have many items (unpredictable). |
* upstream/main: [skip ci] Updated translations via Crowdin Add some more labels to labeler (go-gitea#26987) Fix INI parsing for value with trailing slash (go-gitea#26995) Correct the database.LOG_SQL default value in config cheat sheet (go-gitea#26997) Improve "language stats" UI (go-gitea#26968) [skip ci] Updated translations via Crowdin Update chroma to v2.9.1 (go-gitea#26990) Improve issue list layout (go-gitea#26983)
Before:
After: