fix: fix issue with delete button not working #17

Merged
tristonarmstrong merged 1 commits from 7-bug-broke_delete_button into main 2024-03-22 05:05:51 +00:00
tristonarmstrong commented 2024-03-22 04:56:17 +00:00 (Migrated from github.com)

🖤 Have you read the Contributing Guidelines?

Issue #7

Describe your changes

The delete button wasn't fully implimented and the deletion of the items logic wasnt updating the storage file. This fixes that.

Clearly and concisely describe what's in this pull request. Include screenshots, if necessary.

  • added a click handler to the delete button
  • modified the store state delete method to return the new state
  • adds logic to update the storage file with the new state
🖤 *Have you read the [Contributing Guidelines](https://github.com/jessesquires/.github/blob/master/CONTRIBUTING.md)?* Issue #7 ## Describe your changes The delete button wasn't fully implimented and the deletion of the items logic wasnt updating the storage file. This fixes that. *Clearly and concisely describe what's in this pull request. Include screenshots, if necessary.* - added a click handler to the delete button - modified the store state delete method to return the new state - adds logic to update the storage file with the new state
Sign in to join this conversation.
No description provided.