Add GtkGridView to the filechooser (!5163) · Merge requests · GNOME / gtk · GitLab

1 min read Original article ↗

Add GtkGridView to the filechooser

  • Review changes

  • Download

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