Skip to content

homescreen: Rework app drawer gestures, and add header and list version

Devin Lin requested to merge work/app-drawer-list into master

Changes:

  • Move AppDrawer GridView into a loader
  • Create AppDrawer ListView, which is also in a loader
  • Add a header to the the app drawer which also has toolbuttons to switch between the views
  • Add transform offsets to delegates to compensate for header (I have no idea how to do this in any other way)
  • Move DrawerDelegate.qml to DrawerGridDelegate.qml and create DrawerListDelegate.qml
  • Remove several grid specific fields from appdrawer, since the flickable field isn't necessarily a gridview

Changes (updated):

image

Edited by Devin Lin

Merge request reports