From e6632477917ced1e3d25fed2e1ae1031e9a80639 Mon Sep 17 00:00:00 2001 From: npeter83 Date: Wed, 22 Jul 2026 04:52:37 +0200 Subject: [PATCH] chore: prettier-format release notes --- frontend/src/lib/releaseNotes.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/src/lib/releaseNotes.ts b/frontend/src/lib/releaseNotes.ts index 01a2af5..920dcc0 100644 --- a/frontend/src/lib/releaseNotes.ts +++ b/frontend/src/lib/releaseNotes.ts @@ -17,10 +17,11 @@ export const RELEASE_NOTES: ReleaseEntry[] = [ { version: "0.52.0", date: "2026-07-22", - summary: "Honest loading and error states across the app — pages no longer look empty when a fetch is still loading or has failed.", + summary: + "Honest loading and error states across the app — pages no longer look empty when a fetch is still loading or has failed.", fixes: [ "When a page's data is still loading or fails to load (e.g. right after a server restart), it now shows a spinner or a clear error with a Retry button — instead of looking like it's simply empty (\"No channels\", an empty inbox…). Rolled out across the feed, channels, playlists, downloads, messages, notifications, Plex, admin and stats pages.", - "A failed action now shows the server's actual reason (e.g. \"Not enough quota left today\") instead of a generic \"failed\" message.", + 'A failed action now shows the server\'s actual reason (e.g. "Not enough quota left today") instead of a generic "failed" message.', "The startup screen now offers a Retry if the app can't reach the server on load.", ], },