Closed
Description
- Gitea version (or commit ref):
- Git version:
- Operating system:
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Not relevant
- Log gist:
Description
Hello, I have a suggestions about issue/PR sidebar menu optimize . now when we choose or remove an items on sidebar menu like labels and assignees . it will directly send post event to server. I think it's not necessary, a more good way is just save choices and do ui show. And send the results to server when choose is finished (maybe mean the menu is closed). then we can save same type choics in one comment like github style. Thanks.