v3: lots of small UI tweaks and fixes
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 46s

This commit is contained in:
khannurien
2026-04-11 08:35:16 +00:00
parent 362967472c
commit b822f861ed
22 changed files with 673 additions and 500 deletions

View File

@@ -111,7 +111,9 @@ export function UserDumps() {
className="new-playlist-toggle"
onClick={() => setCreateModalOpen(true)}
>
+<span className="btn-new-label"><Trans> New dump</Trans></span>
+<span className="btn-new-label">
<Trans>New dump</Trans>
</span>
</button>
)}
/>