shift-shell/components/mobileshell/qml/actiondrawer/quicksettings
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
..
BrightnessItem.qml screenbrightnessplugin: Extract from initialstart and use in shell 2024-10-08 22:47:30 -07:00
Handle.qml Remove trailing whitespace 2024-07-26 23:47:44 -04:00
QuickSettings.qml quicksettings: fix landscape not being scrollable 2024-10-25 17:02:30 +00:00
QuickSettingsDelegate.qml startupfeedback: Change to be window based and controlled by a model 2024-07-13 16:30:07 +00:00
QuickSettingsDrawer.qml Notifications and Media Control Design Adjustments 2024-08-01 01:18:33 +00:00
QuickSettingsFullDelegate.qml quicksettings: Use standard corner radius 2024-07-15 18:45:33 -04:00
QuickSettingsMinimizedDelegate.qml quicksettings: Use standard corner radius 2024-07-15 18:45:33 -04:00
QuickSettingsPanel.qml actiondrawer: Share quick settings model between landscape and portrait 2024-07-27 11:02:48 -04:00