added data table, formatter

revert context on __root beforeLoad
refactor project structure
refactor role badge
dynamic nav menu
This commit is contained in:
2026-01-14 09:35:46 +07:00
parent a44fa70500
commit edb4ebe11c
45 changed files with 1519 additions and 149 deletions

View File

@@ -3,7 +3,7 @@ import { setupRouterSsrQueryIntegration } from '@tanstack/react-router-ssr-query
import * as TanstackQuery from './integrations/tanstack-query/root-provider'
// Import the generated route tree
import { BreadcrumbValue } from './components/sidebar/RouterBreadcrumb'
import { BreadcrumbValue } from './components/sidebar/router-breadcrumb';
import { routeTree } from './routeTree.gen'
declare module '@tanstack/react-router' {