0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-03 23:02:46 +01:00
gitea/templates/user/settings
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
..
security Only show 'Manage Account Links' when necessary (#25311) 2023-06-24 13:00:52 +00:00
account.tmpl Clarify the reason why the user can't add a new email if there is a pending activation (#25509) 2023-06-26 04:52:49 +00:00
actions.tmpl
appearance.tmpl
applications_oauth2_edit_form.tmpl Change Regenerate Secret button display (#25534) 2023-06-27 15:20:52 +00:00
applications_oauth2_edit.tmpl
applications_oauth2_list.tmpl
applications_oauth2.tmpl
applications.tmpl
grants_oauth2.tmpl
hook_new.tmpl
hooks.tmpl
keys_gpg.tmpl
keys_principal.tmpl
keys_ssh.tmpl
keys.tmpl
layout_footer.tmpl
layout_head.tmpl
navbar.tmpl
organization.tmpl Various UI fixes (#25264) 2023-06-21 21:59:49 -04:00
packages_cleanup_rules_edit.tmpl
packages_cleanup_rules_preview.tmpl
packages.tmpl
profile.tmpl Improve 'Privacy' section in profile settings (#25309) 2023-06-22 08:58:16 +00:00
repos.tmpl Split lfs size from repository size (#22900) 2023-06-28 22:41:02 +00:00
runner_edit.tmpl