 77a1af5ab8
			
		
	
	
	77a1af5ab8
	
	
	
		
			
			Add UI to the quota feature to see what quotas applies to you and if you're exceeding any quota, it's designed to be a general size overview although it's exclusively filled with quota features for now. There's also no UI to see what item is actually taking in the most size. Purely an quota overview. Screenshots:   With inspiration from concept by 0ko:  Co-authored-by: Otto Richter <git@otto.splvs.net> Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6602 Reviewed-by: Otto <otto@codeberg.org> Co-authored-by: Gusted <postmaster@gusted.xyz> Co-committed-by: Gusted <postmaster@gusted.xyz>
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			229 B
		
	
	
	
		
			Go HTML Template
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			229 B
		
	
	
	
		
			Go HTML Template
		
	
	
	
	
	
| {{template "user/settings/layout_head" (dict "ctxData" . "pageClass" "user settings size-overview")}}
 | |
| <div class="user-setting-content">
 | |
| 	{{template "shared/quota_overview" .}}
 | |
| </div>
 | |
| {{template "user/settings/layout_footer" .}}
 |