feat: cuesheet sharing

feat: locked presets

refactor: simplify locked param

refactor: create share links
This commit is contained in:
Carlos Valente
2025-07-22 05:45:20 +02:00
committed by Carlos Valente
parent 1695b4dc68
commit 6c6f5c2c0f
62 changed files with 1661 additions and 478 deletions
@@ -16,4 +16,16 @@
.copiableLink {
user-select: text;
color: $ui-white;
}
white-space: nowrap;
overflow-x: auto;
}
.shareInline {
display: grid;
grid-template-columns: 1fr 172px;
gap: 1rem;
}
.end {
padding-right: 2rem;
}