0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-01-11 10:14:40 +01:00
gitea/web_src/js
wxiaoguang 14c142b0bc
Improve issue list filter (#24425)
Partial regression of #24393, not only regression, but broken for long
time, 24393 didn't really improve it but used wrong `overflow: scroll`.

Actually, that "ui secondary filter menu labels" shouldn't be set as
scrollable (I missed that at that time), the problem is: if a "ui menu"
has "dropdown" items, then it should not be scrollable. Otherwise the
dropdown menu can't be shown correctly.

And there are more problems:

* The "issue-filters" shouldn't be used anywhere else (copying&pasting
problem again ....)
* There is also an "issue-actions" container, it should also be fixed.
* There are similar problems on the milestone page.
* The old comment in code: "grid column" doesn't work well.

The major changes of this PR are: use "flex: 1" instead of "ui grid
column".

After this PR, not 100% perfect but much better than before.
2023-04-30 11:51:20 -04:00
..
components Improve RSS (#24335) 2023-04-25 22:53:44 -04:00
features Improve issue list filter (#24425) 2023-04-30 11:51:20 -04:00
markup
modules
standalone
test
utils
webcomponents
bootstrap.js
index.js
jquery.js
serviceworker.js
svg.js Add RSS Feeds for branches and files (#22719) 2023-04-25 22:08:29 +08:00
svg.test.js
utils.js Add eslint-plugin-regexp (#24361) 2023-04-26 22:08:16 -04:00
utils.test.js