Revamped for docker/sqlite3, lots of bugs fixed

This commit is contained in:
2026-02-06 13:22:25 -05:00
parent c42b6a92b7
commit 8a72c9b086
11 changed files with 141 additions and 798 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 23 KiB

View File

@@ -1,17 +0,0 @@
<footer class="page-footer" role="group" aria-label="{{.locale.Tr "aria.footer"}}">
<div class="left-links" role="contentinfo" aria-label="{{.locale.Tr "aria.footer.software"}}">
</div>
<div class="right-links" role="group" aria-label="{{.locale.Tr "aria.footer.links"}}">
<div class="ui dropdown upward language">
<span class="flex-text-inline">{{svg "octicon-globe" 14}} {{.locale.LangName}}</span>
<div class="menu language-menu">
{{range .AllLangs}}
<a lang="{{.Lang}}" data-url="{{AppSubUrl}}/?lang={{.Lang}}" class="item {{if eq $.locale.Lang .Lang}}active selected{{end}}">{{.Name}}</a>
{{end}}
</div>
</div>
<a href="{{AssetUrlPrefix}}/js/licenses.txt">{{.locale.Tr "licenses"}}</a>
{{if .EnableSwagger}}<a href="{{AppSubUrl}}/api/swagger">API</a>{{end}}
{{template "custom/extra_links_footer" .}}
</div>
</footer>

View File

@@ -0,0 +1,4 @@
<style>
.tab-size-8 {tab-size:4 !important;-moz-tab-size:4 !important}
#navbar a[href="https://docs.gitea.com"] {display:none !important}
</style>

View File

@@ -1 +0,0 @@
<style>.tab-size-8 {tab-size:4 !important;-moz-tab-size:4 !important}</style>