From 4c1c38252db0c5c414e50391f2570cec7cc359a8 Mon Sep 17 00:00:00 2001 From: Rohith Gilla Date: Fri, 6 Dec 2024 20:18:58 +0530 Subject: [PATCH] chore: support dark mode for the update page. --- .../src/routes/(window-chrome)/update.tsx | 20 +++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/apps/desktop/src/routes/(window-chrome)/update.tsx b/apps/desktop/src/routes/(window-chrome)/update.tsx index c5e90ca3..b7111676 100644 --- a/apps/desktop/src/routes/(window-chrome)/update.tsx +++ b/apps/desktop/src/routes/(window-chrome)/update.tsx @@ -16,7 +16,13 @@ export default function () { return (
- + No update available + } + keyed + > {(update) => { type UpdateStatus = | { type: "downloading"; progress: number; contentLength?: number } @@ -57,10 +63,14 @@ export default function () { return (
- }> + + } + >
-

+

Update has been installed. Restart Cap to finish updating.

@@ -81,7 +91,9 @@ export default function () { > {(status) => ( <> -

Installing Update

+

+ Installing Update +