jpochyla/psst

Token fetching should happen async

Offen

#492 geöffnet am 05.07.2024

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (267 Forks)batch import
good first issuehelp wanted

Repository-Metriken

Stars
 (9.459 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 34m) (1 gemergte PR in 30 T)

Beschreibung

Currently, when the application is opened and a token needs to be refetched, the window will not open until the token is retrieved. While this might make sense from a serialized loading perspective, it gives the impression that the entire application is stalling. We should load the token asynchronously and wait for it whilst the window loads simultaneously.

Contributor Guide