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.
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/**/*
```
11 months ago
..
.eslintrc.yaml Implement contributors graph (#27882) 12 months ago
ActionRunStatus.vue Fix incorrect tailwind migration (#30007) 11 months ago
ActivityHeatmap.vue Enforce trailing comma in JS on multiline (#30002) 11 months ago
ContextPopup.vue Enforce trailing comma in JS on multiline (#30002) 11 months ago
DashboardRepoList.vue Fix incorrect tailwind migration (#30007) 11 months ago
DiffCommitSelector.vue Enforce trailing comma in JS on multiline (#30002) 11 months ago
DiffFileList.vue Migrate font-weight helpers to tailwind (#30027) 11 months ago
DiffFileTree.vue Enforce trailing comma in JS on multiline (#30002) 11 months ago
DiffFileTreeItem.vue Enforce trailing comma in JS on multiline (#30002) 11 months ago
PullRequestMergeForm.vue Enforce trailing comma in JS on multiline (#30002) 11 months ago
RepoActionView.vue Enforce trailing comma in JS on multiline (#30002) 11 months ago
RepoActivityTopAuthors.vue Enforce trailing comma in JS on multiline (#30002) 11 months ago
RepoBranchTagSelector.vue Remove jQuery `.attr` from the branch/tag selector (#30010) 11 months ago
RepoCodeFrequency.vue Fix incorrect tailwind migration (#30007) 11 months ago
RepoContributors.vue Fix incorrect tailwind migration (#30007) 11 months ago
RepoRecentCommits.vue Fix incorrect tailwind migration (#30007) 11 months ago
ScopedAccessTokenSelector.vue Enforce trailing comma in JS on multiline (#30002) 11 months ago