mirror of https://github.com/go-gitea/gitea.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Many files do not directly depend on jQuery now. To clarify the usage: use `fomanticQuery` to operate Fomantic components. Then developers could focus on removing the remaining jQuery usages by searching `import $` globally. 21 files now: ``` ./components/RepoBranchTagSelector.vue:3:import $ from 'jquery'; ./features/admin/common.ts:1:import $ from 'jquery'; ./features/admin/emails.ts:1:import $ from 'jquery'; ./features/common-button.ts:1:import $ from 'jquery'; ./features/comp/ComboMarkdownEditor.ts:3:import $ from 'jquery'; (I am working on it, there will be a new PR) ./features/comp/LabelEdit.ts:1:import $ from 'jquery'; ./features/notification.ts:1:import $ from 'jquery'; ./features/org-team.ts:1:import $ from 'jquery'; ./features/repo-code.ts:1:import $ from 'jquery'; ./features/repo-common.ts:1:import $ from 'jquery'; ./features/repo-diff.ts:1:import $ from 'jquery'; ./features/repo-editor.ts:1:import $ from 'jquery'; ./features/repo-issue-content.ts:1:import $ from 'jquery'; ./features/repo-issue-list.ts:1:import $ from 'jquery'; ./features/repo-issue-sidebar.ts:1:import $ from 'jquery'; ./features/repo-issue.ts:1:import $ from 'jquery'; ./features/repo-legacy.ts:1:import $ from 'jquery'; ./features/repo-new.ts:1:import $ from 'jquery'; ./features/repo-projects.ts:1:import $ from 'jquery'; ./features/repo-settings.ts:1:import $ from 'jquery'; ./features/repo-template.ts:1:import $ from 'jquery'; ``` |
4 months ago | |
---|---|---|
.. | ||
components | 4 months ago | |
features | 4 months ago | |
markup | 4 months ago | |
modules | 5 months ago | |
render | 7 months ago | |
standalone | 7 months ago | |
utils | 4 months ago | |
vendor | 4 months ago | |
webcomponents | 5 months ago | |
bootstrap.test.ts | 9 months ago | |
bootstrap.ts | 8 months ago | |
globals.d.ts | 7 months ago | |
globals.ts | 9 months ago | |
htmx.ts | 7 months ago | |
index.ts | 4 months ago | |
svg.test.ts | 7 months ago | |
svg.ts | 4 months ago | |
types.ts | 5 months ago | |
utils.test.ts | 5 months ago | |
utils.ts | 5 months ago | |
vitest.setup.ts | 7 months ago |