Compare commits

..

No commits in common. "9e1adef2b8cd661639801e3b35bebbee27e0f5c4" and "ce8170c6ada24985d11a55c0a1eca3a5206d29cb" have entirely different histories.

View File

@ -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('Nothing here yet — LibrePortal checks for improvements automatically in the background.');
if (!this.artifacts) return this.empty('Checking for improvements… this usually takes a minute.');
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. 🎉');