Julien Calixte 151a4d9137 fix(github): auto-retry GitHub calls on 401 and expose unauthorized state
fetchLatestSha and queryFileContent were silently catching every error
(including expired-token 401s) and returning null, so the freshness
badge could stay on "offline" with no UI hint that re-auth was needed.
Wrap both calls in runWithAuthRetry to recover from refreshable tokens
transparently, and switch fetchLatestSha to a tagged result so the
freshness hook can distinguish auth failure from network failure.
2026-05-17 21:10:20 +02:00
2023-08-15 01:07:50 +02:00
2021-03-09 22:00:10 +01:00
2026-05-02 22:48:10 +02:00
2026-03-28 20:24:08 +01:00
2026-02-15 08:00:11 +01:00
2026-03-28 09:38:55 +01:00
2026-03-28 09:34:04 +01:00
2026-03-28 09:38:55 +01:00
2026-03-21 09:04:58 +01:00
2026-05-13 18:38:54 +02:00
2026-03-28 09:34:04 +01:00
2026-03-28 09:38:55 +01:00
2026-03-28 09:38:55 +01:00
2026-03-17 01:02:24 +01:00
2026-03-28 20:24:08 +01:00
Description
No description provided
Readme 8.4 MiB
Languages
TypeScript 52.6%
Vue 44.3%
CSS 1.8%
JavaScript 1%
HTML 0.2%
Other 0.1%