FlowMVI
FlowMVI copied to clipboard
Implement 'Report to GitHub' link in RErrorView
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