Bug
Every page rendered by the framework has the document title "SimpleModule" regardless of the current route or module. Users with multiple tabs open or using screen readers cannot distinguish between pages.
Expected
Each page should have a descriptive title, ideally <PageName> — <AppName> (e.g. "Dashboard — SimpleModule", "Browse Catalog — SimpleModule"). Modules should be able to set page titles via the Inertia Head component or a title prop.
Environment
- Framework version: 0.0.13
- Package:
simple_module_hosting (Inertia Head / layout)
Found during QA testing of smpy_gis.
Bug
Every page rendered by the framework has the document title "SimpleModule" regardless of the current route or module. Users with multiple tabs open or using screen readers cannot distinguish between pages.
Expected
Each page should have a descriptive title, ideally
<PageName> — <AppName>(e.g. "Dashboard — SimpleModule", "Browse Catalog — SimpleModule"). Modules should be able to set page titles via the Inertia Head component or a title prop.Environment
simple_module_hosting(Inertia Head / layout)Found during QA testing of smpy_gis.