The page title is always “Cockpit” or app.name
and it’s hardcoded in app.php. With multiple tabs open, I have to search the right one again and again. If it were something like CollectionName - Edit | app.name
or Accounts - Settings | app.name
, it would be much more clearly.
I digged into the code, but I didn’t find a very useful way to detect the current page. It would be possible, to split $app['route']
or the called controller into a meaningful page title, but I’m not sure, if this would catch all possible scenarios.
A builtin mechanism to detect the current page name could also be reused to create breadcrumbs automatically. Right now, they are hardcoded in the module views, too.