Skip to content

Conversation

@ShivaGupta-14
Copy link
Contributor

Description

  • Add tests for Keyboard Navigation (ArrowUp, ArrowDown, boundary stops)
  • Add tests for Hotkey Shortcuts ('a', 'c', 'd', 'e', 'f', 'p', 'r', 's', 't')
  • Add tests for complete/delete hotkeys when dialog is already open
  • Add tests for Sync button click and error toast on sync failure
  • Add tests for LocalStorage persistence (tasksPerPage, lastSyncTime)
  • Add tests for sync time auto-update interval
  • Add tests for error handling (add task, edit task failures)
  • Add tests for mouse hover handlers (mouseEnter, mouseLeave)

Updates: #300

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

Screenshots

  • Updated:
Screenshot 2025-12-31 at 4 42 06 PM

@github-actions
Copy link

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!

@ShivaGupta-14 ShivaGupta-14 force-pushed the test/300-add-task-tests branch from e2bd188 to 3b4e2e2 Compare December 31, 2025 11:29
- Add tests for Keyboard Navigation (ArrowUp, ArrowDown, boundary stops)
- Add tests for Hotkey Shortcuts ('a', 'c', 'd', 'e', 'f', 'p', 'r', 's', 't')
- Add tests for complete/delete hotkeys when dialog is already open
- Add tests for Sync button click and error toast on sync failure
- Add tests for LocalStorage persistence (tasksPerPage, lastSyncTime)
- Add tests for sync time auto-update interval
- Add tests for error handling (add task, edit task failures)
- Add tests for mouse hover handlers (mouseEnter, mouseLeave)

- Updates: CCExtractor#300
@ShivaGupta-14 ShivaGupta-14 force-pushed the test/300-add-task-tests branch from 3b4e2e2 to c502366 Compare December 31, 2025 11:30
@its-me-abhishek
Copy link
Collaborator

its-me-abhishek commented Dec 31, 2025

@ShivaGupta-14 can not review this PR as there are too many changes, please open separate PRs for each sub component if possible (or a set of sub components). Closing for now.

@ShivaGupta-14
Copy link
Contributor Author

ok, I will open separate PRs

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.

2 participants