[PR #2161] [CLOSED] feat: added auto hide sidebar when resizing the app window in a desktop #5130

Closed
opened 2026-03-23 22:17:22 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/2161
Author: @onyicodes
Created: 3/31/2023
Status: Closed

Base: mainHead: auto-hide-sidebar-on-window-resize


📝 Commits (1)

  • 5233c4b feat: added auto hide sidebar when resizing the app window in a desktop

📊 Changes

3 files changed (+49 additions, -13 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/workspace/application/home/home_setting_bloc.dart (+20 -0)
📝 frontend/appflowy_flutter/lib/workspace/presentation/home/home_layout.dart (+24 -8)
📝 frontend/appflowy_flutter/lib/workspace/presentation/home/navigation.dart (+5 -5)

📄 Description

This is useful for users resizing their appflowy window to a smaller screen while in use.
It takes care of [FR] #1674

Attached is a short clip showing the feature in play

https://user-images.githubusercontent.com/25469676/229218687-1b98183b-7bd3-4715-9aa3-c3e2421499b6.mp4


🔄 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/AppFlowy-IO/AppFlowy/pull/2161 **Author:** [@onyicodes](https://github.com/onyicodes) **Created:** 3/31/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `auto-hide-sidebar-on-window-resize` --- ### 📝 Commits (1) - [`5233c4b`](https://github.com/AppFlowy-IO/AppFlowy/commit/5233c4b0630478b50ebd6528aead67955eb160ab) feat: added auto hide sidebar when resizing the app window in a desktop ### 📊 Changes **3 files changed** (+49 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/workspace/application/home/home_setting_bloc.dart` (+20 -0) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/home/home_layout.dart` (+24 -8) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/home/navigation.dart` (+5 -5) </details> ### 📄 Description This is useful for users resizing their appflowy window to a smaller screen while in use. It takes care of [FR] #1674 Attached is a short clip showing the feature in play https://user-images.githubusercontent.com/25469676/229218687-1b98183b-7bd3-4715-9aa3-c3e2421499b6.mp4 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:17:22 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#5130
No description provided.