diff --git a/web/satellite/src/components/account/DeleteAccountPopup.vue b/web/satellite/src/components/account/DeleteAccountPopup.vue index 657c5391a..1388358d5 100644 --- a/web/satellite/src/components/account/DeleteAccountPopup.vue +++ b/web/satellite/src/components/account/DeleteAccountPopup.vue @@ -9,7 +9,7 @@
Are you sure you want to delete your account? If you do so, all your account information will be deleted from the Satellite forever.
+Are you sure you want to delete your account? If you do so, all your information, projects and API Keys will be deleted forever.(drop from the satellite)
You will need this to share access to the project with your team members.
+This API key allow users or applications to interact with the project.
{{apiKey}}
@@ -151,8 +151,9 @@ export default class AddApiKeyPopup extends Vue { .notification-wrap { background-color: rgba(194, 214, 241, 1); height: 98px; + width: calc(100% - 100px); display: flex; - justify-content: space-between; + justify-content: flex-start; padding: 0 50px; align-items: center; border-bottom-left-radius: 6px; diff --git a/web/satellite/src/components/apiKeys/headerArea/SearchArea.vue b/web/satellite/src/components/apiKeys/headerArea/SearchArea.vue index 68ad6655a..2441467c6 100644 --- a/web/satellite/src/components/apiKeys/headerArea/SearchArea.vue +++ b/web/satellite/src/components/apiKeys/headerArea/SearchArea.vue @@ -88,7 +88,7 @@ export default class SearchArea extends Vue { border-radius: 6px; width: 100%; height: 56px; - padding-right: 20px; + padding-right: 100px; padding-left: 20px; font-family: 'font_regular'; font-size: 16px; @@ -113,4 +113,4 @@ export default class SearchArea extends Vue { ::-webkit-input-placeholder { color: #AFB7C1; } - \ No newline at end of file + diff --git a/web/satellite/src/components/common/Button.vue b/web/satellite/src/components/common/Button.vue index e8022ae5d..ab99e4246 100644 --- a/web/satellite/src/components/common/Button.vue +++ b/web/satellite/src/components/common/Button.vue @@ -103,6 +103,11 @@ export default class Button extends Vue { &.disabled { box-shadow: none; + background-color: #DADDE5 !important; + + .label { + color: #ACB0BC !important; + } } } @@ -124,7 +129,8 @@ export default class Button extends Vue { } .container.disabled { background-color: #DADDE5; - .label.white { + border-color: #DADDE5; + .label { color: #ACB0BC; } } diff --git a/web/satellite/src/components/common/EmptyStateArea.vue b/web/satellite/src/components/common/EmptyStateArea.vue index 71c5197e9..7e2651b48 100644 --- a/web/satellite/src/components/common/EmptyStateArea.vue +++ b/web/satellite/src/components/common/EmptyStateArea.vue @@ -10,7 +10,8 @@ + width="190px" + height="50px"/>You almost registered on the Satellite, only one step left. - Please check your inbox and use the verification link we shared with you in last email.
-Didn’t receive a verification email?
+You have almost finished registering your account on the Tardigrade Satellite. Only one step left. Please check your inbox for a verification email.
+ diff --git a/web/satellite/src/components/header/AccountDropdown.vue b/web/satellite/src/components/header/AccountDropdown.vue index 6292c1812..9ee547763 100644 --- a/web/satellite/src/components/header/AccountDropdown.vue +++ b/web/satellite/src/components/header/AccountDropdown.vue @@ -83,7 +83,7 @@ export default class ProjectSelectionDropdown extends Vue { .account-dropdown-choice-container { position: absolute; top: 9vh; - left: -70px; + right: 0; border-radius: 4px; padding: 10px 0px 10px 0px; box-shadow: 0px 4px rgba(231, 232, 238, 0.6); diff --git a/web/satellite/src/components/header/NewProjectArea.vue b/web/satellite/src/components/header/NewProjectArea.vue index 985534fa2..f4b3b157b 100644 --- a/web/satellite/src/components/header/NewProjectArea.vue +++ b/web/satellite/src/components/header/NewProjectArea.vue @@ -4,7 +4,7 @@Are you sure that you want to delete your project? You will lose all your buckets and files that linked to this project.
To proceed with deletion, enter full project name
+To confirm, enter the project name
{{nameError}}
diff --git a/web/satellite/src/components/project/NewProjectPopup.vue b/web/satellite/src/components/project/NewProjectPopup.vue index 605282774..ee0d6b56e 100644 --- a/web/satellite/src/components/project/NewProjectPopup.vue +++ b/web/satellite/src/components/project/NewProjectPopup.vue @@ -5,7 +5,7 @@Usage Report
+Usage