You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/templates/user/settings
silverwind ec3d467f15
Migrate `gt-hidden` to `tw-hidden` (#30046)
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>
11 months ago
..
security Fix incorrect tailwind migration (#30007) 11 months ago
account.tmpl Migrate margin and padding helpers to tailwind (#30043) 11 months ago
actions.tmpl Support configuration variables on Gitea Actions (#24724) 2 years ago
appearance.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 1 year ago
applications.tmpl Migrate `gt-hidden` to `tw-hidden` (#30046) 11 months ago
applications_oauth2.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 1 year ago
applications_oauth2_edit.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 2 years ago
applications_oauth2_edit_form.tmpl Migrate margin and padding helpers to tailwind (#30043) 11 months ago
applications_oauth2_list.tmpl Migrate margin and padding helpers to tailwind (#30043) 11 months ago
blocked_users.tmpl Add user blocking (#29028) 11 months ago
grants_oauth2.tmpl Migrate margin and padding helpers to tailwind (#30043) 11 months ago
hook_new.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 1 year ago
hooks.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 2 years ago
keys.tmpl Allow options to disable user ssh keys configuration from the interface on app.ini (#29447) 11 months ago
keys_gpg.tmpl Migrate `gt-hidden` to `tw-hidden` (#30046) 11 months ago
keys_principal.tmpl Migrate `gt-hidden` to `tw-hidden` (#30046) 11 months ago
keys_ssh.tmpl Migrate `gt-hidden` to `tw-hidden` (#30046) 11 months ago
layout_footer.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 2 years ago
layout_head.tmpl Reduce margins on user settings page, introduce `flex-container` (#26046) 2 years ago
navbar.tmpl Add user blocking (#29028) 11 months ago
organization.tmpl Refactor Safe modifier (#29392) 12 months ago
packages.tmpl Remove unnecessary "Safe" modifier from templates (#29318) 12 months ago
packages_cleanup_rules_edit.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 2 years ago
packages_cleanup_rules_preview.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 2 years ago
profile.tmpl Migrate `gt-hidden` to `tw-hidden` (#30046) 11 months ago
repos.tmpl Migrate margin and padding helpers to tailwind (#30043) 11 months ago
runner_edit.tmpl Add user level action runners (#24995) 2 years ago