Browse Source

Merge pull request #33311 from overleaf/kc-remove-domain-verification-ui

[web] remove domain verification UI

GitOrigin-RevId: 71e4869180cd6573870d4ba48b7a66bade99eab3
Kate Crichton 2 tháng trước cách đây
mục cha
commit
01624f1387

+ 5 - 0
services/web/frontend/extracted-translations.json

@@ -1591,6 +1591,11 @@
   "remote_service_error": "",
   "remove": "",
   "remove_access": "",
+  "remove_domain": "",
+  "remove_domain_success": "",
+  "remove_domain_verification": "",
+  "remove_domain_verification_explanation": "",
+  "remove_domain_verification_type_to_confirm": "",
   "remove_from_group": "",
   "remove_link": "",
   "remove_manager": "",

+ 9 - 1
services/web/frontend/stylesheets/pages/group-settings.scss

@@ -355,7 +355,7 @@ h4.group-settings-title {
   }
 
   .domain-verification-status-table-cell {
-    text-wrap: nowrap;
+    white-space: nowrap;
   }
 
   .domain-verification-failure-reason {
@@ -365,6 +365,10 @@ h4.group-settings-title {
   .domain-verification-token-container {
     margin-bottom: var(--spacing-03);
   }
+
+  td .material-symbols {
+    vertical-align: middle;
+  }
 }
 
 .domain-verification-token-container {
@@ -375,3 +379,7 @@ h4.group-settings-title {
   display: flex;
   justify-content: space-between;
 }
+
+.remove-domain-confirm-name {
+  color: var(--content-danger);
+}

+ 5 - 0
services/web/locales/en.json

@@ -2095,6 +2095,11 @@
   "remote_service_error": "The remote service produced an error",
   "remove": "Remove",
   "remove_access": "Remove access",
+  "remove_domain": "Remove domain",
+  "remove_domain_success": "Domain removed.",
+  "remove_domain_verification": "Remove __domain__?",
+  "remove_domain_verification_explanation": "Removing this domain means users with an email address at this domain will no longer be prompted to join your group. To re-enable it, you’ll need to verify the domain again and contact our support team.",
+  "remove_domain_verification_type_to_confirm": "Type <bold>__domain__</bold> to confirm",
   "remove_from_group": "Remove from group",
   "remove_link": "Remove link",
   "remove_manager": "Remove manager",