0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-01-18 23:24:30 +01:00
gitea/templates/shared/user
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
..
authorlink.tmpl Migrate font-weight helpers to tailwind (#30027) 2024-03-23 18:45:11 +00:00
avatarlink.tmpl
block_user_dialog.tmpl
blocked_users.tmpl Fix the wrong locale key of searching users (#29868) 2024-03-17 14:50:32 +00:00
name.tmpl
namelink.tmpl
org_profile_avatar.tmpl Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
profile_big_avatar.tmpl Replace 10 more gt- classes with tw- (#29945) 2024-03-22 13:45:10 +00:00