Skip to content

Fix task dialog blinking during edits#287

Merged
its-me-abhishek merged 1 commit intoCCExtractor:mainfrom
Hell1213:fix/eliminate-task-dialog-blink-on-edit
Dec 23, 2025
Merged

Fix task dialog blinking during edits#287
its-me-abhishek merged 1 commit intoCCExtractor:mainfrom
Hell1213:fix/eliminate-task-dialog-blink-on-edit

Conversation

@Hell1213
Copy link
Copy Markdown
Contributor

@Hell1213 Hell1213 commented Dec 21, 2025

Skip WebSocket refresh for Edit Task operations
Prevents dialog from disappearing when editing fields

Description

  • Modified WebSocket handler to skip task list refresh for Edit Task operations
  • Task dialog now stays open when editing fields (description, due date, tags, etc.)
  • Other operations (Add, Complete, Delete) still refresh normally
  • Fixes: #(issue_number_if_exists)

Fixes : #286

Checklist

  • Ran npx prettier --write . (for formatting)
  • Ran gofmt -w . (for Go backend)
  • Ran npm test (for JS/TS testing)
  • Added unit tests, if applicable
  • Verified all tests pass
  • Updated documentation, if needed

Additional Notes

  • Only affects Edit Task WebSocket responses - all other functionality unchanged

Demo Video :

Screencast.from.2025-12-21.16-11-28.mp4

Skip WebSocket refresh for Edit Task operations
Prevents dialog from disappearing when editing fields
@github-actions
Copy link
Copy Markdown

Thank you for opening this PR!

Before a maintainer takes a look, it would be really helpful if you could walk through your changes using GitHub's review tools.

Please take a moment to:

  • Check the "Files changed" tab
  • Leave comments on any lines for functions, comments, etc. that are important, non-obvious, or may need attention
  • Clarify decisions you made or areas you might be unsure about and/or any future updates being considered.
  • Finally, submit all the comments!

More information on how to conduct a self review:
https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request

This helps make the review process smoother and gives us a clearer understanding of your thought process.

Once you've added your self-review, we'll continue from our side. Thank you!

Copy link
Copy Markdown
Contributor Author

@Hell1213 Hell1213 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Modified WebSocket handler to skip task list refresh for Edit Task operations

@Hell1213
Copy link
Copy Markdown
Contributor Author

hey @its-me-abhishek , PR is ready for review .
Thanks

@its-me-abhishek its-me-abhishek merged commit 582fdb2 into CCExtractor:main Dec 23, 2025
5 checks passed
ShivaGupta-14 pushed a commit to ShivaGupta-14/ccsync that referenced this pull request Dec 25, 2025
Skip WebSocket refresh for Edit Task operations
Prevents dialog from disappearing when editing fields
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.

Fix task dialog blinking/disappearing during field edits

2 participants