forgejo/templates/repo
Xinyu Zhou 26f941fbda
Fix button in branch list, avoid unexpected page jump before restore branch actually done (#21562)
This patch:
- Use `<button>` replace anchor link `<a>` in **_Delete/Restore
Branch_** button to avoid unexpected page jump before restore branch
actually done.
- Also replace right side buttons with `<button>` in branch list, let
some screen readers know they are buttons.


## Before
click restore branch -> restore triggered -> page refreshed, but branch
status not update -> manually refresh page

<details>


https://user-images.githubusercontent.com/76462613/197389108-5a0bd259-0455-40b2-92ac-4326900276f8.mp4

</details>

## After
waiting restore done -> page refresh -> branch status update

<details>


https://user-images.githubusercontent.com/76462613/197428683-616fcbd2-70f9-4572-bf76-e0b7f77b6dd7.mp4

</details>

Signed-off-by: baronbunny <its@baronbunny.cn>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Lauris BH <lauris@nix.lv>
2022-11-24 20:29:43 +08:00
..
branch Fix button in branch list, avoid unexpected page jump before restore branch actually done (#21562) 2022-11-24 20:29:43 +08:00
cite Copy citation file content, in APA and BibTex format, on repo home page (#19999) 2022-11-11 18:02:50 +01:00
diff Timeline and color tweaks (#21799) 2022-11-19 12:02:30 +08:00
editor
find
graph
issue feat: add button to quickly clear merge message (#21548) 2022-11-23 18:24:03 +08:00
migrate
projects
pulls fix: PR status layout on mobile (#21547) 2022-10-28 09:49:42 -04:00
release
settings Fix table misalignments and tweak webhook and githook lists (#21917) 2022-11-24 00:43:07 -06:00
wiki
activity.tmpl
blame.tmpl Show syntax lexer name in file view/blame (#21814) 2022-11-19 13:08:06 +02:00
branch_dropdown.tmpl
clone_buttons.tmpl
clone_script.tmpl
commit_page.tmpl Added space between avatar and username (#21825) 2022-11-15 16:36:53 -05:00
commit_status.tmpl
commit_statuses.tmpl
commits.tmpl
commits_list.tmpl Change commits-table column width (#21564) 2022-10-25 18:00:37 +01:00
commits_list_small.tmpl
commits_table.tmpl
create.tmpl
empty.tmpl
file_info.tmpl Show syntax lexer name in file view/blame (#21814) 2022-11-19 13:08:06 +02:00
forks.tmpl
graph.tmpl
header.tmpl Allow disable RSS/Atom feed (#21622) 2022-11-21 13:14:58 +08:00
home.tmpl Remove href="javascript:;" in "save topics (Done)" button (#21813) 2022-11-15 10:10:50 +08:00
icon.tmpl
packages.tmpl
search.tmpl
shabox_badge.tmpl
sub_menu.tmpl Render number of commits in repo page in a user friendly way (#21786) 2022-11-13 00:55:19 -05:00
unicode_escape_prompt.tmpl
upload.tmpl
user_cards.tmpl
view_file.tmpl Improvements for Content Copy (#21842) 2022-11-21 17:59:42 +08:00
view_list.tmpl
watchers.tmpl