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
silverwind 564102ce89
Rework and fix stopwatch (#30732)
Fixes https://github.com/go-gitea/gitea/issues/30721 and overhauls the
stopwatch. Time is now shown inside the "dot" icon and on both mobile
and desktop. All rendering is now done by `<relative-time>`, the
`pretty-ms` dependency is dropped.

Desktop:
<img width="557" alt="Screenshot 2024-04-29 at 22 33 27"
src="https://github.com/go-gitea/gitea/assets/115237/3a46cdbf-6af2-4bf9-b07f-021348badaac">

Mobile:
<img width="640" alt="Screenshot 2024-04-29 at 22 34 19"
src="https://github.com/go-gitea/gitea/assets/115237/8a2beea7-bd5d-473f-8fff-66f63fd50877">

Note for tippy:
Previously, tippy instances defaulted to "menu" theme, but that theme is
really only meant for `.ui.menu`, so it was not optimal for the
stopwatch popover.

This introduces a unopinionated `default` theme that has no padding and
should be suitable for all content. I reviewed all existing uses and
explicitely set the desired `theme` on all of them.
10 months ago
..
chroma Various code view improvements (#30014) 11 months ago
codemirror Remove EasyMDE focus outline on text (#25328) 2 years ago
editor Clean up diff header css and reduce global textarea min-height (#29232) 1 year ago
features Fix all rounded borders, change affected tab menus to pills (#30707) 10 months ago
markup Markup color and font size fixes (#30282) 11 months ago
modules Rework and fix stopwatch (#30732) 10 months ago
repo Fix all rounded borders, change affected tab menus to pills (#30707) 10 months ago
shared Migrate `gt-hidden` to `tw-hidden` (#30046) 11 months ago
standalone Add toasts to UI (#25449) 2 years ago
themes Diff color enhancements, add line number background (#30670) 10 months ago
actions.css Fix various overflows on actions view (#30344) 10 months ago
admin.css User details page (#26713) 2 years ago
base.css Right align the "Settings" menu item in overflow-menu (#30764) 10 months ago
dashboard.css Pulse page improvements (#30149) 10 months ago
explore.css Introduce `.secondary-nav` and handle `.page-content` spacing universally (#29982) 11 months ago
font_i18n.css Fix `@font-face` overrides (#24855) 2 years ago
form.css Expose fuzzy search for issues/pulls (#29701) 10 months ago
helpers.css Remove fomantic button module (#30475) 10 months ago
home.css avoid hard-coding height in language dropdown menu (#25986) 2 years ago
index.css Remove fomantic dimmer module (#30723) 10 months ago
install.css Fix install page checkboxes and dropdown width (#30526) 10 months ago
org.css Remove fomantic checkbox module (#30162) 11 months ago
repo.css Fix all rounded borders, change affected tab menus to pills (#30707) 10 months ago
review.css Fix: The interface is broken when modifying code comments under mobile devices (#30125) 11 months ago
user.css Introduce `.secondary-nav` and handle `.page-content` spacing universally (#29982) 11 months ago