From 62b580be92aa07b8867427ec65c778912b250252 Mon Sep 17 00:00:00 2001 From: Yash Rajpal <58601732+yash-rajpal@users.noreply.github.com> Date: Mon, 21 Oct 2024 20:32:21 +0530 Subject: [PATCH] chore: Improve workspace selection screen (#5853) Co-authored-by: Diego Mello --- app/containers/Button/Button.stories.tsx | 2 + app/containers/Button/index.tsx | 19 ++- app/containers/TextInput/FormTextInput.tsx | 9 +- app/i18n/locales/ar.json | 12 +- app/i18n/locales/bn-IN.json | 13 +- app/i18n/locales/cs.json | 13 +- app/i18n/locales/de.json | 13 +- app/i18n/locales/en.json | 18 ++- app/i18n/locales/es.json | 9 +- app/i18n/locales/fi.json | 13 +- app/i18n/locales/fr.json | 13 +- app/i18n/locales/hi-IN.json | 13 +- app/i18n/locales/hu.json | 13 +- app/i18n/locales/it.json | 13 +- app/i18n/locales/ja.json | 10 +- app/i18n/locales/nl.json | 13 +- app/i18n/locales/pt-BR.json | 13 +- app/i18n/locales/pt-PT.json | 11 +- app/i18n/locales/ru.json | 13 +- app/i18n/locales/sl-SI.json | 13 +- app/i18n/locales/sv.json | 13 +- app/i18n/locales/ta-IN.json | 13 +- app/i18n/locales/te-IN.json | 13 +- app/i18n/locales/tr.json | 13 +- app/i18n/locales/zh-CN.json | 11 +- app/i18n/locales/zh-TW.json | 11 +- app/lib/hooks/useWorkspaceDomain.ts | 11 ++ app/lib/methods/getServerInfo.ts | 6 +- app/lib/methods/helpers/log/events.ts | 1 - app/sagas/selectServer.ts | 4 +- app/static/images/logo_with_name.png | Bin 0 -> 16899 bytes app/views/ForgotPasswordView.tsx | 11 +- app/views/LoginView/UserForm.tsx | 8 +- app/views/NewServerView/ServerInput/index.tsx | 2 +- app/views/NewServerView/index.tsx | 136 ++++-------------- app/views/RegisterView.tsx | 9 +- app/views/WorkspaceView/index.tsx | 11 +- e2e/tests/assorted/12-i18n.spec.ts | 2 - e2e/tests/onboarding/01-onboarding.spec.ts | 13 +- 39 files changed, 230 insertions(+), 304 deletions(-) create mode 100644 app/lib/hooks/useWorkspaceDomain.ts create mode 100644 app/static/images/logo_with_name.png diff --git a/app/containers/Button/Button.stories.tsx b/app/containers/Button/Button.stories.tsx index 2ecf791037..a61061ad53 100644 --- a/app/containers/Button/Button.stories.tsx +++ b/app/containers/Button/Button.stories.tsx @@ -23,6 +23,8 @@ export const DisabledButton = () =>