[GH-ISSUE #69] Redesign of unhandled error form #1972

Closed
opened 2026-03-01 17:16:25 +03:00 by kerem · 8 comments
Owner

Originally created by @VShawn on GitHub (Jan 28, 2021).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/69

Originally assigned to: @VShawn on GitHub.

it is ugly and un-fridenly alert when unhandled error occurred.

like #67
image

we need a new form to handle this

  • a new form to show unhandled error
  • allow user copy error info
  • hyperlink to GitHub issues to report error.
  • email link for those people dont use github.
Originally created by @VShawn on GitHub (Jan 28, 2021). Original GitHub issue: https://github.com/1Remote/1Remote/issues/69 Originally assigned to: @VShawn on GitHub. it is ugly and un-fridenly alert when unhandled error occurred. like #67 ![image](https://user-images.githubusercontent.com/17590539/105962418-77ffbe80-6088-11eb-834d-e14f763b34b5.png) we need a new form to handle this - a new form to show unhandled error - allow user copy error info - hyperlink to GitHub issues to report error. - email link for those people dont use github.
kerem 2026-03-01 17:16:25 +03:00
Author
Owner

@majkinetor commented on GitHub (Jan 28, 2021):

allow user copy error info

This is usually OS system function, use ctrl + c, but it could be handy to have explicit copy to clipboard button.

<!-- gh-comment-id:769076516 --> @majkinetor commented on GitHub (Jan 28, 2021): > allow user copy error info This is usually OS system function, use ctrl + c, but it could be handy to have explicit copy to clipboard button.
Author
Owner

@majkinetor commented on GitHub (Jan 29, 2021):

Error info should include full stack trace.

<!-- gh-comment-id:769659894 --> @majkinetor commented on GitHub (Jan 29, 2021): Error info should include full stack trace.
Author
Owner

@VShawn commented on GitHub (Jan 31, 2021):

image

this is how the form would like

<!-- gh-comment-id:770349779 --> @VShawn commented on GitHub (Jan 31, 2021): ![image](https://user-images.githubusercontent.com/10143738/106379289-d8269580-63e5-11eb-9758-8e8fd45dace3.png) this is how the form would like
Author
Owner

@VShawn commented on GitHub (Jan 31, 2021):

this one would be better

image

<!-- gh-comment-id:770351958 --> @VShawn commented on GitHub (Jan 31, 2021): this one would be better ![image](https://user-images.githubusercontent.com/10143738/106379681-96e3b500-63e8-11eb-94b5-513f2f715e0c.png)
Author
Owner

@majkinetor commented on GitHub (Jan 31, 2021):

Looks good.

Some wording fixes:

  1. Unexpected error occurred. Error info is shown bellow:
  2. Please help us improve PRemoteM by reporting this error
  3. Simply copy the error message and choose one of the ways to report it
  4. Send by e-mail
  5. Send by GitHub
  6. Copy to clipboard
<!-- gh-comment-id:770359395 --> @majkinetor commented on GitHub (Jan 31, 2021): Looks good. Some wording fixes: 1. Unexpected error occurred. Error info is shown bellow: 2. Please help us improve PRemoteM by reporting this error 3. Simply copy the error message and choose one of the ways to report it 4. Send by e-mail 5. Send by GitHub 6. Copy to clipboard
Author
Owner

@VShawn commented on GitHub (Feb 1, 2021):

image

done.
works on my company win10.

<!-- gh-comment-id:770678697 --> @VShawn commented on GitHub (Feb 1, 2021): ![image](https://user-images.githubusercontent.com/10143738/106434075-05d61200-64ac-11eb-84f4-f726aa60efdf.png) done. works on my company win10.
Author
Owner

@majkinetor commented on GitHub (Feb 1, 2021):

You might want to improve on markdown

  • add bullet points to environment info
  • add stacktrace to code blocks
  • add empty line between header and paragraph (or some may not recognize it as correct mdown)

Otherwise on majority of platforms it will get joined into single line.

<!-- gh-comment-id:770688515 --> @majkinetor commented on GitHub (Feb 1, 2021): You might want to improve on markdown - add bullet points to environment info - add stacktrace to code blocks - add empty line between header and paragraph (or some may not recognize it as correct mdown) Otherwise on majority of platforms it will get joined into single line.
Author
Owner

@VShawn commented on GitHub (Feb 1, 2021):

There would two formats for log dump.

  • on UI log can be in txt format for good looking.
  • If user copy / save it to file, log would be save as markdown text.

IMO none empty line in the textbox is for reader-friendly( too manay empty line lead low information density)

<!-- gh-comment-id:770723454 --> @VShawn commented on GitHub (Feb 1, 2021): There would two formats for log dump. - on UI log can be in txt format for good looking. - If user copy / save it to file, log would be save as markdown text. IMO none empty line in the textbox is for reader-friendly( too manay empty line lead low information density)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/1Remote#1972
No description provided.