feat: implement category dropdown and category items page with routing and styling

This commit is contained in:
2026-07-28 12:20:53 -03:00
parent 0726b2219e
commit b96d6f23b6
26 changed files with 593 additions and 14 deletions

View File

@@ -24,7 +24,8 @@ const tenant: Tenant = {
header_bg_color: '#313131',
footer_bg_color: '#313131',
header_logo: 'https://example.com/header.png',
footer_logo: 'https://example.com/footer.png'
footer_logo: 'https://example.com/footer.png',
categories: []
};
function createTenantServiceStub(status: 'ready' | 'not-found', currentTenant: Tenant | null) {