Affected Apps / Packages
Studio (apps/studio)
Is your feature request related to a problem?
Yes. While the Resume Editor initializes background worker syncs (startResumeSyncWorker) every time the document updates, the Cover Letter editor does not start any sync worker. Cover Letter changes are written locally but aren't automatically backed up to the cloud unless the user manually triggers a save/sync action.
Describe the solution you'd like
Expose and initialize a background sync worker for COVER_LETTER documents within the CoverLetterEditor mounting lifecycle. This ensures that cover letters benefit from automated background cloud synchronization parity with resumes.
Describe alternatives you've considered
Relying entirely on manual save triggers, which increases the risk of data loss.
Additional Context
Relevant files:
apps/studio/features/cover-letter/editor/CoverLetterEditor.tsx
Additional Context
No response
Affected Apps / Packages
Studio (apps/studio)
Is your feature request related to a problem?
Yes. While the Resume Editor initializes background worker syncs (
startResumeSyncWorker) every time the document updates, the Cover Letter editor does not start any sync worker. Cover Letter changes are written locally but aren't automatically backed up to the cloud unless the user manually triggers a save/sync action.Describe the solution you'd like
Expose and initialize a background sync worker for
COVER_LETTERdocuments within theCoverLetterEditormounting lifecycle. This ensures that cover letters benefit from automated background cloud synchronization parity with resumes.Describe alternatives you've considered
Relying entirely on manual save triggers, which increases the risk of data loss.
Additional Context
Relevant files:
apps/studio/features/cover-letter/editor/CoverLetterEditor.tsxAdditional Context
No response