From b1b95496d8deb72dba46bc73a743bee51385fe2d Mon Sep 17 00:00:00 2001 From: Sudheer Salavadi Date: Tue, 9 Jul 2024 16:26:53 +0530 Subject: [PATCH] More UI improvements --- frontend/app/components/Onboarding/components/SideMenu.tsx | 5 ----- .../Session/Player/MobilePlayer/MobilePlayerSubheader.tsx | 2 +- .../app/components/shared/SessionSearch/SessionSearch.tsx | 2 +- .../shared/SessionSearchField/AiSessionSearchField.tsx | 4 ++-- frontend/app/layout/SupportModal.tsx | 7 ++++--- 5 files changed, 8 insertions(+), 12 deletions(-) diff --git a/frontend/app/components/Onboarding/components/SideMenu.tsx b/frontend/app/components/Onboarding/components/SideMenu.tsx index a9571bdcf..b71db41a5 100644 --- a/frontend/app/components/Onboarding/components/SideMenu.tsx +++ b/frontend/app/components/Onboarding/components/SideMenu.tsx @@ -44,7 +44,6 @@ function SideMenu(props: Props) { >
- {props.isIOS ? 'iOS' : 'ANDROID'} BETA + {props.isIOS ? 'iOS' : 'Android'} BETA
{aiFiltersStore.isLoading ? ( -
+
Translating your query into search steps...
diff --git a/frontend/app/components/shared/SessionSearchField/AiSessionSearchField.tsx b/frontend/app/components/shared/SessionSearchField/AiSessionSearchField.tsx index 60731d1fb..3cb28726a 100644 --- a/frontend/app/components/shared/SessionSearchField/AiSessionSearchField.tsx +++ b/frontend/app/components/shared/SessionSearchField/AiSessionSearchField.tsx @@ -146,7 +146,7 @@ const AiSearchField = observer( value={searchQuery} style={{ minWidth: 360, height: 30 }} autoComplete="off" - className="px-2 py-1 text-lg placeholder-lg !border-0 rounded-e-full nofocus" + className="px-2 py-1 pe-9 text-lg placeholder-lg !border-0 rounded-e-full nofocus" leadingButton={ searchQuery !== '' ? (
+
-
+
@@ -55,7 +56,7 @@ function SupportModal(props: Props) {
-
+
@@ -85,7 +86,7 @@ function SupportModal(props: Props) {
-
+