SaaS platform UX polish: layout, navigation, error handling #39

Merged
hsiegeln merged 10 commits from feature/saas-ux-polish into main 2026-04-09 19:56:24 +02:00
Showing only changes of commit 5c4a84e64c - Show all commits

View File

@@ -128,8 +128,8 @@ export function LicensePage() {
>
<span className="text-sm text-white">{label}</span>
<Badge
label={enabled ? 'Enabled' : 'Disabled'}
color={enabled ? 'success' : 'error'}
label={enabled ? 'Enabled' : 'Not included'}
color={enabled ? 'success' : 'auto'}
/>
</div>
);