Julien Calixte aad07184fd fix(freshness): surface silent failures when pulling latest
queryFileContent threw on octokit errors (stale SHA 404, expired token,
network blip) and the rejection bubbled up unhandled through pullLatest
and onBadgeClick, leaving the badge stuck on "Outdated" with no log or
toast. Wrap the octokit call, log on failure, clear the cached SHA so
the next click re-resolves it, and show an error toast.

Also fix a dead `if (!user || !repo) { null }` that did nothing.
2026-05-06 22:02:50 +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-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 09:34:04 +01:00
2026-03-28 20:24:08 +01:00
2026-03-28 09:34:04 +01:00
Description
No description provided
Readme 6.6 MiB
Languages
Vue 53.8%
TypeScript 42%
JavaScript 1.8%
CSS 1.7%
HTML 0.5%
Other 0.2%