0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-31 00:24:35 +01:00
gitea/templates/repo
a1012112796 4aba8a6a5f
Split lfs size from repository size (#22900)
releated to #21820

- Split `Size` in repository table as two new colunms, one is `GitSize`
for git size, the other is `LFSSize` for lfs data. still store full size
in `Size` colunm.
- Show full size on ui, but show each of them by a `title`;  example:

![image](https://user-images.githubusercontent.com/25342410/218636251-e200f085-d7e7-4a25-9ff1-b586a63e07a9.png)

- Return full size in api response.

---------

Signed-off-by: a1012112796 <1012112796@qq.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: DmitryFrolovTri <23313323+DmitryFrolovTri@users.noreply.github.com>
Co-authored-by: Giteabot <teabot@gitea.io>
2023-06-28 22:41:02 +00:00
..
actions Add actor and status dropdowns to run list (#25118) 2023-06-21 04:25:14 +00:00
branch
cite
diff Link to existing PR when trying to open a new PR on the same branches (#25494) 2023-06-25 10:03:36 +00:00
editor
find
graph
issue Improve loadprojects for issue list (#25468) 2023-06-24 15:31:28 +00:00
migrate Fix migrate page layout on mobile (#25507) 2023-06-26 09:57:36 +00:00
projects Various UI fixes (#25264) 2023-06-21 21:59:49 -04:00
pulls
release
settings Split lfs size from repository size (#22900) 2023-06-28 22:41:02 +00:00
tag
wiki Improve wiki sidebar and TOC (#25460) 2023-06-23 15:51:43 -04:00
activity.tmpl Fix UI on mobile view (#25315) 2023-06-18 10:31:42 +00:00
blame.tmpl
branch_dropdown.tmpl
clone_buttons.tmpl
clone_script.tmpl
commit_page.tmpl Fine tune "dropdown button" icon (#25442) 2023-06-25 02:40:41 +00:00
commit_status.tmpl
commit_statuses.tmpl
commits.tmpl
commits_list.tmpl
commits_list_small.tmpl
commits_table.tmpl
create.tmpl
create_helper.tmpl
empty.tmpl Fix UI on mobile view (#25315) 2023-06-18 10:31:42 +00:00
file_info.tmpl
forks.tmpl
graph.tmpl
header.tmpl
home.tmpl
icon.tmpl
packages.tmpl
release_tag_header.tmpl
search.tmpl
search_name.tmpl
shabox_badge.tmpl
sub_menu.tmpl Split lfs size from repository size (#22900) 2023-06-28 22:41:02 +00:00
unicode_escape_prompt.tmpl
upload.tmpl
user_cards.tmpl
view_file.tmpl
view_list.tmpl Various UI fixes (#25264) 2023-06-21 21:59:49 -04:00
watchers.tmpl