Improves header drawer layout and drag behavior

Implements dynamic item positioning and layout recalculation for header drawer

- Adds ISO date tracking for header items
- Introduces dynamic row allocation algorithm
- Updates drawer expansion logic during drag operations
- Calculates and adjusts drawer height based on item tracks
This commit is contained in:
Janus C. H. Knudsen 2025-12-11 23:56:20 +01:00
parent 7cb89e2ec5
commit f7f1f8afe0
2 changed files with 81 additions and 9 deletions

View file

@ -77,9 +77,6 @@ swp-header-drawer {
grid-template-columns: subgrid;
grid-column: 1 / -1;
grid-row: 2;
grid-auto-rows: 28px;
gap: 2px 0;
height: 0;
overflow: hidden;
background: var(--color-background-alt);
border-bottom: 1px solid var(--color-border);