[PR #5927] [CLOSED] Always show mobile navbar and collapse on scroll #24825

Closed
opened 2026-04-16 18:15:10 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5927
Author: @Hackmodford
Created: 10/14/2025
Status: Closed

Base: masterHead: navbar


📝 Commits (3)

📊 Changes

4 files changed (+47 additions, -50 deletions)

View changed files

📝 packages/desktop-client/src/components/FinancesApp.tsx (+2 -0)
📝 packages/desktop-client/src/components/ScrollProvider.tsx (+36 -31)
📝 packages/desktop-client/src/components/mobile/MobileNavTabs.tsx (+3 -19)
upcoming-release-notes/5927.md (+6 -0)

📄 Description

I tweaked the mobile navbar to:

  • Always remain visible
  • Collapse immediatley on scroll

I found myself trying to swipe up on the "handle" only to accidentally bring up my phone's task switcher. Hiding tab bars isn't really a typical pattern on mobile, so I believe it would be better to remove this.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/5927 **Author:** [@Hackmodford](https://github.com/Hackmodford) **Created:** 10/14/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `navbar` --- ### 📝 Commits (3) - [`33fdf6c`](https://github.com/actualbudget/actual/commit/33fdf6ce39ee259e2dfaf760dd3a7424c5b9883d) navbar is always visible, reduces size immediatley - [`478433e`](https://github.com/actualbudget/actual/commit/478433e345ffc11d79ca3110e2213353a7342e8e) add notes - [`0e27078`](https://github.com/actualbudget/actual/commit/0e270788cd5f4d5e4f0dcb8738a6ba6a0662a9f3) fix formatting ### 📊 Changes **4 files changed** (+47 additions, -50 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/FinancesApp.tsx` (+2 -0) 📝 `packages/desktop-client/src/components/ScrollProvider.tsx` (+36 -31) 📝 `packages/desktop-client/src/components/mobile/MobileNavTabs.tsx` (+3 -19) ➕ `upcoming-release-notes/5927.md` (+6 -0) </details> ### 📄 Description I tweaked the mobile navbar to: * Always remain visible * Collapse immediatley on scroll I found myself trying to swipe up on the "handle" only to accidentally bring up my phone's task switcher. Hiding tab bars isn't really a typical pattern on mobile, so I believe it would be better to remove this. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-16 18:15:10 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#24825