- {activeTab === "general" && (
-
-
-
- )}
-
- {activeTab === "brand" && (
-
- {currentUser.role === "platform_admin" && brands.length > 0 && (
-
-
-
-
- {Icons.brand("w-4 h-4 text-white")}
-
-
-
Select Brand
-
Choose a brand to view and edit its settings
-
-
-
-
- {
- window.location.href = `/admin/settings?brand=${id}#brand`;
- }}
- />
-
-
- )}
-
- {/* Selected Brand Settings */}
-
-
-
-
- {Icons.brand("w-4 h-4 text-white")}
-
-
-
Brand Settings
-
Company information, logos, and default signatures
-
-
-
-
-
-
-
-
- {/* Payment Settings */}
-
-
-
-
-
-
Payment Settings
-
Configure your payment provider for checkout processing
-
-
-
-
-
-
- )}
-
- {activeTab === "workers" && (
-
-
-
-
- {Icons.users("w-4 h-4 text-white")}
-
-
-
Workers & PINs
-
Manage time tracking workers and PIN codes
-
-
-
-
-
-
-
- )}
-
- {activeTab === "tasks" && (
-
-
-
-
- {Icons.list("w-4 h-4 text-white")}
-
-
-
Tasks
-
Define tasks workers can clock into
-
-
-
-
-
-
-
- )}
-
- {activeTab === "users" && (
-
-
-
-
- {Icons["user-check"]("w-4 h-4 text-[var(--admin-bg)]")}
-
-
-
Users & Permissions
-
Manage team access and roles
-
-
-
-
-
-
-
- )}
-
-
-
-
-
-
-
Advanced Settings
-
AI, integrations, Square sync, shipping, and webhooks
-
-
-
window.location.href = "/admin/advanced"}
- >
- Open Advanced →
-
-
-
+ {renderContent()}
);