-
Notifications
You must be signed in to change notification settings - Fork 970
feat(desktop): v2 file editor — foundation, views, and stability pass #3526
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
2965a78
docs(desktop): add v2 file editor audit + implementation plans
saddlepaddle bd4a5a8
feat(desktop): v2 file editor foundation — shared document store + re…
saddlepaddle 31b5f7f
feat(desktop): v2 file editor state machine + chrome — pendingSave/sa…
saddlepaddle 744b7b8
feat(desktop): v2 file editor views + toggle — MarkdownPreviewView, I…
saddlepaddle 93cf059
feat(desktop): v2 file editor fs:events — orphan detection, rename tr…
saddlepaddle 8a72129
feat(desktop): v2 file editor close-pane save guard — wire Save actio…
saddlepaddle 2ceb0b2
chore(desktop): remove superseded v2 file editor code — old renderers…
saddlepaddle ae573a4
feat(desktop): move v2 file pane view toggle into the tab header via …
saddlepaddle d8d676f
feat(desktop): v2 file editor visual polish — Lucide fold chevrons/pl…
saddlepaddle fbfab76
refactor(desktop): organize v2 CodeEditor into folder-per-module + de…
saddlepaddle 443096c
refactor(desktop): move resolveActivePaneView under registry/utils/
saddlepaddle 655a64c
feat(desktop): v2 file editor stability pass — rename tracking, save …
saddlepaddle 6e07fec
fix(desktop): v2 "Don't Save" now discards the dirty buffer
saddlepaddle 8d59238
feat(desktop): v2 image + binary + large-file handling
saddlepaddle b7cd725
feat(desktop): make v2 markdown preview read-only
saddlepaddle 227571c
fix(desktop): address PR feedback from coderabbit review
saddlepaddle File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
301 changes: 301 additions & 0 deletions
301
apps/desktop/plans/20260412-file-editor-v2-feature-audit.md
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
P2:
on-failure:5weakens container persistence for a service started in one-time setup. After Docker/host restarts, Electric may stay down and break local dev until setup is rerun.Prompt for AI agents