Refactor Services page UI, disable full test coverage, and add WIP badges

This commit is contained in:
poduck
2025-12-10 23:11:41 -05:00
parent 4afcaa2b0d
commit 384fe0fd86
15 changed files with 2123 additions and 1582 deletions

View File

@@ -26,6 +26,7 @@ import {
SettingsSidebarSection,
SettingsSidebarItem,
} from '../components/navigation/SidebarComponents';
import UnfinishedBadge from '../components/ui/UnfinishedBadge';
import { Business, User, PlanPermissions } from '../types';
import { usePlanFeatures, FeatureKey } from '../hooks/usePlanFeatures';
@@ -100,6 +101,7 @@ const SettingsLayout: React.FC = () => {
icon={Layers}
label={t('settings.resourceTypes.title', 'Resource Types')}
description={t('settings.resourceTypes.description', 'Staff, rooms, equipment')}
badgeElement={<UnfinishedBadge />}
/>
<SettingsSidebarItem
to="/settings/booking"