0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-21 10:36:17 +01:00
gitea/templates/repo
silverwind aa4d1d94f7
Diff improvements (#23553)
- Avoid flash of wrong tree toggle icon on page load by setting icon
based on sync state
- Avoid "pop-in" of tree on page load by leaving space based on sync
state
- Use the same border/box-shadow combo used on comment `:target` also
for file `:target`.
- Refactor `DiffFileTree.vue` to use `toggleElem` instead of hardcoded
class name.
- Left-align inline comment boxes and make them fit the same amount of
markup content on a line as GitHub.
- Fix height of `diff-file-list`

Fixes: https://github.com/go-gitea/gitea/issues/23593

<img width="1250" alt="Screenshot 2023-03-18 at 00 52 04"
src="https://user-images.githubusercontent.com/115237/226071392-6789a644-aead-4756-a77e-aba3642150a0.png">
<img width="1246" alt="Screenshot 2023-03-18 at 00 59 43"
src="https://user-images.githubusercontent.com/115237/226071443-8bcba924-458b-48bd-b2f0-0de59cb180ac.png">
<img width="1250" alt="Screenshot 2023-03-18 at 01 27 14"
src="https://user-images.githubusercontent.com/115237/226073121-ccb99f9a-d3ac-40b7-9589-43580c4a01c9.png">
<img width="1231" alt="Screenshot 2023-03-19 at 21 44 16"
src="https://user-images.githubusercontent.com/115237/226207951-81bcae1b-6b41-4e39-83a7-0f37951df6be.png">

(Yes I'm aware the border-radius in bottom corners is suboptimal, but
this would be notorously hard to fix without relying on `overflow:
hidden`).
2023-03-30 20:06:10 +08:00
..
actions
branch
cite
diff Diff improvements (#23553) 2023-03-30 20:06:10 +08:00
editor
find
graph Fix SVG close tag, improve commit graph page UI alignment (#23751) 2023-03-27 20:32:11 +01:00
issue Implement Issue Config (#20956) 2023-03-28 14:22:07 -04:00
migrate Remove incorrect HTML self close tag (#23748) 2023-03-27 18:05:51 +02:00
projects Remove incorrect HTML self close tag (#23748) 2023-03-27 18:05:51 +02:00
pulls Remove incorrect HTML self close tag (#23748) 2023-03-27 18:05:51 +02:00
release Add creation time in tag list page (#23693) 2023-03-28 12:51:13 -04:00
settings Remove incorrect HTML self close tag (#23748) 2023-03-27 18:05:51 +02:00
wiki
activity.tmpl
blame.tmpl
branch_dropdown.tmpl
clone_buttons.tmpl
clone_script.tmpl
commit_page.tmpl Remove incorrect HTML self close tag (#23748) 2023-03-27 18:05:51 +02:00
commit_status.tmpl
commit_statuses.tmpl
commits_list_small.tmpl Refactor repo commit list (#23690) 2023-03-27 15:44:51 +01:00
commits_list.tmpl
commits_table.tmpl
commits.tmpl
create_helper.tmpl
create.tmpl Remove incorrect HTML self close tag (#23748) 2023-03-27 18:05:51 +02:00
empty.tmpl
file_info.tmpl
forks.tmpl
graph.tmpl
header.tmpl
home.tmpl
icon.tmpl
packages.tmpl
search_name.tmpl
search.tmpl
shabox_badge.tmpl
sub_menu.tmpl
unicode_escape_prompt.tmpl
upload.tmpl
user_cards.tmpl
view_file.tmpl
view_list.tmpl
watchers.tmpl