[PR #835] [MERGED] Force the sidebar to always float when the window is narrow #3353

Closed
opened 2026-02-28 20:40:21 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/835
Author: @j-f1
Created: 3/31/2023
Status: Merged
Merged: 4/5/2023
Merged by: @j-f1

Base: masterHead: jed/sidebar


📝 Commits (4)

  • 4fa83b1 Force the sidebar to always float when the window is narrow
  • d875b5d release note
  • 191cc69 Toggle the sidebar when clicking the button instead of showing it
  • 22d29da Merge branch 'master' into jed/sidebar

📊 Changes

6 files changed (+53 additions, -18 deletions)

View changed files

📝 packages/desktop-client/src/components/FloatableSidebar.js (+17 -10)
📝 packages/desktop-client/src/components/Titlebar.js (+13 -5)
📝 packages/desktop-client/src/components/sidebar.js (+9 -2)
📝 packages/desktop-client/src/style.js (+1 -1)
📝 packages/desktop-client/src/tokens.js (+7 -0)
upcoming-release-notes/835.md (+6 -0)

📄 Description

This improves usability of narrow screen widths, and also prepares for further optimizations that would allow us to use the sidebar largely as-is on mobile, instead of having to have a tab bar.


🔄 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/835 **Author:** [@j-f1](https://github.com/j-f1) **Created:** 3/31/2023 **Status:** ✅ Merged **Merged:** 4/5/2023 **Merged by:** [@j-f1](https://github.com/j-f1) **Base:** `master` ← **Head:** `jed/sidebar` --- ### 📝 Commits (4) - [`4fa83b1`](https://github.com/actualbudget/actual/commit/4fa83b161d0dd46b78fa0c44b2a8e7efc9b699a5) Force the sidebar to always float when the window is narrow - [`d875b5d`](https://github.com/actualbudget/actual/commit/d875b5d52cc69b7a76baba8414f7dcdbda8508a9) release note - [`191cc69`](https://github.com/actualbudget/actual/commit/191cc69759fc394ca90cc731af6af9487c7bdeb7) Toggle the sidebar when clicking the button instead of showing it - [`22d29da`](https://github.com/actualbudget/actual/commit/22d29dad295bd33fed49bbb6c5e6670e66f2e890) Merge branch 'master' into jed/sidebar ### 📊 Changes **6 files changed** (+53 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/FloatableSidebar.js` (+17 -10) 📝 `packages/desktop-client/src/components/Titlebar.js` (+13 -5) 📝 `packages/desktop-client/src/components/sidebar.js` (+9 -2) 📝 `packages/desktop-client/src/style.js` (+1 -1) 📝 `packages/desktop-client/src/tokens.js` (+7 -0) ➕ `upcoming-release-notes/835.md` (+6 -0) </details> ### 📄 Description This improves usability of narrow screen widths, and also prepares for further optimizations that would allow us to use the sidebar largely as-is on mobile, instead of having to have a tab bar. --- <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-02-28 20:40:21 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#3353