Cleanup and screenshots#348
Conversation
- Removed console.log from HomePage.tsx - Updated README.md
|
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:
More information on how to conduct a self review: 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! |
|
That issue is a self assigned task for me, to be done before next release. Closing this PR for now |
|
Understood, thanks for letting me know! I'll look for other unassigned issues to contribute to. |
Description
This PR cleans up the codebase by removing unused debug statements (
console.login frontend andfmt.Printlnin backend) to improve code quality and reduce noise. It also updates the README.md to ensure screenshot references are correct and verifies that the project's assets are up-to-date.Checklist
npx prettier --write .gofmt -w .npm test(Verified vianpm run lintpre-commit hook)Additional Notes
console.logfrom HomePage.tsx, Tasks.tsx, TaskAutoSync.tsx, and other utility files. Removedfmt.Printlnfrom modify_task.go and edit_task.go.assets/match the latest application state (hashes verified).