1
1
mirror of https://github.com/go-gitea/gitea synced 2025-11-19 04:38:13 +00:00

Combined all RequestActions implementation and merge upstream and remove WIP

Signed-off-by: Alex Lau(AvengerMoJo) <avengermojo@gmail.com>
This commit is contained in:
Alex Lau(AvengerMoJo)
2024-08-25 21:27:36 +08:00
committed by Yu Daike
parent 734ddf7118
commit ed7fa95528
19 changed files with 676 additions and 15 deletions

View File

@@ -40,6 +40,7 @@ import {initSshKeyFormParser} from './features/sshkey-helper.ts';
import {initUserSettings} from './features/user-settings.ts';
import {initRepoActivityTopAuthorsChart, initRepoArchiveLinks} from './features/repo-common.ts';
import {initRepoMigrationStatusChecker} from './features/repo-migrate.ts';
import {initRequireActionsSelect} from './features/require-actions-select.js';
import {initRepoDiffView} from './features/repo-diff.ts';
import {initOrgTeamSearchRepoBox, initOrgTeamSettings} from './features/org-team.ts';
import {initUserAuthWebAuthn, initUserAuthWebAuthnRegister} from './features/user-auth-webauthn.ts';
@@ -172,6 +173,7 @@ onDomReady(() => {
initRepoActivityTopAuthorsChart,
initRepoArchiveLinks,
initRequireActionsSelect,
initRepoBranchButton,
initRepoCodeView,
initBranchSelectorTabs,