mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 17:47:26 -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;
|
||||
}
|
||||
|
||||
6
upcoming-release-notes/6803.md
Normal file
6
upcoming-release-notes/6803.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfixes
|
||||
authors: [MatissJanis]
|
||||
---
|
||||
|
||||
Mobile: show bottom nav bar in the reports page
|
||||
Reference in New Issue
Block a user