From 92339d03aba98e08646a504bd461627cedfd0fb2 Mon Sep 17 00:00:00 2001 From: Matthew Birtch Date: Tue, 13 Jan 2026 15:34:20 -0500 Subject: [PATCH] [MM-67044] Update connected workspaces empty state illustrations (#34820) * update illustration and spacing * updated illustrations * Update controls.tsx --- .../secure_connections/building.svg.tsx | 602 +++++++++++------- .../secure_connections/chat.svg.tsx | 172 ++++- .../secure_connections/controls.tsx | 13 +- 3 files changed, 509 insertions(+), 278 deletions(-) diff --git a/webapp/channels/src/components/admin_console/secure_connections/building.svg.tsx b/webapp/channels/src/components/admin_console/secure_connections/building.svg.tsx index 4512f28717c..ba3b26b6b2b 100644 --- a/webapp/channels/src/components/admin_console/secure_connections/building.svg.tsx +++ b/webapp/channels/src/components/admin_console/secure_connections/building.svg.tsx @@ -6,285 +6,411 @@ import React from 'react'; function BuildingSvg() { return ( - + + + + + + + + + + + + + + - - - + + - - - - - - - - - - - - - - - - - + + - - + + + + + + + + + + + + + + + + + + - ); } diff --git a/webapp/channels/src/components/admin_console/secure_connections/chat.svg.tsx b/webapp/channels/src/components/admin_console/secure_connections/chat.svg.tsx index f8a46aeded2..bcc74c62b9a 100644 --- a/webapp/channels/src/components/admin_console/secure_connections/chat.svg.tsx +++ b/webapp/channels/src/components/admin_console/secure_connections/chat.svg.tsx @@ -6,44 +6,146 @@ import React from 'react'; function ChatSvg() { return ( - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + ); } diff --git a/webapp/channels/src/components/admin_console/secure_connections/controls.tsx b/webapp/channels/src/components/admin_console/secure_connections/controls.tsx index 693308db710..26cd67fc469 100644 --- a/webapp/channels/src/components/admin_console/secure_connections/controls.tsx +++ b/webapp/channels/src/components/admin_console/secure_connections/controls.tsx @@ -63,9 +63,11 @@ export const AdminSection = styled.section.attrs({className: 'AdminPanel'})` export const PlaceholderHeading = styled.h4` && { font-size: 20px; + font-family: 'Metropolis', sans-serif; font-weight: 600; line-height: 28px; margin-bottom: 4px; + margin-top: 0; } `; @@ -88,14 +90,15 @@ export const PlaceholderContainer = styled.div` display: flex; place-items: center; flex-direction: column; - gap: 5px; - - svg { - margin: 30px 30px 20px; - } + gap: 24px; hgroup { text-align: center; + + p { + color: rgba(var(--center-channel-color-rgb), 0.75); + margin-bottom: 0; + } } `;