feat: in-app bug report and feature request modal#100
Open
Just-Insane wants to merge 6 commits intoSableClient:devfrom
Open
feat: in-app bug report and feature request modal#100Just-Insane wants to merge 6 commits intoSableClient:devfrom
Just-Insane wants to merge 6 commits intoSableClient:devfrom
Conversation
138e48f to
3eaf7f7
Compare
added 6 commits
March 9, 2026 19:28
- Add BugReportModal component with type selector (bug/feature) - Debounced GitHub Search API integration for similar open issues - Auto-populate platform info (Sable version, user agent) for bugs - /report slash command opens the modal - 'Report an Issue' button in Settings > About - Uses existing Jotai atom + hooks pattern (bugReportOpenAtom) - No authentication required; submits to GitHub pre-fill URL
Bug form: description (req), reproduction, expected-behavior, platform (auto), context — matching bug_report.yml field ids. Feature form: problem (req), solution (req), alternatives, context — matching feature_request.yml field ids. URL now uses template=<file>.yml and the field ids as query params so GitHub pre-fills each form field directly, bypassing the template picker.
afa994e to
8524f18
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds an in-app bug report and feature request modal accessible via the
/bugreportcommand.Changes
/bugreportcommand opens the modal directly from the message composer