zulip-terminal
zulip-terminal copied to clipboard
Official Zulip terminal client.
### What does this PR do, and why? Previously, when text searching, messages appear adjacent under the same heading, this can be confusing since they appear to be sequential but...
 The toggles displaying possible python versions as 3.6, 3.7 upto 3.10. The python versions from 3.8 to 3.11 are all valid for running Zulip terminal application. Adding 3.6, 3.7...
### What does this PR do, and why? The pull request tries to add the Python version specification in Readme according to issue 1557: https://github.com/zulip/zulip-terminal/issues/1557 ### Outstanding aspect(s) - [...
### What does this PR do, and why? This PR improves the GitHub issue templates by adding more comprehensive sections that help users provide better context for their reports. Each...
### Bug description Occasionally, a single vertical pane will be out of place in the UI. While writing this bug, I just realized that it seems to correlate 1:1 **with...
### What does this PR do, and why? This PR adds four new themes to Zulip Terminal, enhancing user customization options and improving the overall visual experience. The newly introduced...
A draft approach to this has been worked on in #287, but this was some time ago and was not developed further. Once the interactivity features of polls and todo...
### What does this PR do, and why? Drafted the updated issue templates as discussed in #1548 . It now includes instructions for using the "Copy" option in the About...
…tructured comments and simplified condition checks. ### What does this PR do, and why? ### Outstanding aspect(s) - [ ] ### External discussion & connections - [ ] Discussed in...
I encountered an issue when following the installation instructions for the codebase, which recommend Python 3.6+ as the required version (i was using 3.12 the default python version for ubuntu...