diff --git a/src/app.css b/src/app.css index f19b75c..feddb18 100644 --- a/src/app.css +++ b/src/app.css @@ -173,6 +173,7 @@ body { text-decoration: none; } .btn-primary:hover { background: #0f2a4e; box-shadow: 0 4px 12px rgba(10,29,55,0.25); } +.btn-primary:disabled { opacity: 0.55; cursor: not-allowed; box-shadow: none; } /* Secondary button */ .btn-secondary { diff --git a/src/routes/admin/applications.tsx b/src/routes/admin/applications.tsx index 313fd85..af65bd9 100644 --- a/src/routes/admin/applications.tsx +++ b/src/routes/admin/applications.tsx @@ -150,7 +150,7 @@ export default function ApplicationsPage() {
Manage all company accounts on the platform.
Choose one external role dashboard to open in the builder, or create a new one.
-Use the Support Management module to handle all support tickets and help requests.
- Open Support Management + Open Support ManagementChoose one internal dashboard to open in the builder, or create a new dashboard for an internal role.
-Manage internal module definitions and activation state.
Manage onboarding flows, role assignments, and previewable step groups for external users.
- Create Onboarding Flow + Create Onboarding FlowStarter role presets for faster internal role creation and cloning.
- Create Internal Role + Create Internal Role diff --git a/src/routes/admin/support.tsx b/src/routes/admin/support.tsx index 909fb9c..51758df 100644 --- a/src/routes/admin/support.tsx +++ b/src/routes/admin/support.tsx @@ -362,7 +362,7 @@ export default function SupportPage() {Configure tax rates for platform transactions.
-Created: {(selectedUser()!.created_at || selectedUser()!.createdAt) ? new Date((selectedUser()!.created_at || selectedUser()!.createdAt)!).toLocaleString() : '—'}
Role ID: {selectedUser()!.roleId || '—'}
diff --git a/src/routes/admin/users/[id]/edit.tsx b/src/routes/admin/users/[id]/edit.tsx index 1c1bc48..5d0e033 100644 --- a/src/routes/admin/users/[id]/edit.tsx +++ b/src/routes/admin/users/[id]/edit.tsx @@ -173,7 +173,7 @@ export default function EditUserPage() {