1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-07-23 16:14:17 -04: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 Use template context function for avatar rendering (#26385) 2023-08-10 11:19:39 +08:00
block_user_dialog.tmpl Add user blocking (#29028) 2024-03-04 08:16:03 +00:00
blocked_users.tmpl Fix the wrong locale key of searching users (#29868) 2024-03-17 14:50:32 +00:00
name.tmpl Always use whole user name as link (#27815) 2023-10-30 09:53:16 +00:00
namelink.tmpl Timeline and color tweaks (#21799) 2022-11-19 12:02:30 +08:00
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