feat: add moduleType to configurations, introduce DetailPageProvider, and consolidate macOS detection into module provider context

This commit is contained in:
Firman Ramdhani
2026-07-13 15:39:10 +07:00
parent 0bbd376125
commit 383e2627e0
7 changed files with 41 additions and 41 deletions
@@ -19,4 +19,7 @@ export const FullPageModuleConfig: ModuleConfigEntity = {
/** Architectural category of the module, used for rendering and routing logic */
moduleCategory: 'FULL_PAGE',
/** */
moduleType: 'MASTER_DATA',
} as const;
@@ -19,4 +19,7 @@ export const SinglePageModuleConfig: ModuleConfigEntity = {
/** Architectural category of the module, used for rendering and routing logic */
moduleCategory: 'SINGLE_PAGE',
/** */
moduleType: 'MASTER_DATA',
} as const;