gitforge/templates/repo
0ko 24b54a36e4 fix(dropdown): a11y: add tooltip to opener in Actions, + ui: fix rounding, + improve demos (#13052)
## Accessibility fix

Followup to forgejo/forgejo!10133. E2E test added.

Add "Tore actions" tooltip (and consequentially `aria-label`) to this opener so it has meaning to screen readers.

|![](https://codeberg.org/attachments/d07d3012-6967-4134-8bf4-216e4f5acc02)|
|-|

Unfortunately, the Tr key "profile.actions.tooltip" is badly named but it's already used in many places and will just be renamed to something generic at some point.

## Improved demo page

|![](https://codeberg.org/attachments/2a31f18e-1141-49df-8717-8d8b981586cf)|
|-|

## Fixed rounding correctness

I've crammed it here to avoid merge conflicts while waiting for review

|Before|After|
|-|-|
|![](https://codeberg.org/attachments/53347567-d890-4c87-ac48-ed64651e2dba)|![](https://codeberg.org/attachments/d40321c9-2e00-45f1-a8ea-261f607cdf6c)|

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/13052
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
2026-07-17 21:04:58 +02:00
..
actions fix(dropdown): a11y: add tooltip to opener in Actions, + ui: fix rounding, + improve demos (#13052) 2026-07-17 21:04:58 +02:00
branch fix(ui): show switch default branch button in branch list only for repo admins (#10814) 2026-01-14 08:15:39 +01:00
code feat: replace cross origin protection (#9830) 2025-10-29 22:43:22 +01:00
diff feat: don't render large compare diff (#12808) 2026-07-16 17:00:55 +02:00
editor fix(ui): use tab width from .editorconfig when editing files (#11418) 2026-05-11 20:24:24 +02:00
find
graph fix: display orphan branches separately in commit graph (#10484) 2025-12-29 02:53:54 +01:00
issue feat(ui): convert comment context menu to JSless dropdown, fix tippy target (#10830) 2026-07-15 12:51:25 +02:00
migrate fix: Disable spellcheck on repo name field (#12506) 2026-05-10 21:42:21 +02:00
projects fix: hide some disallowed actions that lead to 404 errors in archived repos (#12773) 2026-05-30 14:02:33 +02:00
pulls fix(ui): dedup, fix, improve various strings (#12843) 2026-06-10 09:16:26 +02:00
release feat(ui): move release assets above source code archives (#13038) 2026-07-11 02:03:57 +02:00
settings feat: in-browser validation of website URLs for user, repository, and organization profiles (#12991) 2026-06-08 17:35:15 +02:00
tag fix(ui): fix alignment of items in tag signature (#9398) 2025-09-24 14:54:24 +02:00
wiki chore: rename SafeHTML to TrustHTML (#11481) 2026-03-08 02:41:37 +01:00
activity.tmpl
admin_flags.tmpl chore: have stylelint lint CSS in tmpl files to enforce RTL-friendly logical properties (#13216) 2026-07-04 17:05:27 +02:00
blame.tmpl fix(ui): blame displays a placeholder if the commit message is empty (#13479) 2026-07-16 14:51:23 +02:00
branch_dropdown.tmpl fix(ui): show commit icon in branch dropdown button when viewing a commit (#7571) 2025-04-19 04:33:07 +00:00
clone_buttons.tmpl
clone_script.tmpl
code_frequency.tmpl fix(i18n): hardcoded strings in repository activity graphs (#11735) 2026-03-19 15:41:33 +01:00
commit_header.tmpl feat: migrate show-modal to native dialogs (#10287) 2026-05-03 06:42:14 +02:00
commit_load_branches_and_tags.tmpl Implement single-commit PR review flow (#7155) 2025-06-17 09:31:50 +02:00
commit_message.tmpl fix(ui): blame displays a placeholder if the commit message is empty (#13479) 2026-07-16 14:51:23 +02:00
commit_page.tmpl chore: extract commit header template (#8061) 2025-06-05 11:35:08 +02:00
commit_status.tmpl feat: mark skipped checks as skipped (#12606) 2026-05-17 18:00:49 +02:00
commit_statuses.tmpl
commits.tmpl feat: show breadcrumb path in path filtered commit history view (#12116) 2026-05-01 01:53:10 +02:00
commits_list.tmpl feat(ui): commit view redesign for pull request page (#7948) 2026-06-02 20:12:32 +02:00
commits_list_small.tmpl Implement single-commit PR review flow (#7155) 2025-06-17 09:31:50 +02:00
commits_search_dropdown.tmpl
commits_table.tmpl feat(ui): commit view redesign for pull request page (#7948) 2026-06-02 20:12:32 +02:00
contributors.tmpl
create.tmpl feat: replace cross origin protection (#9830) 2025-10-29 22:43:22 +01:00
create_advanced.tmpl
create_basic.tmpl fix: Disable spellcheck on repo name field (#12506) 2026-05-10 21:42:21 +02:00
create_from_template.tmpl
create_helper.tmpl
create_init.tmpl fix(ui): wrap items in gitignore dropdown (#8830) 2025-08-09 19:33:18 +02:00
empty.tmpl fix(ui): clarify repo init instruction for sha256 (#7394) 2025-03-30 18:08:05 +00:00
file_info.tmpl
filepath.tmpl feat: show breadcrumb path in path filtered commit history view (#12116) 2026-05-01 01:53:10 +02:00
flags.tmpl feat: replace cross origin protection (#9830) 2025-10-29 22:43:22 +01:00
forks.tmpl
graph.tmpl fix(ui): use gap in switch items (#7581) 2025-04-21 04:25:08 +00:00
header.tmpl fix: store pull mirror creds encrypted with keying (#11909) 2026-04-04 13:53:22 +02:00
header_fork.tmpl feat: migrate show-modal to native dialogs (#10287) 2026-05-03 06:42:14 +02:00
home.tmpl feat: Move repo topic selector to tom-select (#12736) 2026-06-27 23:30:59 +02:00
icon.tmpl
latest_commit.tmpl Show if commit is signed in activity feed and unify sha box (#6933) 2025-05-03 10:54:52 +00:00
navbar.tmpl Hide activity contributors, recent commits and code frequrency left tabs if there is no code permission (#34053) 2025-04-01 02:28:02 +02:00
packages.tmpl fix: improve visibility of mismatched repository & package visibility (#12627) 2026-05-20 20:25:11 +02:00
pulse.tmpl chore: rename SafeHTML to TrustHTML (#11481) 2026-03-08 02:41:37 +01:00
recent_commits.tmpl fix(i18n): hardcoded strings in repository activity graphs (#11735) 2026-03-19 15:41:33 +01:00
release_tag_header.tmpl chore(i18n): migrate strings to json, unhardcode one, improve plurals (#11879) 2026-04-03 14:11:48 +02:00
search.tmpl
search_name.tmpl
shabox.tmpl chore(ui): improve hashbox (#8721) 2025-08-03 05:49:24 +02:00
shabox_badge.tmpl chore(ui): clean up hashbox CSS, small design changes (#7822) 2025-05-25 12:51:27 +02:00
star_unstar.tmpl fix(ui): fix HTMX attributes in watch, star, and notification buttons (#12976) 2026-06-28 18:00:15 +02:00
sub_menu.tmpl chore(i18n): migrate strings to json, unhardcode one, improve plurals (#11879) 2026-04-03 14:11:48 +02:00
unicode_escape_prompt.tmpl
upload.tmpl
user_cards.tmpl fix(ui): ensure same width of usercards in grid (#6799) 2025-05-25 13:31:53 +02:00
view_file.tmpl feat(ui): add switch between formats when previewing CITATION.{cff,bib} files (#9103) 2025-11-14 14:39:20 +01:00
view_list.tmpl ench: use GET for lastcommit route (#12670) 2026-05-22 10:40:28 +02:00
watch_unwatch.tmpl feat: granular settings for watched repo units (#10927) 2026-07-09 19:51:10 +02:00
watchers.tmpl