[PR #3659] [MERGED] feat: 1674 Auto-hide sidebar when re-sizing the window #5813

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/3659
Author: @Shreesh09
Created: 10/10/2023
Status: Merged
Merged: 10/10/2023
Merged by: @Xazin

Base: mainHead: auto-hide-sidebar


📝 Commits (3)

  • ef53f44 feat: 1674 Auto-hide sidebar when re-sizing the window
  • 0bcdc0f chore: removed unnecessary print statements
  • 42d3afb chore: updated to a more approprite name for 'screenSmall' event

📊 Changes

2 files changed (+34 additions, -1 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/workspace/application/home/home_setting_bloc.dart (+29 -1)
📝 frontend/appflowy_flutter/lib/workspace/presentation/home/home_layout.dart (+5 -0)

📄 Description

[FR] #1674

https://github.com/AppFlowy-IO/AppFlowy/assets/114166000/88dab107-c489-4786-bdff-7e93f34eb81d

Feature Preview

Sidebar will automatically collapse if the window size is small and will reappear when the window is large enough


PR Checklist

  • My code adheres to AppFlowy's Conventions
  • I've listed at least one issue that this PR fixes in the description above.
  • I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes.
  • All existing tests are passing.

🔄 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/3659 **Author:** [@Shreesh09](https://github.com/Shreesh09) **Created:** 10/10/2023 **Status:** ✅ Merged **Merged:** 10/10/2023 **Merged by:** [@Xazin](https://github.com/Xazin) **Base:** `main` ← **Head:** `auto-hide-sidebar` --- ### 📝 Commits (3) - [`ef53f44`](https://github.com/AppFlowy-IO/AppFlowy/commit/ef53f44c020891034bea9ed9adc978519363b1f6) feat: 1674 Auto-hide sidebar when re-sizing the window - [`0bcdc0f`](https://github.com/AppFlowy-IO/AppFlowy/commit/0bcdc0fff2af8a5f16643f7289112b1da15ada69) chore: removed unnecessary print statements - [`42d3afb`](https://github.com/AppFlowy-IO/AppFlowy/commit/42d3afb204aa6cde971788b926afca0bea07da46) chore: updated to a more approprite name for 'screenSmall' event ### 📊 Changes **2 files changed** (+34 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/workspace/application/home/home_setting_bloc.dart` (+29 -1) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/home/home_layout.dart` (+5 -0) </details> ### 📄 Description [FR] #1674 https://github.com/AppFlowy-IO/AppFlowy/assets/114166000/88dab107-c489-4786-bdff-7e93f34eb81d ### Feature Preview Sidebar will automatically collapse if the window size is small and will reappear when the window is large enough <!--- List at least one issue here that this PR addresses. If it fixes the issue, please use the [fixes](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests) keyword to close the issue. For example: fixes https://github.com/AppFlowy-IO/AppFlowy/pull/2106 --> --- <!--- Before you mark this PR ready for review, run through this checklist! --> #### PR Checklist - [x] My code adheres to [AppFlowy's Conventions](https://docs.appflowy.io/docs/documentation/software-contributions/conventions) - [x] I've listed at least one issue that this PR fixes in the description above. - [ ] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. - [x] All existing tests are passing. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:20:25 +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#5813
No description provided.