jpochyla/psst

Token fetching should happen async

開放

#492 建立於 2024年7月5日

 (0 則留言) (0 個反應) (0 位負責人)Rust (267 個分叉)batch import
good first issuehelp wanted

倉庫指標

星標
 (9,460 顆星)
PR 合併指標
 (平均合併 34分鐘) (30 天內合併 1 個 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.

貢獻者指南