aboutsummaryrefslogtreecommitdiffstats
path: root/desktop/Drawer.qml
AgeCommit message (Collapse)AuthorFilesLines
33 hoursfix(desktop): slide the page with a transform, not anchored xDanilo M.1-3/+7
The page Loader is anchored to its parent, so the x binding on it was overridden and the slide never rendered. Drive the motion with a Translate transform instead, which the anchors do not touch. Opacity and the back-arrow wiring are unchanged.
33 hoursfeat(desktop): the drawer, with the top reservedDanilo M.1-0/+187
Left of DP-1 because conky holds the right; ExclusionMode.Normal so the bar the drawer is reached from stays visible and clickable. The top is an empty Item claiming the space the notification engine will fill, so the grid already sits where it will sit once that lands.