-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Adjust the layout of the toolbar on the Issues/Projects page #33667
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
Adjust the layout of the toolbar on the Issues/Projects page #33667
Conversation
What's the reason to change the |
As I described, on the default issue list page, labels and milestones do not fall under the functional definition of the switch-tab type. Instead, they serve as a page navigation function. |
Imho, you want to modify template |
In fact, I have already explained it above. Let's just take a look through the page screenshots: As I have repeatedly explained before, Page |
Hmm, if we could add a search bar to |
To be frank, my point of view is that these are two completely different sets of functional positioning. One is similar to a tab - like button, and the other is an ordinary button group. There's no need to abstract them into one template. It's a bit of over - abstraction. |
No, don't do that |
73cc7b2
to
433d9cf
Compare
95847b8
to
ea9ebbb
Compare
Head branch was pushed to by a user without write access
I have applied the same modifications to the |
Good to have it, will take a test. |
…#34047) And fix layout for mobile Backport #33667 Fix #33880 --------- Co-authored-by: Kerwin Bryant <[email protected]>
* giteaofficial/main: [skip ci] Updated translations via Crowdin Add toggleClass function in dom.ts (go-gitea#34063) Add a config option to block "expensive" pages for anonymous users (go-gitea#34024) add additional ReplaceAll in pathsep to cater for different pathsep (go-gitea#34061) [skip ci] Updated translations via Crowdin enable staticcheck QFxxxx rules (go-gitea#34064) update to golangci-lint v2 (go-gitea#34054) Add descriptions for private repo public access settings and improve the UI (go-gitea#34057) Add anonymous access support for private/unlisted repositories (go-gitea#34051) Hide activity contributors, recent commits and code frequrency left tabs if there is no code permission (go-gitea#34053) Update action status badge layout (go-gitea#34018) Add anonymous access support for private repositories (backend) (go-gitea#33257) Simplify emoji rendering (go-gitea#34048) Adjust the layout of the toolbar on the Issues/Projects page (go-gitea#33667) Fix bug on downloading job logs (go-gitea#34041) Fix git client accessing renamed repo (go-gitea#34034) Decouple Batch from git.Repository to simplify usage without requiring the creation of a Repository struct. (go-gitea#34001) fix org repo creation being limited by user limits (go-gitea#34030) Fix the issue with error message logging for the `check-attr` command on Windows OS. (go-gitea#34035) Try to fix check-attr bug (go-gitea#34029)
before:

after:

On the list page, labels and milestones do not serve as a switch-tab. Instead, they function as page navigation. The switch-tab is only appropriate for use on the labels and milestones pages, just like this:
