jpochyla/psst

Token fetching should happen async

Open

#492 opened on 2024年7月5日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)Rust (183 forks)batch import
good first issuehelp wanted

Repository metrics

Stars
 (7,282 stars)
PR merge metrics
 (30d に merged PR はありません)

説明

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.

コントリビューターガイド