forgejo/web_src/js/components
silverwind 76315e0919
Migrate font-weight helpers to tailwind (#30027)
Commands ran:

```sh
perl -p -i -e 's#gt-font-light#tw-font-light#g' web_src/js/**/* templates/**/*
perl -p -i -e 's#gt-font-normal#tw-font-normal#g' web_src/js/**/* templates/**/*
perl -p -i -e 's#gt-font-medium#tw-font-medium#g' web_src/js/**/* templates/**/*
perl -p -i -e 's#gt-font-semibold#tw-font-semibold#g' web_src/js/**/* templates/**/*
perl -p -i -e 's#gt-font-bold#tw-font-bold#g' web_src/js/**/* templates/**/*
```

(cherry picked from commit fabe01478ab449cc4870b7e2a9a1db3911bb14bd)

Conflicts:
	templates/repo/header.tmpl
	prefered Forgejo file & re-ran the commands to ensure the
	migration is done
2024-03-26 19:04:28 +01:00
..
.eslintrc.yaml
ActionRunStatus.vue Fix incorrect tailwind migration (#30007) 2024-03-26 19:04:27 +01:00
ActivityHeatmap.vue
ContextPopup.vue
DashboardRepoList.vue Fix incorrect tailwind migration (#30007) 2024-03-26 19:04:27 +01:00
DiffCommitSelector.vue
DiffFileList.vue Migrate font-weight helpers to tailwind (#30027) 2024-03-26 19:04:28 +01:00
DiffFileTree.vue
DiffFileTreeItem.vue
PullRequestMergeForm.vue
RepoActionView.vue
RepoActivityTopAuthors.vue
RepoBranchTagSelector.vue Remove jQuery .attr from the branch/tag selector (#30010) 2024-03-26 19:04:27 +01:00
RepoCodeFrequency.vue Fix incorrect tailwind migration (#30007) 2024-03-26 19:04:27 +01:00
RepoContributors.vue Fix incorrect tailwind migration (#30007) 2024-03-26 19:04:27 +01:00
RepoRecentCommits.vue Fix incorrect tailwind migration (#30007) 2024-03-26 19:04:27 +01:00
ScopedAccessTokenSelector.vue