From 337f1fcca7d6504d09270ef5d442318804feb356 Mon Sep 17 00:00:00 2001 From: Aaron Nelson Date: Sun, 26 Apr 2026 23:32:36 -0400 Subject: [PATCH] =?UTF-8?q?Dreamer=20schedule=20=E2=80=94=20show=20local?= =?UTF-8?q?=20time,=20convert=20to=20UTC=20on=20save?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/SettingsPanel.tsx | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/components/SettingsPanel.tsx b/components/SettingsPanel.tsx index 68fa93f..08dce17 100644 --- a/components/SettingsPanel.tsx +++ b/components/SettingsPanel.tsx @@ -280,15 +280,27 @@ export default function SettingsPanel() { {dreaming ? 'Starting...' : dreamStarted ? 'Started ✓' : 'Dream'} - +