mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-29 19:14:22 -05:00
Fix missing bottom navigation bar on mobile reports page (#6803)
* Fix missing bottom navigation bar on mobile reports page Update route pattern from /reports to /reports/* to match nested routes * Release notes * Add release notes for version 6803 * Refactor reports route to include dashboardId parameter
This commit is contained in:
committed by
GitHub
parent
690e2d0871
commit
ebf8e985ad
@@ -375,6 +375,7 @@ export function FinancesApp() {
|
||||
<Route path="/accounts" element={<MobileNavTabs />} />
|
||||
<Route path="/settings" element={<MobileNavTabs />} />
|
||||
<Route path="/reports" element={<MobileNavTabs />} />
|
||||
<Route path="/reports/:dashboardId" element={<MobileNavTabs />} />
|
||||
<Route path="/bank-sync" element={<MobileNavTabs />} />
|
||||
<Route path="/rules" element={<MobileNavTabs />} />
|
||||
<Route path="/payees" element={<MobileNavTabs />} />
|
||||
|
||||
@@ -12,7 +12,3 @@
|
||||
border-right: 2px solid var(--color-pageTextLight);
|
||||
border-bottom: 2px solid var(--color-pageTextLight);
|
||||
}
|
||||
|
||||
.react-grid-item:hover {
|
||||
z-index: 1000 !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user