jpochyla/psst

Token fetching should happen async

开放

#492 创建于 2024年7月5日

 (0 条评论) (0 个反应) (0 位负责人)Rust (267 个派生)batch import
good first issuehelp wanted

仓库指标

星标
 (9,455 个星标)
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.

贡献者指南