Skip to content

New mobileform heading

James Graham requested to merge work/nvrwhere/new_mobileform_heading into master

Create a new FormHeader component which sits outside the card and uses the Kirigami.ListSectionHeader component. Based on some ideas in teams/vdg/issues#14.

Main differences are:

  • Header is now outside the card and would be in a ColumnLayout above the card
  • Uses the Kirigami.ListSectionHeader so would have more consistency with existing headers
  • More space efficient as there is less padding required between cards (see images below)

This would lead to the deprecation/removal of the current FormCardHeader.qml component (to be done if we go for this).

Before After
image image

Space Efficiency
image

@devinlin, @teams/vdg

Edited by James Graham

Merge request reports