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/web_src/css
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">
2 years ago
..
chroma Change `--font-weight-bold` to `--font-weight-semibold` and 600 value, introduce new font weight variables (#24827) 2 years ago
codemirror Replace Less with CSS (#23481) 2 years ago
editor Rework button coloring, add focus and active colors (#24507) 2 years ago
features Change `--font-weight-bold` to `--font-weight-semibold` and 600 value, introduce new font weight variables (#24827) 2 years ago
markup Change `--font-weight-bold` to `--font-weight-semibold` and 600 value, introduce new font weight variables (#24827) 2 years ago
modules Change access token UI to select dropdowns (#25109) 2 years ago
repo Fix mobile navbar and misc cleanups (#25134) 2 years ago
shared Button and color enhancements (#24989) 2 years ago
standalone Add dark mode to API Docs (#24971) 2 years ago
themes Minor arc-green color tweaks (#25175) 2 years ago
actions.css Reorganize CSS files (#24739) 2 years ago
admin.css Fix mobile navbar and misc cleanups (#25134) 2 years ago
base.css Remove hacky patch for "safari emoji glitch fix" (#25208) 2 years ago
dashboard.css Fix mobile navbar and misc cleanups (#25134) 2 years ago
explore.css Improve notification icon and navbar (#25111) 2 years ago
font_i18n.css Fix `@font-face` overrides (#24855) 2 years ago
form.css Fix mobile navbar and misc cleanups (#25134) 2 years ago
helpers.css Fix mobile navbar and misc cleanups (#25134) 2 years ago
home.css Fix mobile navbar and misc cleanups (#25134) 2 years ago
index.css Change access token UI to select dropdowns (#25109) 2 years ago
install.css Change `--font-weight-bold` to `--font-weight-semibold` and 600 value, introduce new font weight variables (#24827) 2 years ago
org.css Fix mobile navbar and misc cleanups (#25134) 2 years ago
repo.css Fix mobile navbar and misc cleanups (#25134) 2 years ago
review.css Fix mobile navbar and misc cleanups (#25134) 2 years ago
user.css Fix mobile navbar and misc cleanups (#25134) 2 years ago