jpochyla/psst

Token fetching should happen async

Aberta

#492 aberto em 5 de jul. de 2024

 (0 comentário) (0 reação) (0 responsável)Rust (267 forks)batch import
good first issuehelp wanted

Métricas do repositório

Stars
 (9.459 estrelas)
Métricas de merge de PR
 (Mesclagem média 34m) (1 fundiu PR em 30d)

Description

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.

Guia do colaborador