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

Refactor AppStore to Zustand #1132

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Refactor AppStore to Zustand #1132

wants to merge 1 commit into from

Conversation

vicksey
Copy link
Contributor

@vicksey vicksey commented Jan 29, 2025

Summary

Refactored the AppStore into two stores Zustand stores, snackbarStore and undoRedoStore, which will be easier to reuse, maintain, and debug in the future.

Test Plan

  • Ensure that all scheduling functions are working as normal
  • Ensure all snackbar functionality is working

Issues

  • Still working on making sure all necessary files have been updated and that functionality is the same

Closes #1076

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.

Refactor AppStore to Zustand
1 participant