jpochyla/psst

Token fetching should happen async

オープン

#492 opened on 2024/07/05

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (267 件のフォーク)batch import
good first issuehelp wanted

Repository metrics

Stars
 (9,455 個のスター)
PR merge metrics
 (平均マージ 34m) (30d で 1 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.

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