zulip-terminal
zulip-terminal copied to clipboard
Official Zulip terminal client.
### What does this PR do, and why? This PR adds support for (un)resolving topics in ZT via TopicInfoView popup menu when topic is highlighted in left_stream_bar and i key...
### Description Various information can now be easily obtained for error reporting: * #1521 added functionality to copy the About popup contents to the clipboard * #1513 added functionality to...
### What does this PR do, and why? Old version Refactoring: Group message data in a TypedDict / dataclass. Group the following into a single piece of data, to simplify...
### What does this PR do, and why? Adds support to handle muted users TODO: Add support to mute and unmute users on ZT ### Outstanding aspect(s) - [ ]...
### What does this PR do, and why? Fixes all the bugs related to empty narrows, and recipient bars when a message is not selected. ### External discussion & connections...
closes #1536 ### What does this PR do, and why? Adds a Terminal size label under the "Detected Environment " in About popup  ### External discussion & connections -...
I have rebased @sumanthvrao branch for topic muting on to the main. I have modified some of the code and logic to accommodate the changes in data structures and added...
There are a few improvements we can make in the script which generates `docs/hotkeys.md`; some of the same changes could be added to the rendering of keys in the help...
### Description of suggested feature It would be useful during reporting issues to know the size of the current terminal. This is already available at runtime via urwid, since the...
### What does this PR do, and why? Upgrading urwid version, because why not. (description to be refined :P) ### Outstanding aspect(s) - [x] Waiting for feedback from CI (I...