shift-shell/components/mobileshell/qml/actiondrawer
User8395 889c085c21 quicksettings: fix landscape not being scrollable
Currently, Quick Settings in landscape mode is not scrollable, due to issues with `scrollViewComponent`. This causes some buttons to become unseen in landscape mode but not portrait. This has been solved by deleting `scrollViewComponent` and replacing it with `swipeViewComponent`, to allow swiping to access other buttons in Quick Settings.

Before (docked mode and hotspot are missing):

![screen-recording__1_](/uploads/e0c4eaf22a2ec401c66e9e513e8ce7e1/screen-recording__1_.webm)

After (docked mode and hotspot are there):

![screen-recording](/uploads/404ebbecc87e1b60b2501b81b8ab83ee/screen-recording.webm)

However, with this setup, `resetSwipeView()` doesn't work, and Quick Settings remains at the page it was left at.
2024-10-25 17:02:30 +00:00
..
quicksettings quicksettings: fix landscape not being scrollable 2024-10-25 17:02:30 +00:00
ActionDrawer.qml swipearea: Add support for touchpad 2024-08-01 01:53:52 +00:00
ActionDrawerOpenSurface.qml swipearea: Add support for touchpad 2024-08-01 01:53:52 +00:00
ActionDrawerWindow.qml actioncenter: Ensure window gets raised over status bar 2024-07-29 21:08:54 +00:00
LandscapeContentContainer.qml Notifications and Media Control Design Adjustments 2024-08-01 01:18:33 +00:00
PortraitContentContainer.qml actiondrawer: Share quick settings model between landscape and portrait 2024-07-27 11:02:48 -04:00