Add caching for user files

This commit is contained in:
2024-09-23 17:24:55 +07:00
parent 1feeafe7de
commit 59d4154ef0
15 changed files with 318 additions and 91 deletions

View File

@ -16,8 +16,8 @@ templ Base(title string){
<script src="https://unpkg.com/htmx.org@1.9.12"></script>
</head>
<body>
@modal()
<div id="content">
@modal()
{ children... }
</div>
@uploadBox()
@ -41,8 +41,8 @@ templ BaseAuth(title string){
<script src="/public/main.js"></script>
</head>
<body>
@modal()
<div id="content">
@modal()
{ children... }
</div>
@uploadBox()