0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-19 00:00:34 +01:00
gitea/web_src/js
wxiaoguang 2d7e6e9482
Fix various trivial problems (#32861)
1. add/improve comments to help future readers could understand the
problem more easily.
2. add an error log to LDAP with username fallback
3. use `or` instead of `Iif` for "repo/branch_dropdown" (`Iif` was a
mistake, but it doesn't really affect the UI)
4. add `tw-font-mono` style to container digest to match dockerhub
5. fix a bug in RepoBranchTagSelector: the form is not updated when
there is no click to an item

---------

Co-authored-by: delvh <dev.lh@web.de>
2024-12-17 01:15:18 +00:00
..
components Fix various trivial problems (#32861) 2024-12-17 01:15:18 +00:00
features Fix remaining typescript issues, enable tsc (#32840) 2024-12-16 05:02:32 +08:00
markup Refactor markdown math render (#32831) 2024-12-14 13:43:05 +08:00
modules Fix remaining typescript issues, enable tsc (#32840) 2024-12-16 05:02:32 +08:00
render
standalone
utils Rearrange Clone Panel (#31142) 2024-12-11 21:54:30 +08:00
vendor Fix file editor & preview (#32706) 2024-12-04 09:26:54 +00:00
webcomponents Rearrange Clone Panel (#31142) 2024-12-11 21:54:30 +08:00
bootstrap.test.ts
bootstrap.ts
globals.d.ts Fix remaining typescript issues, enable tsc (#32840) 2024-12-16 05:02:32 +08:00
globals.ts
htmx.ts
index.ts Refactor issue filter (labels, poster, assignee) (#32771) 2024-12-10 11:38:22 +08:00
svg.test.ts
svg.ts Fix incomplete Actions status aggregations (#32859) 2024-12-16 11:18:00 +08:00
types.ts Refactor RepoBranchTagSelector (#32681) 2024-12-02 01:41:32 +00:00
utils.test.ts Add avif image file support (#32508) 2024-11-15 00:55:50 +00:00
utils.ts Fix remaining typescript issues, enable tsc (#32840) 2024-12-16 05:02:32 +08:00
vitest.setup.ts