workbenchdev / demos

Demos of GNOME technologies - GTK, libadwaita, CSS, portals, ...
Creative Commons Zero v1.0 Universal
11 stars 15 forks source link

Split List View Widgets into "List View" and "Grid View" #124

Closed BharatAtbrat closed 8 months ago

BharatAtbrat commented 8 months ago

Fixes https://github.com/workbenchdev/demos/issues/121

List View Widgets had List View and Grid View stacked together, they can split into two separate demos.

Introduced initial implementation for the same, Descriptions for both may need further discussion Let me know any changes that need to be done Screengrabs for the changes : Grid View

https://github.com/workbenchdev/demos/assets/72352158/d6f2f7e4-05f9-4455-a5e8-62caf72248c5

List View

https://github.com/workbenchdev/demos/assets/72352158/b1fd5b2d-1133-42bf-98be-b2504c82331b

Part of https://github.com/workbenchdev/demos/issues/121

BharatAtbrat commented 8 months ago

Arrange a large and dynamic list of items in columns

On it! The documentation link for ColumnView points to https://docs.gtk.org/gtk4/class.ColumnView.html, should I split it into documentation and API reference similar to ListView and Documentation goes to: https://docs.gtk.org/gtk4/section-list-widget.html

Marking this ready, let me know if this isn't the correct change for the links <:)