forgejo/web_src/js
wxiaoguang 14c142b0bc
Improve issue list filter ()
Partial regression of , 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 () 2023-04-25 22:53:44 -04:00
features Improve issue list filter () 2023-04-30 11:51:20 -04:00
markup Fix math and mermaid rendering bugs () 2023-04-17 12:10:22 +02:00
modules Use 1.18's aria role for dropdown menus () 2023-04-16 21:58:22 +08:00
standalone Add new JS linter rules () 2021-11-22 16:19:01 +08:00
test Improve emoji and mention matching () 2023-04-22 11:32:34 -04:00
utils Improve emoji and mention matching () 2023-04-22 11:32:34 -04:00
webcomponents Refactor locale number () 2023-04-17 11:37:23 +08:00
bootstrap.js Show friendly 500 error page to users and developers () 2023-04-14 13:19:11 +08:00
index.js Use auto-updating, natively hoverable, localized time elements () 2023-04-11 01:01:20 +02:00
jquery.js Upgrade jQuery to 3.5.0, remove jQuery-Migrate, fix deprecations () 2020-04-18 18:46:29 -04:00
serviceworker.js Fix serviceworker output file and misc improvements () 2020-05-24 08:36:40 +01:00
svg.js Add RSS Feeds for branches and files () 2023-04-25 22:08:29 +08:00
svg.test.js Improve <SvgIcon> to make it output svg node and optimize performance () 2023-03-23 11:24:16 +08:00
utils.js Add eslint-plugin-regexp () 2023-04-26 22:08:16 -04:00
utils.test.js Introduce GiteaLocaleNumber custom element to handle number localization on pages. () 2023-04-03 12:58:09 -04:00