[add] progress streaming
Some checks failed
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2023-12-01 07:35:51 -05:00
parent 2c240f2f5c
commit 313fb5b30c
10 changed files with 256 additions and 18 deletions

View File

@@ -40,7 +40,7 @@
<div class="grid grid-cols-1 gap-4 md:grid-cols-2 lg:grid-cols-3">
{{range $doc := .Data }}
<div class="w-full relative">
<div class="flex gap-4 w-full h-full p-4 bg-white shadow-lg dark:bg-gray-700 rounded">
<div class="flex gap-4 w-full h-full p-4 shadow-lg bg-white dark:bg-gray-700 rounded">
<div class="min-w-fit my-auto h-48 relative">
<a href="./documents/{{$doc.ID}}">
<img class="rounded object-cover h-full" src="./documents/{{$doc.ID}}/cover"></img>