forgejo/templates/user
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
..
auth Fix incorrect tailwind migration (#30007) 2024-03-26 19:04:27 +01:00
dashboard Fix incorrect tailwind migration (#30007) 2024-03-26 19:04:27 +01:00
notification Fix incorrect tailwind migration (#30007) 2024-03-26 19:04:27 +01:00
overview Add <overflow-menu>, rename webcomponents (#29400) 2024-03-20 08:46:29 +01:00
settings Migrate font-weight helpers to tailwind (#30027) 2024-03-26 19:04:28 +01:00
code.tmpl Unify search boxes (#29530) 2024-03-20 12:31:05 +00:00
heatmap.tmpl Fix heatmap localization 2024-03-20 08:20:08 +01:00
profile.tmpl Filter Repositories by type (#29231) 2024-03-06 12:10:46 +08:00