add drag/drop from lists into queue

This commit is contained in:
jeffvli
2025-11-09 20:44:03 -08:00
parent 230f4f0792
commit 2f434c9d00
16 changed files with 718 additions and 355 deletions
@@ -13,14 +13,17 @@
min-width: 0;
height: 100%;
min-height: 0;
overflow: hidden;
}
.item-table-grid-container {
position: relative;
flex: 1 1 auto;
width: 100%;
min-width: 0;
height: 100%;
min-height: 0;
overflow: hidden;
}
.item-table-pinned-rows-container {