Describe the feature
The manager suffers from poor startup performance due to forced synchonous startup operation. (status checks)
The startup time needs to be reduced drastically for a good user experience!
Additional context
The system needs following improvements:
[x] Only do neccesary checks (don't check versions if not installed)
[ ] Implement asynchronous operations (currently status check and ui combined)
[x] Make checks after startup (display loading info)
[ ] Optimize network requests and use config files instead
[ ] Optionally try to get update notification from spicetify itself #24
Describe the feature The manager suffers from poor startup performance due to forced synchonous startup operation. (status checks) The startup time needs to be reduced drastically for a good user experience!
Additional context The system needs following improvements: