Skip to content

Move add contact UI from sheet to a page

Nicolas Fella requested to merge nicolasfella/plasma-phonebook:page into master

Using a sheet has several drawbacks:

  • It does not span the full width of the screen, which is bad on a narrow mobile screen
  • The save button can be hidden by the "Add contact" action

By using a page we use an established pattern that provides a standard location for the title and actions

Merge request reports