Update feedback docs for simplified comment UI#506
Conversation
Reflects dashboard UI changes from PR #3328: - Inline popover now shows only "Add Comment" (removed "Edit with AI") - Single checkbox "Request changes on this suggestion" replaces two-checkbox UI - Comments persist in localStorage across page refreshes - Bottom banner shows "Submit Feedback" button - Note about disabled editing/publishing while processing
| ## 2. Dashboard Inline Feedback | ||
|
|
||
| Add feedback to specific files or sections within a suggestion in the Promptless dashboard. Click **Edit** or **Add Comment** on any file to provide context-specific input. | ||
| Add feedback to specific files or sections within a suggestion. Highlight text in any file and click **Add Comment** to provide context-specific input. |
There was a problem hiding this comment.
Updated to describe highlighting text and clicking "Add Comment" based on the simplified inline popover in FileDiffEditor.tsx which removed the "Edit with AI" action and now shows only the comment button.
| </Frame> | ||
|
|
||
| When you add inline feedback, you'll see a feedback panel with two options: | ||
| When you add a comment, check **Request changes on this suggestion** to queue your feedback for Promptless. You can add multiple comments across different files, and they persist across page refreshes until you're ready to submit them all together. |
There was a problem hiding this comment.
Replaced the two-checkbox description with the single "Request changes on this suggestion" checkbox based on CommentBubble.tsx changes. Added note about localStorage persistence from the new pendingFeedback.ts module.
| - "Always include code examples for API endpoints" | ||
| - "Use active voice instead of passive voice" | ||
| - "Include troubleshooting sections for configuration guides" | ||
| Once you've added your request-change comments, a banner appears at the bottom showing how many comments are saved. Click **Submit Feedback** when you're finished reviewing. Editing and publishing actions are temporarily disabled while Promptless processes your feedback. |
There was a problem hiding this comment.
Added description of the bottom banner with "Submit Feedback" button and the processing note about disabled editing/publishing actions, based on FeedbackBatchBanner.tsx changes.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Open this suggestion in Promptless to view citations and reasoning process
Updates the "Providing Feedback" documentation to reflect the simplified dashboard comment UI. The inline selection popover now shows only "Add Comment" instead of both comment and edit options. A single "Request changes on this suggestion" checkbox replaces the previous two-checkbox interface, and comments now persist across page refreshes until submitted via the "Submit Feedback" button.
Trigger Events
Tip: Use Slack message actions (⋯ menu → Update Docs) to capture doc updates without interrupting conversations 💬