gitea/web_src/js/components
silverwind fabe01478a
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/**/*
```
2024-03-23 18:45:11 +00:00
..
.eslintrc.yaml Implement contributors graph (#27882) 2024-02-15 23:21:13 +01:00
ActionRunStatus.vue Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
ActivityHeatmap.vue Enforce trailing comma in JS on multiline (#30002) 2024-03-22 14:06:53 +00:00
ContextPopup.vue Enforce trailing comma in JS on multiline (#30002) 2024-03-22 14:06:53 +00:00
DashboardRepoList.vue Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
DiffCommitSelector.vue Enforce trailing comma in JS on multiline (#30002) 2024-03-22 14:06:53 +00:00
DiffFileList.vue Migrate font-weight helpers to tailwind (#30027) 2024-03-23 18:45:11 +00:00
DiffFileTree.vue Enforce trailing comma in JS on multiline (#30002) 2024-03-22 14:06:53 +00:00
DiffFileTreeItem.vue Enforce trailing comma in JS on multiline (#30002) 2024-03-22 14:06:53 +00:00
PullRequestMergeForm.vue Enforce trailing comma in JS on multiline (#30002) 2024-03-22 14:06:53 +00:00
RepoActionView.vue Enforce trailing comma in JS on multiline (#30002) 2024-03-22 14:06:53 +00:00
RepoActivityTopAuthors.vue Enforce trailing comma in JS on multiline (#30002) 2024-03-22 14:06:53 +00:00
RepoBranchTagSelector.vue Remove jQuery .attr from the branch/tag selector (#30010) 2024-03-22 23:26:56 +00:00
RepoCodeFrequency.vue Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
RepoContributors.vue Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
RepoRecentCommits.vue Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
ScopedAccessTokenSelector.vue Enforce trailing comma in JS on multiline (#30002) 2024-03-22 14:06:53 +00:00