diamondburned / dissent

Tiny native Discord app
https://flathub.org/apps/details/so.libdb.dissent
GNU General Public License v3.0
1.18k stars 38 forks source link

Rewrite channel list to use ColumnView #208

Closed diamondburned closed 6 months ago

diamondburned commented 6 months ago

Since TreeView is deprecated, we should now use ColumnView to display channels. This involves rewriting most of package channels.

Tracking branch: https://github.com/diamondburned/gtkcord4/tree/columnview

Related issue: #196

diamondburned commented 6 months ago

ColumnView is such an awkward API that almost completely destroys tree-like use cases -_-

diamondburned commented 6 months ago

I can't even hide the tree headers up until GTK 4.12 -_-