1
1
mirror of https://github.com/go-gitea/gitea synced 2024-12-31 21:14:28 +00:00
gitea/web_src/js/components
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
..
ActionRunStatus.vue Fix incomplete Actions status aggregations (#32859) 2024-12-16 11:18:00 +08:00
ActivityHeatmap.vue Migrate vue components to setup (#32329) 2024-10-28 20:15:05 +00:00
ContextPopup.vue Fix suggestions for issues (#32380) 2024-10-30 20:06:36 +00:00
DashboardRepoList.vue Fix typescript errors in Vue files, fix regression in "Recent Commits" chart (#32649) 2024-12-08 02:58:18 +00:00
DiffCommitSelector.vue Fix typescript errors in Vue files, fix regression in "Recent Commits" chart (#32649) 2024-12-08 02:58:18 +00:00
DiffFileList.vue Migrate vue components to setup (#32329) 2024-10-28 20:15:05 +00:00
DiffFileTree.vue Migrate vue components to setup (#32329) 2024-10-28 20:15:05 +00:00
DiffFileTreeItem.vue Improve diff file tree (#32658) 2024-11-28 12:25:21 +00:00
PullRequestMergeForm.vue Migrate vue components to setup (#32329) 2024-10-28 20:15:05 +00:00
RepoActionView.vue Fix incomplete Actions status aggregations (#32859) 2024-12-16 11:18:00 +08:00
RepoActivityTopAuthors.vue Fix undefined errors on Activity page (#32378) 2024-10-30 14:48:13 +08:00
RepoBranchTagSelector.vue Fix various trivial problems (#32861) 2024-12-17 01:15:18 +00:00
RepoCodeFrequency.vue Fix typescript errors in Vue files, fix regression in "Recent Commits" chart (#32649) 2024-12-08 02:58:18 +00:00
RepoContributors.vue Add "n commits" link to contributors in contributors graph page (#32799) 2024-12-12 19:02:54 +00:00
RepoRecentCommits.vue Fix typescript errors in Vue files, fix regression in "Recent Commits" chart (#32649) 2024-12-08 02:58:18 +00:00
ScopedAccessTokenSelector.vue Migrate vue components to setup (#32329) 2024-10-28 20:15:05 +00:00