1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-07-08 13:44:19 -04:00
gitea/templates/shared
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
..
actions Replace 10 more gt- classes with tw- (#29945) 2024-03-22 13:45:10 +00:00
search Replace 10 more gt- classes with tw- (#29945) 2024-03-22 13:45:10 +00:00
secrets Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
user Migrate font-weight helpers to tailwind (#30027) 2024-03-23 18:45:11 +00:00
variables Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
webhook Change webhook-type in create-view (#29114) 2024-02-15 14:59:48 +01:00
combomarkdowneditor.tmpl cleanup locale function usage (#27227) 2023-09-24 20:31:58 +00:00
issueicon.tmpl Performance improvements for pull request list page (#29900) 2024-03-21 14:13:08 +01:00
issuelist.tmpl Remove unnecessary ".Link" usages (#29909) 2024-03-20 13:56:42 +08:00
repo_search.tmpl Improve repo search UI (#29767) 2024-03-15 09:45:30 +00:00
searchbottom.tmpl Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
searchfile.tmpl Fix wrong line number in code search result (#29260) 2024-03-06 07:24:43 +00:00