Update docs for always-editable file diffs#509
Open
promptless[bot] wants to merge 4 commits into
Open
Conversation
Remove references to the Edit button in providing-feedback.mdx since file diffs are now always editable without needing to click a toggle. Add changelog entry for the UX improvement.
| ## 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 in the Promptless dashboard. Files are always editable—just click into the diff editor to make changes directly. Use **Add Comment** to request changes or provide context-specific input. |
Contributor
Author
There was a problem hiding this comment.
Removed Edit button reference because PR #3343 removes the per-file Edit/Editing toggle from FileDiffEditor.tsx. Files now flip to editable via IntersectionObserver when they scroll near the viewport.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
|
||
| * **Closed PR indicator in suggestion review:** When a docs PR opened from a suggestion is closed without merging, the PR link button at the top of the suggestion now turns red and reads "Closed PR #N." It joins the existing "Created" and "Merged" states, so the button's color reflects the PR's current status at a glance. | ||
|
|
||
| * **Always-editable file diffs:** File diffs in the suggestion review UI are now editable by default—click directly into any diff to start making changes. Files load in read-only mode for performance and become editable as they scroll into view. Lock states (published, closed, read-only, mutation-blocked) still prevent editing as before. |
Contributor
Author
There was a problem hiding this comment.
Added changelog entry based on PR #3343 which drops the Edit/Editing toggle and makes file diffs always editable with deferred viewport-based activation.
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.
Open this suggestion in Promptless to view citations and reasoning process
Updates documentation to reflect that file diffs in the suggestion review UI are now editable by default, without needing to click an Edit button first. Removes Edit button references from the feedback docs and adds a changelog entry.
Trigger Events
Tip: Add or adjust Promptless's style guide in Agent Knowledge Base ✍️