From a52bab4c16938363005329a6f1eac1cc6ffb7caa Mon Sep 17 00:00:00 2001 From: Jannis Braun <151788261+TheZwiss@users.noreply.github.com> Date: Wed, 29 Apr 2026 02:47:44 +0200 Subject: [PATCH] =?UTF-8?q?refactor(web):=20CreateInviteModal=20=E2=80=94?= =?UTF-8?q?=20icon-badge=20header=20+=20uppercase=20section=20labels=20+?= =?UTF-8?q?=20dominant=20submit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../RegistrationPanel.tsx | 59 ++++++++++++------- 1 file changed, 38 insertions(+), 21 deletions(-) diff --git a/packages/web/src/components/modals/instanceSettingsPanels/RegistrationPanel.tsx b/packages/web/src/components/modals/instanceSettingsPanels/RegistrationPanel.tsx index f487d95d..9b5358e0 100644 --- a/packages/web/src/components/modals/instanceSettingsPanels/RegistrationPanel.tsx +++ b/packages/web/src/components/modals/instanceSettingsPanels/RegistrationPanel.tsx @@ -468,18 +468,32 @@ function CreateInviteModal({ onClose, onCreated }: CreateInviteModalProps) { className="relative w-full max-w-md mx-4 glass-modal rounded-lg animate-slide-up overflow-hidden" onClick={(e) => e.stopPropagation()} > + {/* Header */} +
+ Generate a shareable link that lets people register on this instance. You'll set how many times it can be used and when it expires. +
+