1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-13 19:02:05 +00:00
forgejo/web_src/js/components
silverwind 427ab550a6
Set user's 24h preference from their current OS locale ()
Fixes: https://github.com/go-gitea/gitea/issues/28371

Fixed by using a JS solution that formats according to `lang`, but alters the 24h format setting as per user's locale. This will work for all tooltips:

<img width="243" alt="Screenshot 2024-03-07 at 23 03 35" src="https://github.com/go-gitea/gitea/assets/115237/6d16c71c-6786-4eda-8cdc-50ec68ba62c6">
<img width="250" alt="Screenshot 2024-03-07 at 23 03 17" src="https://github.com/go-gitea/gitea/assets/115237/4e26bbb7-12df-4b81-bd37-14705e87e8f7">
<img width="310" alt="Screenshot 2024-03-07 at 23 14 34" src="https://github.com/go-gitea/gitea/assets/115237/1ef599f0-6401-4e19-b1da-59cdfc09b0f6">

I think there is only one other place in the UI where we render such absolute dates, which is in the actions view and which I've also fixed:

<img width="275" alt="Screenshot 2024-03-07 at 23 04 00" src="https://github.com/go-gitea/gitea/assets/115237/df0fbe1f-96ee-4338-ab5e-2b10e215005d">

(cherry picked from commit f86e9a03673b70d660a4b7a1e53748757d7a45fa)
2024-03-11 23:36:59 +07:00
..
.eslintrc.yaml Implement contributors graph () 2024-02-17 23:24:31 +01:00
ActionRunStatus.vue Reorder blocks in vue SFCs () 2023-09-02 14:59:07 +00:00
ActivityHeatmap.vue Reorder blocks in vue SFCs () 2023-09-02 14:59:07 +00:00
ContextPopup.vue Remove jQuery from the issue reference context popup () 2024-02-26 22:30:27 +01:00
DashboardRepoList.vue Update JS dependencies () 2023-11-06 21:14:32 +00:00
DiffCommitSelector.vue Add global setting how timestamps should be rendered () 2024-01-02 09:25:30 +08:00
DiffFileList.vue Fix review UI () 2023-09-28 10:00:26 +00:00
DiffFileTree.vue Improve diff tree spacing () 2023-10-21 10:38:19 +00:00
DiffFileTreeItem.vue Add border to file tree 'sub-items' and add padding to 'item-file' () 2023-10-25 18:00:53 +08:00
PullRequestMergeForm.vue Modernize merge button () 2024-01-15 00:00:47 +02:00
RepoActionView.vue Set user's 24h preference from their current OS locale () 2024-03-11 23:36:59 +07:00
RepoActivityTopAuthors.vue Reorder blocks in vue SFCs () 2023-09-02 14:59:07 +00:00
RepoBranchTagSelector.vue Replace some gt- classes with tw- () 2024-03-11 23:36:57 +07:00
RepoCodeFrequency.vue Implement code frequency graph () 2024-02-26 22:30:26 +01:00
RepoContributors.vue Fix contributor graphs mobile layout and responsiveness () 2024-03-11 23:36:58 +07:00
RepoRecentCommits.vue Implement recent commits graph () 2024-02-26 22:30:26 +01:00
ScopedAccessTokenSelector.vue Reorder blocks in vue SFCs () 2023-09-02 14:59:07 +00:00