Skip to content

fix: prevent auto-refresh when sketch is stopped - #4290

Open
iRahul360 wants to merge 1 commit into
processing:developfrom
iRahul360:fix/auto-refresh-after-stop
Open

fix: prevent auto-refresh when sketch is stopped#4290
iRahul360 wants to merge 1 commit into
processing:developfrom
iRahul360:fix/auto-refresh-after-stop

Conversation

@iRahul360

@iRahul360 iRahul360 commented Sep 3, 2026

Copy link
Copy Markdown

Issue:

Fixes #4288

Demo:

image

Changes:

  1. Added automatic draft saving for unsent messages in the message composer.
  2. Drafts are persisted separately for each room.
  3. Restored the saved draft when returning to the room.
  4. Drafts are saved when navigating away from or closing the chat.
  5. Cleared the saved draft after the message is successfully sent.
  6. Added/updated tests to verify draft persistence and restoration.

I have verified that this pull request:

  • has no linting errors (npm run lint)
  • has no test errors (npm run test)
  • has no typecheck errors (npm run typecheck)
  • is from a uniquely-named feature branch and is up to date with the develop branch.
  • is descriptively named and links to an issue number, i.e. Fixes #123
  • meets the standards outlined in the accessibility guidelines

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.

If you stopped the program, turn auto refresh on, and edit code the program starts running again.

1 participant