0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-14 20:34:07 +01:00
gitea/web_src/js/features
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.
2024-04-30 14:52:46 +00:00
..
admin Fix admin notice view-detail (#30450) 2024-04-13 15:46:02 +08:00
comp Make Ctrl+Enter work for issue/comment edit (#30720) 2024-04-27 14:32:00 +00:00
autofocus-end.js
captcha.js
citation.js
clipboard.js
code-frequency.js
codeeditor.js Fix all rounded borders, change affected tab menus to pills (#30707) 2024-04-29 20:53:15 +00:00
colorpicker.js
common-global.js Fix issue comment form and quick-submit (#30623) 2024-04-22 01:00:04 +08:00
common-issue-list.js Fix issue label rendering in the issue popup (#30763) 2024-04-30 02:36:32 +00:00
common-issue-list.test.js
common-organization.js
contextpopup.js Rework and fix stopwatch (#30732) 2024-04-30 14:52:46 +00:00
contributors.js
copycontent.js
dropzone.js
emoji.js
eventsource.sharedworker.js
file-fold.js
heatmap.js
imagediff.js Refactor imagediff and fix regression bug (#30694) 2024-04-25 21:01:38 +08:00
install.js
notification.js
org-team.js
pull-view-file.js
recent-commits.js
repo-branch.js
repo-code.js Rework and fix stopwatch (#30732) 2024-04-30 14:52:46 +00:00
repo-code.test.js
repo-commit.js
repo-common.js Refactor and fix archive link bug (#30535) 2024-04-19 00:45:50 +08:00
repo-diff-commit.js
repo-diff-commitselect.js
repo-diff-filetree.js
repo-diff.js Rewrite and restyle reaction selector and enable no-sizzle eslint rule (#30453) 2024-04-14 18:44:11 +08:00
repo-editor.js Fix all rounded borders, change affected tab menus to pills (#30707) 2024-04-29 20:53:15 +00:00
repo-findfile.js
repo-findfile.test.js
repo-graph.js Remove jQuery from the commit graph (except Fomantic) (#30395) 2024-04-12 12:34:12 +02:00
repo-home.js
repo-issue-content.js
repo-issue-edit.js Make Ctrl+Enter work for issue/comment edit (#30720) 2024-04-27 14:32:00 +00:00
repo-issue-list.js
repo-issue-pr-form.js
repo-issue-pr-status.js
repo-issue.js Rework and fix stopwatch (#30732) 2024-04-30 14:52:46 +00:00
repo-legacy.js Rewrite and restyle reaction selector and enable no-sizzle eslint rule (#30453) 2024-04-14 18:44:11 +08:00
repo-migrate.js
repo-migration.js
repo-projects.js
repo-release.js
repo-search.js
repo-settings.js
repo-template.js
repo-unicode-escape.js
repo-wiki.js
sshkey-helper.js
stopwatch.js Rework and fix stopwatch (#30732) 2024-04-30 14:52:46 +00:00
tablesort.js
tribute.js
user-auth-webauthn.js
user-auth.js
user-settings.js