From ff6fd21c85fa45843af52cf5a404b4a6669a6982 Mon Sep 17 00:00:00 2001 From: shamshaev Date: Sun, 22 Sep 2024 18:28:15 +0300 Subject: [PATCH 1/2] Improve UX without workspace --- src/main/resources/messages_en.properties | 6 ++++++ src/main/resources/messages_ru.properties | 6 ++++++ src/main/resources/templates/workspaces.html | 17 +++++++++++++++++ 3 files changed, 29 insertions(+) diff --git a/src/main/resources/messages_en.properties b/src/main/resources/messages_en.properties index d55eae14..1f808f83 100644 --- a/src/main/resources/messages_en.properties +++ b/src/main/resources/messages_en.properties @@ -51,6 +51,12 @@ navbar.signup=Sign Up navbar.create-workspace=Create Workspace navbar.account-info=Account Info +text.hero-header=Everything you need in +text.hero-highlight=one place +text.hero-description=Create your workspace to manage everything regarding typos: add sites (URLs) from which reports can be sent to the workspace, see and manage received typo statistics, add users to the workspace and more +btn.get-started=Get started +btn.learn-more=Learn more + acc-info.card-title.general=General acc-info.card-title.workspaces=Workspaces diff --git a/src/main/resources/messages_ru.properties b/src/main/resources/messages_ru.properties index 8d05ca07..07be78b1 100644 --- a/src/main/resources/messages_ru.properties +++ b/src/main/resources/messages_ru.properties @@ -57,6 +57,12 @@ navbar.signup=Регистрация navbar.account-info=Информация об аккаунте navbar.create-workspace=Создать Пространство +text.hero-header=Все что вам нужно в +text.hero-highlight=одном месте +text.hero-description=Создайте свое рабочее пространство, чтобы управлять всем связанным с опечатками: добавлять сайты (URLs) с которых отчеты могут отправляться в пространство, видеть и управлять статистикой полученных опечаток, добавлять пользователей в рабочее пространство и многое другое +btn.get-started=Начать +btn.learn-more=Узнать больше + acc-info.wks.url=URL пространства acc-info.wks.name=Имя пространства acc-info.wks.role=Роль diff --git a/src/main/resources/templates/workspaces.html b/src/main/resources/templates/workspaces.html index d3ef9aad..4db3c3b0 100644 --- a/src/main/resources/templates/workspaces.html +++ b/src/main/resources/templates/workspaces.html @@ -4,6 +4,23 @@
+
+
+
+

+ [[#{text.hero-header}]] + +

+
+
+

+
+
+ + +
+
+
From 7304bc34a5816431693933cf0c08238a3780823e Mon Sep 17 00:00:00 2001 From: shamshaev Date: Mon, 23 Sep 2024 21:50:59 +0300 Subject: [PATCH 2/2] Remove button Learn more --- src/main/resources/messages_en.properties | 1 - src/main/resources/messages_ru.properties | 1 - src/main/resources/templates/workspaces.html | 1 - 3 files changed, 3 deletions(-) diff --git a/src/main/resources/messages_en.properties b/src/main/resources/messages_en.properties index 1f808f83..74e75d3f 100644 --- a/src/main/resources/messages_en.properties +++ b/src/main/resources/messages_en.properties @@ -55,7 +55,6 @@ text.hero-header=Everything you need in text.hero-highlight=one place text.hero-description=Create your workspace to manage everything regarding typos: add sites (URLs) from which reports can be sent to the workspace, see and manage received typo statistics, add users to the workspace and more btn.get-started=Get started -btn.learn-more=Learn more acc-info.card-title.general=General acc-info.card-title.workspaces=Workspaces diff --git a/src/main/resources/messages_ru.properties b/src/main/resources/messages_ru.properties index 07be78b1..53ddacf2 100644 --- a/src/main/resources/messages_ru.properties +++ b/src/main/resources/messages_ru.properties @@ -61,7 +61,6 @@ text.hero-header=Все что вам нужно в text.hero-highlight=одном месте text.hero-description=Создайте свое рабочее пространство, чтобы управлять всем связанным с опечатками: добавлять сайты (URLs) с которых отчеты могут отправляться в пространство, видеть и управлять статистикой полученных опечаток, добавлять пользователей в рабочее пространство и многое другое btn.get-started=Начать -btn.learn-more=Узнать больше acc-info.wks.url=URL пространства acc-info.wks.name=Имя пространства diff --git a/src/main/resources/templates/workspaces.html b/src/main/resources/templates/workspaces.html index 4db3c3b0..f8acd44b 100644 --- a/src/main/resources/templates/workspaces.html +++ b/src/main/resources/templates/workspaces.html @@ -17,7 +17,6 @@

-