Summary
Add a "Publish now" button in the note editor footer (next to text controls) so users can publish only the current note, with a confirmation dialog before publishing.
Details
Today users can only publish all notes. We want to support publishing a single note from the note editor.
- Placement: In the footer of the note editor, next to the existing text controls (e.g. formatting/bold/italic).
- Control: A small button labeled "Publish now".
- Flow: On click, show a confirm dialog (e.g. "Publish this note?"). If the user confirms, publish only that note; if they cancel, do nothing.
- Scope: UI and flow only; backend may already support single-note publish or may need an endpoint. Implementation should use existing publish behavior where it applies to one note.
Likely area: note editor component and its footer (and any shared publish API/provider).
Acceptance criteria
Summary
Add a "Publish now" button in the note editor footer (next to text controls) so users can publish only the current note, with a confirmation dialog before publishing.
Details
Today users can only publish all notes. We want to support publishing a single note from the note editor.
Likely area: note editor component and its footer (and any shared publish API/provider).
Acceptance criteria