v0.91.1
Fixed
- The side tab shows the board again, not your dashboard. The panel used to load the raw
dashboard_routepath (/dashboardby default) — the very path Breeze and Jetstream give their own
dashboard. In a host application that owns it, the package route never wins and the tab framed the
host's page. The URL is now built from the package's own board route (griglia.home, falling back to
griglia.dashboardwhen the home route is off), which no host path can shadow, and it is exposed as
Alle80\Griglia\Support\Board::url().
Changed
dashboard_routeno longer governs the side tab: setting it tonulldrops the legacy redirect only,
and the tab keeps pointing at the board.show_dashboard_tabin/settingsremains its off switch;
with no board route at all there is nothing to frame and the tab is not rendered.
Full changelog: v0.91.0...v0.91.1