[PR #1745] [MERGED] Hide mobile nav tabs on scroll #10988

Closed
opened 2026-04-10 20:49:07 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1745
Author: @joel-jeremy
Created: 9/28/2023
Status: Merged
Merged: 10/23/2023
Merged by: @joel-jeremy

Base: masterHead: hide-on-scroll


📝 Commits (9)

  • f97fc6d Hide mobile nav tabs on scroll
  • 4860dfc Release notes
  • 251c87a Reduced navbar bottom padding
  • 75c03f6 Make hide transition a bit faster
  • d3f1795 Update scroll defaults
  • 4d624fe VRT snapshots
  • a9bf7f4 Fix: safari scroll bounce effect disrupting the show/hide of bottom nav
  • 2bf1cdd Update release notes
  • f921803 No tap highlight on MobileNavTabs

📊 Changes

9 files changed (+155 additions, -51 deletions)

View changed files

📝 packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-checks-that-settings-page-can-be-opened-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-checks-that-settings-page-can-be-opened-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-loads-the-budget-page-with-budgeted-amounts-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-opens-the-accounts-page-and-asserts-on-balances-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/src/components/FinancesApp.tsx (+7 -50)
packages/desktop-client/src/components/ScrollProvider.tsx (+54 -0)
packages/desktop-client/src/components/mobile/MobileNavTabs.tsx (+82 -0)
📝 packages/desktop-client/src/style/styles.ts (+6 -1)
upcoming-release-notes/1745.md (+6 -0)

📄 Description


🔄 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/1745 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 9/28/2023 **Status:** ✅ Merged **Merged:** 10/23/2023 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `hide-on-scroll` --- ### 📝 Commits (9) - [`f97fc6d`](https://github.com/actualbudget/actual/commit/f97fc6d9074324ff2b0ce5352da090839443473a) Hide mobile nav tabs on scroll - [`4860dfc`](https://github.com/actualbudget/actual/commit/4860dfcdbe380db3b9e4e0a7568855f86fa34f6a) Release notes - [`251c87a`](https://github.com/actualbudget/actual/commit/251c87a3fd7f9ff5d1960101a69a40470deaa93e) Reduced navbar bottom padding - [`75c03f6`](https://github.com/actualbudget/actual/commit/75c03f6fb1152bc1ecd31304b7a2ab50a0b36f69) Make hide transition a bit faster - [`d3f1795`](https://github.com/actualbudget/actual/commit/d3f17956e61aa5cddc7dc47a0d128b1a2056a275) Update scroll defaults - [`4d624fe`](https://github.com/actualbudget/actual/commit/4d624fe877ba50ef0ddbc2a24c7e518da68db949) VRT snapshots - [`a9bf7f4`](https://github.com/actualbudget/actual/commit/a9bf7f44a6968534ce4557c625e9fd5631888174) Fix: safari scroll bounce effect disrupting the show/hide of bottom nav - [`2bf1cdd`](https://github.com/actualbudget/actual/commit/2bf1cdda789c9ae3fabd2c35d4032a1e7c1660e1) Update release notes - [`f921803`](https://github.com/actualbudget/actual/commit/f921803150ce15a3f8ba794b7b7632ab1501ed89) No tap highlight on MobileNavTabs ### 📊 Changes **9 files changed** (+155 additions, -51 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-checks-that-settings-page-can-be-opened-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-checks-that-settings-page-can-be-opened-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-loads-the-budget-page-with-budgeted-amounts-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-opens-the-accounts-page-and-asserts-on-balances-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/src/components/FinancesApp.tsx` (+7 -50) ➕ `packages/desktop-client/src/components/ScrollProvider.tsx` (+54 -0) ➕ `packages/desktop-client/src/components/mobile/MobileNavTabs.tsx` (+82 -0) 📝 `packages/desktop-client/src/style/styles.ts` (+6 -1) ➕ `upcoming-release-notes/1745.md` (+6 -0) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes --> --- <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-10 20:49:07 -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#10988