From 4d6a139bf8dd720cd67e091773854de05599804f Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Thu, 1 May 2025 10:06:29 -0500 Subject: [PATCH] UI fixes (#17989) * use correct time in custom export time picker * fix inline icons --- web/src/components/overlay/ExportDialog.tsx | 2 +- web/src/views/settings/NotificationsSettingsView.tsx | 8 ++------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/web/src/components/overlay/ExportDialog.tsx b/web/src/components/overlay/ExportDialog.tsx index 3a5edcba4..44b55bfe3 100644 --- a/web/src/components/overlay/ExportDialog.tsx +++ b/web/src/components/overlay/ExportDialog.tsx @@ -549,7 +549,7 @@ function CustomTimeSelector({ ? [...clock.split(":"), "00"] : clock.split(":"); - const end = new Date(startTime * 1000); + const end = new Date(endTime * 1000); end.setHours( parseInt(hour), parseInt(minute), diff --git a/web/src/views/settings/NotificationsSettingsView.tsx b/web/src/views/settings/NotificationsSettingsView.tsx index 20f9180a4..a2d43ba91 100644 --- a/web/src/views/settings/NotificationsSettingsView.tsx +++ b/web/src/views/settings/NotificationsSettingsView.tsx @@ -321,9 +321,7 @@ export default function NotificationView({ rel="noopener noreferrer" className="inline" > -
- {t("notification.notificationSettings.documentation")} -
{" "} + {t("notification.notificationSettings.documentation")}{" "}- {t("notification.notificationUnavailable.documentation")} -
{" "} + {t("notification.notificationUnavailable.documentation")}{" "}