Skip unnecessary setup when launching UI #16
Labels
No labels
CI/CD
Code Cleanup
DX
UI
UX
bug
chore
duplicate
enhancement
help wanted
invalid
packaging
question
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
waycasthq/waycast#16
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Currently we spin up tracing subscriber, a DB connection, the app directory watcher, and some other stuff before checking if the daemon is already running and sending the IPC signal to show the UI.
The incurred latency is NOT acceptable. We should check first if the daemon is running before doing anything else, so the UI can just start immediately.