Sumanth V Rao
Sumanth V Rao
* Make UsersView a `urwid.Frame` and RightColumnView a `urwid.Pile` object. This change would be helpful in future if we decide to add buddy PM to `RightColumnView` as well. * Move...
This PR adds support to mute topics from within ZT on `M` keypress: * The first commit here introduces API call to toggle muted status. * The second adds a...
Commit structure * The first 3 commits are related to backend changes. This buildup to provide the data needed for the actual subscription UI. * The next commit bumps up...