0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-11 08:25:15 +01:00
gitea/templates/user/settings
Jonathan Tran a583c56306
Change access token UI to select dropdowns (#25109)
The current UI to create API access tokens uses checkboxes that have a
complicated relationship where some need to be checked and/or disabled
in certain states. It also requires that a user interact with it to
understand what their options really are.

This branch changes to use `<select>`s. It better fits the available
options, and it's closer to [GitHub's
UI](https://github.com/settings/personal-access-tokens/new), which is
good, in my opinion. It's more mobile friendly since the tap-areas are
larger. If we ever add more permissions, like Maintainer, there's a
natural place that doesn't take up more screen real-estate.

This branch also fixes a few minor issues:

- Hide the error about selecting at least one permission after second
submission
- Fix help description to call it "authorization" since that's what
permissions are about (not authentication)

Related: #24767.

<img width="883" alt="Screenshot 2023-06-07 at 5 07 34 PM"
src="https://github.com/go-gitea/gitea/assets/10803/6b63d807-c9be-4a4b-8e53-ecab6cbb8f76">

---

When it's open:

<img width="881" alt="Screenshot 2023-06-07 at 5 07 59 PM"
src="https://github.com/go-gitea/gitea/assets/10803/2432c6d0-39c2-4ca4-820e-c878ffdbfb69">
2023-06-13 15:55:48 +08:00
..
security Modify OAuth login ui and fix display name, iconurl related logic (#25030) 2023-06-08 16:35:29 +00:00
account.tmpl
actions.tmpl Add user level action runners (#24995) 2023-05-31 09:39:54 +08:00
appearance.tmpl
applications_oauth2_edit_form.tmpl Button and color enhancements (#24989) 2023-06-09 08:37:47 +00:00
applications_oauth2_edit.tmpl
applications_oauth2_list.tmpl Add ability to set multiple redirect URIs in OAuth application UI (#25072) 2023-06-05 15:00:12 +08:00
applications_oauth2.tmpl
applications.tmpl Change access token UI to select dropdowns (#25109) 2023-06-13 15:55:48 +08:00
grants_oauth2.tmpl
hook_new.tmpl
hooks.tmpl
keys_gpg.tmpl
keys_principal.tmpl
keys_ssh.tmpl
keys.tmpl
layout_footer.tmpl
layout_head.tmpl
navbar.tmpl Add details summary for vertical menus in settings to allow toggling (#25098) 2023-06-07 10:49:48 +08:00
organization.tmpl
packages_cleanup_rules_edit.tmpl
packages_cleanup_rules_preview.tmpl
packages.tmpl
profile.tmpl
repos.tmpl
runner_edit.tmpl Add user level action runners (#24995) 2023-05-31 09:39:54 +08:00