- Add sidebar dashboard navigation and support multiple dashboards - Extract catalog grid/form logic to reusable CatalogsGrid component - Add CatalogApiClient and DTOs for catalog CRUD operations - Define dashboards with JSON data sources (Default, CatalogsGrid) - Update configuration for dashboard and API endpoints - Improve styling and imports for modularity and maintainability
8 lines
88 B
Plaintext
8 lines
88 B
Plaintext
@page "/catalogs"
|
|
|
|
<PageTitle>Catalogs</PageTitle>
|
|
|
|
<h1>Catalogs</h1>
|
|
|
|
<CatalogsGrid />
|