feat: create the first event from the cuesheet (#2105)

* feat: create the first event from the cuesheet

* chore: cleanup css

* test: cuesheet beckground edit from empty state

* feat: only show +event button when user is in edit mode and have full write perms
This commit is contained in:
Alex Christoffer Rasmussen
2026-06-17 22:31:13 +02:00
committed by GitHub
parent c238147b75
commit b946b245c2
5 changed files with 62 additions and 14 deletions
@@ -8,9 +8,12 @@
padding-top: 10vh;
}
.empty {
width: 100%;
opacity: 0.8;
.inline {
display: flex;
align-items: center;
justify-content: center;
gap: 1rem;
margin-top: 1em;
}
.text {