forgejo/templates/user
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
..
auth Remove incorrect HTML self close tag (#23748) 2023-03-27 18:05:51 +02:00
dashboard Rework header bar on issue, pull requests and milestone (#24420) 2023-04-29 23:33:25 -04:00
notification Improve issue list filter (#24425) 2023-04-30 11:51:20 -04:00
overview Add missing badges in user profile for /projects and /packages (#24232) 2023-04-22 21:32:40 -04:00
settings Fix layouts of admin table / adapt repo / email test (#24370) 2023-04-28 09:48:41 +08:00
code.tmpl Add main landmark to templates and adjust titles (#22670) 2023-02-01 22:56:10 +00:00
heatmap.tmpl Improve template helper (#24417) 2023-04-29 08:02:29 -04:00
profile.tmpl Add follow organization and fix the logic of following page (#24345) 2023-04-29 15:13:58 -04:00
project.tmpl Add context cache as a request level cache (#22294) 2023-02-15 21:37:34 +08:00