From e847d56de3b5dfd5c8b1a338d9fc261cc521039b Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Fri, 29 May 2026 15:45:02 -0500 Subject: [PATCH] remove text-md this class name compiles to nothing in tailwind. we used to add it to prevent iOS from zooming when focusing on an input, but that is now solved via the viewport meta in index.html --- web/src/components/auth/AuthForm.tsx | 4 ++-- web/src/components/card/ExportCard.tsx | 2 +- web/src/components/card/SettingsGroupCard.tsx | 2 +- web/src/components/chat/ChatSettings.tsx | 4 ++-- .../ClassificationModelEditDialog.tsx | 2 +- .../classification/wizard/Step1NameAndDefine.tsx | 4 ++-- .../sectionExtras/NotificationsSettingsExtras.tsx | 4 ++-- .../theme/templates/ObjectFieldTemplate.tsx | 2 +- .../theme/widgets/ArrayAsTextWidget.tsx | 2 +- .../config-form/theme/widgets/CameraPathWidget.tsx | 2 +- .../config-form/theme/widgets/TextWidget.tsx | 2 +- .../config-form/theme/widgets/TextareaWidget.tsx | 2 +- web/src/components/filter/CameraGroupSelector.tsx | 2 +- web/src/components/filter/LogSettingsButton.tsx | 4 ++-- web/src/components/icons/IconPicker.tsx | 2 +- web/src/components/input/InputWithTags.tsx | 2 +- web/src/components/input/NameAndIdFields.tsx | 7 +------ web/src/components/input/SaveSearchDialog.tsx | 1 - web/src/components/input/TextEntry.tsx | 2 +- web/src/components/menu/LiveContextMenu.tsx | 2 +- web/src/components/overlay/CustomTimeSelector.tsx | 4 ++-- web/src/components/overlay/ExportDialog.tsx | 6 ------ web/src/components/overlay/ImagePicker.tsx | 2 +- web/src/components/overlay/MultiExportDialog.tsx | 2 -- .../components/overlay/ShareTimestampDialog.tsx | 2 +- .../overlay/detail/AnnotationSettingsPane.tsx | 2 +- .../overlay/detail/SearchDetailDialog.tsx | 2 +- .../components/overlay/detail/TrackingDetails.tsx | 4 ++-- .../overlay/dialog/OptionAndInputDialog.tsx | 7 +------ .../overlay/dialog/SearchFilterDialog.tsx | 4 ++-- web/src/components/player/LivePlayer.tsx | 2 +- web/src/components/settings/SearchSettings.tsx | 12 +++--------- web/src/components/settings/ZoneEditPane.tsx | 14 +++++++------- .../components/settings/wizard/Step1NameCamera.tsx | 12 ++++++------ web/src/pages/Exports.tsx | 2 +- web/src/pages/Replay.tsx | 6 +++--- web/src/views/events/EventView.tsx | 10 +++------- web/src/views/live/LiveCameraView.tsx | 2 +- web/src/views/motion-search/MotionSearchDialog.tsx | 4 ++-- web/src/views/settings/CameraManagementView.tsx | 2 +- web/src/views/settings/EnrichmentsSettingsView.tsx | 8 ++------ .../views/settings/Go2RtcStreamsSettingsView.tsx | 4 +--- web/src/views/settings/MasksAndZonesView.tsx | 6 +++--- web/src/views/settings/MotionTunerView.tsx | 4 ++-- web/src/views/settings/ObjectSettingsView.tsx | 8 ++++---- 45 files changed, 75 insertions(+), 110 deletions(-) diff --git a/web/src/components/auth/AuthForm.tsx b/web/src/components/auth/AuthForm.tsx index 8798b5d002..e621d120cc 100644 --- a/web/src/components/auth/AuthForm.tsx +++ b/web/src/components/auth/AuthForm.tsx @@ -107,7 +107,7 @@ export function UserAuthForm({ className, ...props }: UserAuthFormProps) { {t("form.user")} {t("form.password")} diff --git a/web/src/components/card/ExportCard.tsx b/web/src/components/card/ExportCard.tsx index 1534f93a99..958135d29c 100644 --- a/web/src/components/card/ExportCard.tsx +++ b/web/src/components/card/ExportCard.tsx @@ -257,7 +257,7 @@ export function ExportCard({ {editName && ( <> -
+
{title}
{children} diff --git a/web/src/components/chat/ChatSettings.tsx b/web/src/components/chat/ChatSettings.tsx index 0f68ef22d6..ad63694591 100644 --- a/web/src/components/chat/ChatSettings.tsx +++ b/web/src/components/chat/ChatSettings.tsx @@ -48,7 +48,7 @@ export default function ChatSettings({
-
{t("settings.show_stats.title")}
+
{t("settings.show_stats.title")}
{t("settings.show_stats.desc")}
@@ -77,7 +77,7 @@ export default function ChatSettings({
-