Compare commits
No commits in common. "4e90328b84f8615cd4ee6f7f14397ba801349d7a" and "e054cbc946e71a19e5b35afe745fe9dcc45a9fd6" have entirely different histories.
4e90328b84
...
e054cbc946
@ -345,7 +345,7 @@ class UpdaterPage {
|
||||
// No inline Check button on the empty state: the host auto-scan repopulates
|
||||
// this within a couple of minutes (and the embedding header already carries
|
||||
// a manual Check), so the message alone is the right, button-free empty UI.
|
||||
if (!this.artifacts) return this.empty('Checking for improvements… this usually takes a minute.');
|
||||
if (!this.artifacts) return this.empty('No hotfix data yet — the automatic scan fetches the signed improvements index within a couple of minutes.');
|
||||
const list = Array.isArray(this.artifacts.artifacts) ? this.artifacts.artifacts : [];
|
||||
const signed = !!this.artifacts.signed;
|
||||
if (!list.length) return this.empty('No improvements available right now — you are all caught up. 🎉');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user