add drag/drop from lists into queue

This commit is contained in:
jeffvli
2025-11-09 20:44:03 -08:00
parent d7e2ec0860
commit 489daa6353
16 changed files with 718 additions and 355 deletions
@@ -1,6 +1,9 @@
.right-sidebar-container {
position: relative;
display: flex;
flex-direction: column;
grid-area: right-sidebar;
height: 100%;
min-height: 0;
overflow: hidden;
border-left: 1px solid alpha(var(--theme-colors-border), 0.3);