You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/templates
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.
1 year ago
..
admin Add "Updated" column for admin repositories list (#24429) 1 year ago
api/packages/pypi Remove incorrect HTML self close tag (#23748) 1 year ago
base Start cleaning the messy ".ui.left / .ui.right", improve label list page, fix stackable menu (#24393) 1 year ago
code Use data-tooltip-content for tippy tooltip (#23649) 1 year ago
custom Add footer extra links template (#9576) 5 years ago
devtest Improve some modal action buttons (#24289) 1 year ago
explore Fix template function DateTime (#24317) 1 year ago
mail Remove incorrect HTML self close tag (#23748) 1 year ago
org Add follow organization and fix the logic of following page (#24345) 1 year ago
package Improve template helper (#24417) 1 year ago
projects Rework header bar on issue, pull requests and milestone (#24420) 1 year ago
repo Improve issue list filter (#24425) 1 year ago
shared Improve template helper (#24417) 1 year ago
status Fix template function DateTime (#24317) 1 year ago
swagger Add ability to specify '--not' from GetAllCommits (#24409) 1 year ago
user Improve issue list filter (#24425) 1 year ago
home.tmpl Improve home page template, fix Sort dropdown menu flash (#23856) 1 year ago
install.tmpl Remove incorrect HTML self close tag (#23748) 1 year ago
post-install.tmpl Remove incorrect HTML self close tag (#23748) 1 year ago