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/modules
Guillaume 303af554c9
Improve "generate new access token" form (#33730)
Fix: https://github.com/go-gitea/gitea/issues/33519

As discussed in [PR
#33614](https://github.com/go-gitea/gitea/pull/33614), the
ScopedAccessTokenSelector Vue component is not particularly useful.

This PR removes the component and reverts to using HTML templates. It
also introduces some (hopefully) useful refactoring.

The Vue component was causing the UX bug reported in the linked issue.
Required form fields are now properly working, as expected (see
screenshot).

![Screenshot from 2025-02-25
22-00-28](https://github.com/user-attachments/assets/41167854-0718-48b0-a3ee-75ca3a7b8b20)

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2 weeks ago
..
animations.css Make toast support preventDuplicates (#31501) 9 months ago
breadcrumb.css Use unique class for breadcrumb divider (#26524) 2 years ago
button.css Add `:focus-visible` style to buttons (#31799) 7 months ago
card.css Fix all rounded borders, change affected tab menus to pills (#30707) 11 months ago
checkbox.css Improve "generate new access token" form (#33730) 2 weeks ago
comment.css Fix large image overflow in comment page (#31740) 4 months ago
container.css Fix form width (#33151) 2 months ago
dimmer.css Use CSS `inset` shorthand (#30939) 10 months ago
divider.css Pulse page improvements (#30149) 11 months ago
flexcontainer.css Use `flex-container` for dashboard layout (#30214) 11 months ago
grid.css Enable `declaration-block-no-redundant-longhand-properties` (#30950) 10 months ago
header.css Fix navbar `+` menu flashing on page load (#31281) 9 months ago
input.css Improve repo button row layout (#30668) 11 months ago
label.css Tweak repo buttons on mobile and labeled button border-radius (#30503) 11 months ago
list.css Remove all "floated" CSS styles (#32691) 3 months ago
menu.css Remove all "floated" CSS styles (#32691) 3 months ago
message.css Various code view improvements (#30014) 12 months ago
modal.css Fix all rounded borders, change affected tab menus to pills (#30707) 11 months ago
navbar.css Fix dropdown menu header and mobile view (#33108) 2 months ago
normalize.css Use line-height: normal by default (#26635) 2 years ago
segment.css Improve mobile review ui (#31091) 10 months ago
svg.css Prevent SVG shrinking (#25652) 2 years ago
table.css Fix table alignment classes (#30144) 12 months ago
tippy.css Clone button enhancements (#33362) 2 months ago
toast.css Make toast support preventDuplicates (#31501) 9 months ago