Sarthak Garg
Sarthak Garg
ZT currently supports a basic version of the user information popup (press `i` in users list to open), with some trivial details of a user. However, we can improve its...
This is a follow-up PR from #708. It adds support for handling internal PM links. I highly appreciate the work of @preetmishra in #708, by which it became simpler and...
ZT currently handles some common (e.g., message/subscription update) events. To know more about events API, check out the [Get events doc](https://zulip.com/api/get-events) :) Below are some events that might be a...
This PR adds a feature to capture the screen of ZT using the hotkey `meta c`. The screenshots are saved locally in `screenshots/` (format: `png`) This PR could also potentially...
The workflow uses CRON time syntax to schedule the check daily at a specific time. In case of a mismatch in fetched data and existing data, the check would fail...
@preetmishra Thanks for your primary work on this in a local branch, that helped me structuring this PR with separate commits and additional tests. This PR adds a basic support...
After the successful merge of #987, we support a simple UI for presence markers. Here are some thoughts for some follow-ups that'd need discussion and implement promptly: - [ ]...
We could modify the color of the message box if it contains the current session's logged in user's mention like (red) in web app.
We've fairly improved the styling of compose boxes (#783/ #852/ #865), though we could improve more upon the same, by adding **context** to them. Currently, `#` and `>` are the...