Set up app event dispatching #124
Labels
No Label
hex-grid
maintenance
music-player
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: savanni/monorepo#124
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We need a way of having events that asynchronously cross from the UI to the app and back. For instance, when the user selects to save options on the welcome screen, we need an event to go out to the App to open the database, and then for the app to send a signal back to the UI. These should occur on separate threads so that the UI doesn't block. In some cases, the UI should have a loading indicator.
When the UI receives the signal that the database has been opened, then it should know to switch to the Historical view.