feat(ui): promote Excel export to a top-level destination

- Add an /export hub page that hosts the existing (date-range, not event-specific)
  ExportDialog, so export is no longer reachable only by opening an event detail.
- Add an Export entry under the System nav section.
This commit is contained in:
2026-05-28 22:46:38 +03:00
parent 0e3c4b8d47
commit 4dae9e8d0d
2 changed files with 62 additions and 0 deletions
+4
View File
@@ -53,6 +53,10 @@
</NavLink>
<div class="m-nav__group" style="margin-top: var(--m-space-5);">@L["Nav.Section.System"]</div>
<NavLink class="m-nav__link" href="export">
<MudIcon Icon="@Icons.Material.Outlined.FileDownload" Size="Size.Small" />
<span>@L["Nav.Export"]</span>
</NavLink>
<NavLink class="m-nav__link" href="settings">
<MudIcon Icon="@Icons.Material.Outlined.Tune" Size="Size.Small" />
<span>@L["Nav.Settings"]</span>