File manager folder tree should live in the shared nav column (width + collapse parity with page tree) #109
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Cloonar/deckle#109
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The media module's folder tree is a copy-paste mirror of the shell's page tree column, not a reuse of it: it declares `tree: false` in the module registry and renders its own `.media-tree-column` inside the module body, with duplicated resize logic, its own `deckle:media-tree-width` sessionStorage key, mirrored CSS classes, and no collapse at all. Consequences visible to users: the file tree does not share the page tree's width (they drift independently) and cannot be collapsed from the module rail.
Agreed design (grilled + resolved):
Duplicated CSS (`.media-tree-column*`) and resize logic are deleted in the process.