Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable deletion of project, one at a time. Tasks mapped to the project moves to Inbox. #42

Merged
merged 26 commits into from
May 24, 2024

Conversation

henrylin03
Copy link
Owner

@henrylin03 henrylin03 commented May 24, 2024

fixes #28 and #31. although fixes #41, this breaches DRY principle (don't repeat yourself) so i've added a task for future in #4 to resolve this, potentially generating the same modal, with minor differences depending on type. however, this helped make it clearer for me when trying to solve #41

henrylin03 added 26 commits May 24, 2024 10:51
honestly can't really tell the difference...
…g nav links to the anchor (direct parent) in case of propagation issues
…task

yes, i know this breaches DRY... but tbh i don't know how to solve the bug in #41. i want to see if this actually fixes it
…ving itself from the localStorage. fixes #41 and its comments, although breaches DRY as modal is rewritten when it could be shared between task and project deletion confirmations
@henrylin03 henrylin03 deleted the delete-project branch May 24, 2024 05:07
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.

when i delete a project, all of its tasks move to "Inbox" i can delete a project
1 participant