forgejo/templates
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
..
admin
api/packages/pypi
base Fix mobile navbar and misc cleanups (#25134) 2023-06-09 09:10:51 +00:00
code
custom
devtest Button and color enhancements (#24989) 2023-06-09 08:37:47 +00:00
explore
mail
org Fix mobile navbar and misc cleanups (#25134) 2023-06-09 09:10:51 +00:00
package
projects
repo Adjust style for action run list (align icons, adjust padding) (#25170) 2023-06-12 09:36:08 +00:00
shared Button and color enhancements (#24989) 2023-06-09 08:37:47 +00:00
status Fix mobile navbar and misc cleanups (#25134) 2023-06-09 09:10:51 +00:00
swagger fix swagger documentation for multiple files API endpoint (#25110) 2023-06-07 23:49:58 +08:00
user Change access token UI to select dropdowns (#25109) 2023-06-13 15:55:48 +08:00
home.tmpl
install.tmpl
post-install.tmpl Remove incorrect element ID on "post-install" page (#25104) 2023-06-08 12:23:39 +08:00