gitea/templates/admin
silverwind ec3d467f15
Migrate `gt-hidden` to `tw-hidden` ()
We have to define this one in helpers.css because tailwind only
generates a single class but certain things rely on this being
double-class. Command ran:

```sh
perl -p -i -e 's#gt-hidden#tw-hidden#g' web_src/js/**/* templates/**/* models/**/* web_src/css/**/*

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
..
applications Always use `ctx.Locale.Tr` inside templates ()
auth Migrate `gt-hidden` to `tw-hidden` ()
emails Migrate margin and padding helpers to tailwind ()
org Migrate margin and padding helpers to tailwind ()
packages Unify search boxes ()
repo Migrate margin and padding helpers to tailwind ()
runners Move secrets and runners settings to actions settings ()
user Migrate `gt-hidden` to `tw-hidden` ()
actions.tmpl Added instance-level variables ()
config.tmpl Migrate margin and padding helpers to tailwind ()
config_settings.tmpl Migrate margin and padding helpers to tailwind ()
cron.tmpl Migrate margin and padding helpers to tailwind ()
dashboard.tmpl Migrate margin and padding helpers to tailwind ()
hook_new.tmpl Always use `ctx.Locale.Tr` inside templates ()
hooks.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings ()
layout_footer.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings ()
layout_head.tmpl Introduce `.secondary-nav` and handle `.page-content` spacing universally ()
navbar.tmpl Customizable "Open with" applications for repository clone ()
notice.tmpl Replace all simple inline styles with tailwind ()
queue.tmpl Always use `ctx.Locale.Tr` inside templates ()
queue_manage.tmpl Migrate margin and padding helpers to tailwind ()
self_check.tmpl Migrate margin and padding helpers to tailwind ()
stacktrace-row.tmpl Migrate margin and padding helpers to tailwind ()
stacktrace.tmpl Fix incorrect tailwind migration ()
stats.tmpl Always use `ctx.Locale.Tr` inside templates ()
system_status.tmpl Auto-update the system status in admin dashboard ()