1
0
Fork 0
forgejo/templates/repo
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
..
actions Improve issue list filter (#24425) 2023-04-30 11:51:20 -04:00
branch Move Rename branch from repo settings page to the page of branches list (#24380) 2023-04-30 23:08:51 +08:00
cite Start cleaning the messy ".ui.left / .ui.right", improve label list page, fix stackable menu (#24393) 2023-04-29 07:35:59 -04:00
diff Start cleaning the messy ".ui.left / .ui.right", improve label list page, fix stackable menu (#24393) 2023-04-29 07:35:59 -04:00
editor
find
graph Improve commit date in commit graph (#24399) 2023-04-28 14:58:59 -04:00
issue Improve issue list filter (#24425) 2023-04-30 11:51:20 -04:00
migrate
projects Rework header bar on issue, pull requests and milestone (#24420) 2023-04-29 23:33:25 -04:00
pulls
release Improve template helper (#24417) 2023-04-29 08:02:29 -04:00
settings Move Rename branch from repo settings page to the page of branches list (#24380) 2023-04-30 23:08:51 +08:00
tag
wiki
activity.tmpl
blame.tmpl
branch_dropdown.tmpl
clone_buttons.tmpl
clone_script.tmpl
commit_page.tmpl
commit_status.tmpl
commit_statuses.tmpl
commits.tmpl
commits_list.tmpl
commits_list_small.tmpl
commits_table.tmpl
create.tmpl
create_helper.tmpl
empty.tmpl
file_info.tmpl
forks.tmpl
graph.tmpl
header.tmpl Start cleaning the messy ".ui.left / .ui.right", improve label list page, fix stackable menu (#24393) 2023-04-29 07:35:59 -04:00
home.tmpl Rework header bar on issue, pull requests and milestone (#24420) 2023-04-29 23:33:25 -04:00
icon.tmpl
packages.tmpl
search.tmpl
search_name.tmpl
shabox_badge.tmpl
sub_menu.tmpl Make repo size style matches others (commits/branches/tags) (#24408) 2023-04-28 17:23:19 -04:00
sub_menu_release_tag.tmpl Rework header bar on issue, pull requests and milestone (#24420) 2023-04-29 23:33:25 -04:00
unicode_escape_prompt.tmpl
upload.tmpl
user_cards.tmpl Fix user-cards format (#24428) 2023-04-29 15:43:01 -04:00
view_file.tmpl
view_list.tmpl Improve template helper (#24417) 2023-04-29 08:02:29 -04:00
watchers.tmpl Fix user-cards format (#24428) 2023-04-29 15:43:01 -04:00