-
-
Notifications
You must be signed in to change notification settings - Fork 269
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
Improve user issue reporting - add copy feature to About popup #1493
Labels
area: popup: about
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
This issue should be clear enough to work on
Milestone
Comments
18 tasks
rsashank
added a commit
to rsashank/zulip-terminal
that referenced
this issue
Jun 6, 2024
Added functionality for users to copy the traceback from the exception popup,making it convenient for bug or feature reports. The footer now turns red and hints at using the 'c' hotkey to copy the traceback. Fixes zulip#1493.
rsashank
added a commit
to rsashank/zulip-terminal
that referenced
this issue
Jun 6, 2024
Added functionality for users to copy the traceback from the exception popup,making it convenient for bug or feature reports. The footer now turns red and hints at using the 'c' hotkey to copy the traceback. Fixes zulip#1493.
rsashank
added a commit
to rsashank/zulip-terminal
that referenced
this issue
Jun 14, 2024
Added functionality for users to copy the traceback from the exception popup, making it convenient for bug or feature reports. Fixes zulip#1493.
rsashank
added a commit
to rsashank/zulip-terminal
that referenced
this issue
Jun 14, 2024
Added functionality for users to copy the traceback from the exception popup, making it convenient for bug or feature reports. Fixes zulip#1493.
rsashank
added a commit
to rsashank/zulip-terminal
that referenced
this issue
Jun 19, 2024
Tests updated. Fixes zulip#1493.
18 tasks
rsashank
added a commit
to rsashank/zulip-terminal
that referenced
this issue
Jun 19, 2024
Tests updated. Fixes zulip#1493.
rsashank
added a commit
to rsashank/zulip-terminal
that referenced
this issue
Jun 19, 2024
Tests updated. Fixes zulip#1493.
rsashank
added a commit
to rsashank/zulip-terminal
that referenced
this issue
Jun 19, 2024
Tests updated. Fixes zulip#1493.
rsashank
added a commit
to rsashank/zulip-terminal
that referenced
this issue
Jun 20, 2024
Tests updated. Fixes zulip#1493.
rsashank
added a commit
to rsashank/zulip-terminal
that referenced
this issue
Jun 20, 2024
Minor case adjustment made to ensure consistency in category headings. (Detected environment -> Detected Environment) Tests updated. Fixes zulip#1493.
neiljp
pushed a commit
to rsashank/zulip-terminal
that referenced
this issue
Jun 22, 2024
Tests updated. Fixes zulip#1493.
rsashank
added a commit
to rsashank/zulip-terminal
that referenced
this issue
Sep 29, 2024
Added functionality for users to copy the traceback from the exception popup, making it convenient for bug or feature reports. Fixes zulip#1493.
rsashank
added a commit
to rsashank/zulip-terminal
that referenced
this issue
Sep 29, 2024
Added functionality for users to copy the traceback from the exception popup, making it convenient for bug or feature reports. Fixes zulip#1493.
rsashank
added a commit
to rsashank/zulip-terminal
that referenced
this issue
Sep 29, 2024
Added functionality for users to copy the traceback from the exception popup, making it convenient for bug or feature reports. Fixes zulip#1493.
neiljp
pushed a commit
to rsashank/zulip-terminal
that referenced
this issue
Oct 3, 2024
Added functionality for users to copy the traceback from the exception popup, making it convenient for bug or feature reports. Fixes zulip#1493.
neiljp
pushed a commit
that referenced
this issue
Oct 3, 2024
Added functionality for users to copy the traceback from the exception popup, making it convenient for bug or feature reports. Fixes #1493.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: popup: about
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
This issue should be clear enough to work on
When reporting issues, it is useful to know the current version and platform information. This is already provided in the About popup, so it would be convenient to add a feature to copy that information to the clipboard for use in bug (or feature) reports.
The code already wraps copy functionality, so the primary aspect here is to construct the information appropriately from the data available in the About popup.
We expect to standardize on c for copying, though the command string is somewhat in flux at present. See for example
COPY_STREAM_EMAIL
.This was previously discussed in
#zulip-terminal>View object has no attribute topic_w
on chat.zulip.org.The text was updated successfully, but these errors were encountered: