You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hub operators have no UI to configure operational settings — business hours, booking rules, tax rates, and branding are all hardcoded or environment-variable-only. The hub settings page gives operators full control without touching config files.
Overview
Hub operators have no UI to configure operational settings — business hours, booking rules, tax rates, and branding are all hardcoded or environment-variable-only. The hub settings page gives operators full control without touching config files.
Context
frontend/app/admin/members/page.tsxGET /hub-settingsandPATCH /hub-settingsTasks
/admin/settingspage with tabbed sections:7.5), currency display (read-only,NGN)PATCH /hub-settingswith only that section's fieldsuseGetHubSettingsanduseUpdateHubSettingsReact Query hooksFiles to Modify / Create
frontend/app/admin/settings/page.tsxfrontend/lib/react-query/hooks/admin/settings/useGetHubSettings.tsfrontend/lib/react-query/hooks/admin/settings/useUpdateHubSettings.ts