-
-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Recent Conversations Feature #1565
Labels
missing feature
A general missing feature, present in another Zulip client
Comments
sahith-ch
added a commit
to sahith-ch/zulip-terminal
that referenced
this issue
Mar 23, 2025
Implemented a new RecentConversationsView in ui_tools/views.py to display recent conversation data fetched via model.py. Updated core.py and ui.py to integrate this view into the main application flow. Modified cli/run.py to support initialization of conversation data, and adjusted keys.py and ui_sizes.py for navigation and layout consistency. Added button support in ui_tools/buttons.py for interacting with conversations. This enhances zulip-terminal’s interactivity by allowing users to view and navigate recent conversations, addressing requirements from issue zulip#1565. Fixes zulip#1565.
10 tasks
sahith-ch
added a commit
to sahith-ch/zulip-terminal
that referenced
this issue
Mar 23, 2025
Implemented a new RecentConversationsView in ui_tools/views.py to display recent conversation data fetched via model.py. Updated core.py and ui.py to integrate this view into the main application flow. Modified cli/run.py to support initialization of conversation data, and adjusted keys.py and ui_sizes.py for navigation and layout consistency. Added button support in ui_tools/buttons.py for interacting with conversations. This enhances zulip-terminal’s interactivity by allowing users to view and navigate recent conversations, addressing requirements from issue zulip#1565. Fixes zulip#1565.
@sahith-ch Thanks for filing this! We discussed this previously when it was 'recent topics', so I've combined some earlier discussion in the channel and linked this issue for now since I couldn't find another issue for it right now. |
@sahith-ch I left feedback in the channel, since it may be easier to discuss there, and there's a lot of background discussion that I'm not sure if you've read? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description of feature missing from another Zulip client
The current Zulip-Terminal lacks a "recent conversations" view, making it harder for users to quickly jump back into ongoing discussions. This feature would display the most recently active conversations for easier navigation.
CZO
When was this feature first available in Zulip?
If you know:
Zulip version:
(eg. 2.1, 5.0, 8.0, ..., or 'Zulip Cloud today')
Zulip feature level:
(see https://zulip.com/api/changelog)
The text was updated successfully, but these errors were encountered: