Skip to content

feat(cms): notify editors of concurrent server changes (#932)#1790

Open
MrDirkelz wants to merge 1 commit into
mainfrom
932-cms-editcontent---implement-function-to-notify-about-changes-made-by-other-users
Open

feat(cms): notify editors of concurrent server changes (#932)#1790
MrDirkelz wants to merge 1 commit into
mainfrom
932-cms-editcontent---implement-function-to-notify-about-changes-made-by-other-users

Conversation

@MrDirkelz

Copy link
Copy Markdown
Collaborator

Surface a warning banner in EditContent when someone else changes the same document on the server while the user holds unsaved edits, backed by toEditable's existing isModified signal (no shared/ change). Clicking "Review changes" opens a read-only Remote-vs-Yours diff modal; "Use remote version" reloads to the fresh doc, "Keep my changes" dismisses.

Surface a warning banner in EditContent when someone else changes the
same document on the server while the user holds unsaved edits, backed
by toEditable's existing isModified signal (no shared/ change). Clicking
"Review changes" opens a read-only Remote-vs-Yours diff modal; "Use
remote version" reloads to the fresh doc, "Keep my changes" dismisses.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CMS: EditContent - Implement function to notify about changes made by other users

2 participants