Skip to content

Add GtkGridView to the filechooser

After !5108 (merged), adding a grid view was somewhat trivial. There's still a whole lot to figure out about this, but this proof-of-concept seems decent already.

TODO:

  • We need actual designs for this (@Teams/Design please help!)
    • Figure out what to do with context menu items that only apply to column view
    • Show toggle view button in Recent and Search modes
  • Preserve scroll position when switching views - blocked on missing listview features
  • Save & restore last view
  • Fix focus handling
  • Make sure it's a11y friendly
Edited by Georges Basile Stavracas Neto

Merge request reports