shift-shell/components/mobileshell/qml/actiondrawer
Marco Allegretti 9b94c200ee Fix action drawer toolButtons ref and page indicator sync
NotificationDrawer referenced toolButtons, a sibling defined in
ContentContainer, not a local property. Add toolButtonsItem: Item
and wire it at the call site. Replace the magic literal 10 with
Kirigami.Units.largeSpacing while here.

The PageIndicator had a one-way binding to swipeView.currentIndex
that would break after a user tap. Make it bidirectional with a
Connections block and a loop guard on both sides.
2026-04-18 19:04:49 +02:00
..
private Fix action drawer toolButtons ref and page indicator sync 2026-04-18 19:04:49 +02:00
ActionDrawer.qml Dismiss action drawer with Escape in convergence mode 2026-04-13 13:53:53 +02:00
ActionDrawerOpenSurface.qml Fix action drawer not opening on click in convergence 2026-04-15 14:58:15 +02:00
ActionDrawerWindow.qml Dismiss action drawer with Escape in convergence mode 2026-04-13 13:53:53 +02:00