forgejo/templates/shared
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
..
actions Replace 10 more gt- classes with tw- (#29945) 2024-03-26 19:04:27 +01:00
search Replace 10 more gt- classes with tw- (#29945) 2024-03-26 19:04:27 +01:00
secrets Fix incorrect tailwind migration (#30007) 2024-03-26 19:04:27 +01:00
user Migrate font-weight helpers to tailwind (#30027) 2024-03-26 19:04:28 +01:00
variables Fix incorrect tailwind migration (#30007) 2024-03-26 19:04:27 +01:00
webhook Change webhook-type in create-view (#29114) 2024-02-17 23:24:30 +01:00
blocked_users_list.tmpl templates: Safe & Escape no longer exist 2024-02-26 22:30:27 +01:00
combomarkdowneditor.tmpl [BUG] Make write and preview tabs interactive 2024-03-17 23:38:10 +01:00
issueicon.tmpl Performance improvements for pull request list page (#29900) 2024-03-26 19:04:26 +01:00
issuelist.tmpl Remove unnecessary ".Link" usages (#29909) 2024-03-26 19:04:26 +01:00
repo_search.tmpl Fix incorrect tailwind migration (#30007) 2024-03-26 19:04:27 +01:00
searchbottom.tmpl Fix incorrect tailwind migration (#30007) 2024-03-26 19:04:27 +01:00
searchfile.tmpl simplify template 2024-03-20 12:31:36 +00:00