FlowMVI icon indicating copy to clipboard operation
FlowMVI copied to clipboard

Implement 'Report to GitHub' link in RErrorView

Open coderabbitai[bot] opened this issue 1 year ago • 0 comments
trafficstars

In the file debugger/server/src/commonMain/kotlin/pro/respawn/flowmvi/debugger/server/ui/widgets/RErrorView.kt, there is a TODO comment to implement a 'Report to GitHub' link feature:

// TODO: Report to github link

This feature would improve the user experience by allowing users to easily report errors directly to the project's GitHub issues.

Implementation details:

  • Add a clickable link or button in the RErrorView
  • When clicked, it should open a new GitHub issue with pre-filled information about the error
  • Consider including error details and stack trace in the pre-filled issue body

Backlinks:

  • Pull Request: //pull/
  • Comment: //pull/#discussion_r1755641485

cc @Nek-12

coderabbitai[bot] avatar Sep 11 '24 21:09 coderabbitai[bot]