v3: allow users to edit dump thumbnail, fixed some linter errors in the frontend
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 41s

This commit is contained in:
khannurien
2026-06-21 15:41:40 +00:00
parent 57cf55cc48
commit cf988ae608
27 changed files with 431 additions and 121 deletions

View File

@@ -2389,6 +2389,12 @@ body.has-player .fab-new {
margin-top: 0.75rem;
}
.dump-edit-thumbnail-row {
display: flex;
align-items: center;
gap: 0.75rem;
}
.dump-form {
display: flex;
flex-direction: column;