feat(frontend): update admin components

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-06-18 16:26:58 +01:00
co-authored by Sisyphus
parent 165d3d6c38
commit b23a8b89c4
16 changed files with 370 additions and 121 deletions
@@ -730,7 +730,7 @@
}
};
showCustomCreateForm = false;
newCustomService = { name: '', price: '', duration_minutes: '' };
newCustomService = { name: '', description: '', price: '', duration_minutes: '', minimum_age_required: '' };
customServiceErrors = { name: '', price: '', duration_minutes: '' };
toast.success('Custom service created and added');
} else {