-
-
Notifications
You must be signed in to change notification settings - Fork 274
Add Recent Conversations Feature #1565
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
Comments
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.
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? |
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.
Just a note that re the commits above, you only need to mark one commit as fixing the issue, and you can leave that for now until we reach a state where it's mergeable - otherwise we end up with lots of spam like the above to the issue :) |
Thanks for the heads-up! Got it |
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: