[PR #7118] [MERGED] feat(flutter_desktop): add button to expand side peek #7740

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/7118
Author: @richardshiue
Created: 1/1/2025
Status: Merged
Merged: 1/2/2025
Merged by: @richardshiue

Base: mainHead: chore/sidebar-panel-design


📝 Commits (5)

  • ddacf22 chore: update sidebar top bar color
  • abb5ece feat(flutter_desktop): button to expand side peek
  • 260d23e Update frontend/appflowy_flutter/lib/workspace/presentation/home/home_stack.dart
  • 848fa24 chore: fix comment
  • f3c9108 Merge remote-tracking branch 'upstream/main' into chore/sidebar-panel-design

📊 Changes

4 files changed (+296 additions, -66 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/workspace/application/tabs/tabs_bloc.dart (+10 -3)
📝 frontend/appflowy_flutter/lib/workspace/presentation/home/home_stack.dart (+279 -48)
📝 frontend/appflowy_flutter/packages/flowy_infra_ui/lib/style_widget/button.dart (+2 -2)
📝 frontend/appflowy_flutter/packages/flowy_infra_ui/lib/style_widget/hover.dart (+5 -13)

📄 Description

Screenshot 2025-01-01 at 3 39 24 PM

Feature Preview


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/7118 **Author:** [@richardshiue](https://github.com/richardshiue) **Created:** 1/1/2025 **Status:** ✅ Merged **Merged:** 1/2/2025 **Merged by:** [@richardshiue](https://github.com/richardshiue) **Base:** `main` ← **Head:** `chore/sidebar-panel-design` --- ### 📝 Commits (5) - [`ddacf22`](https://github.com/AppFlowy-IO/AppFlowy/commit/ddacf223e9b7468f051e7e0bcee81719091b117a) chore: update sidebar top bar color - [`abb5ece`](https://github.com/AppFlowy-IO/AppFlowy/commit/abb5ece0c434d27c8f78353df3637f7e8db27cb2) feat(flutter_desktop): button to expand side peek - [`260d23e`](https://github.com/AppFlowy-IO/AppFlowy/commit/260d23e61e38a2e40482ec27e787c4fb589c19f3) Update frontend/appflowy_flutter/lib/workspace/presentation/home/home_stack.dart - [`848fa24`](https://github.com/AppFlowy-IO/AppFlowy/commit/848fa24ff3ca62da6de40d3964a175877960a1e0) chore: fix comment - [`f3c9108`](https://github.com/AppFlowy-IO/AppFlowy/commit/f3c910837ed110c9bcfad45df893e5ab38aef425) Merge remote-tracking branch 'upstream/main' into chore/sidebar-panel-design ### 📊 Changes **4 files changed** (+296 additions, -66 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/workspace/application/tabs/tabs_bloc.dart` (+10 -3) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/home/home_stack.dart` (+279 -48) 📝 `frontend/appflowy_flutter/packages/flowy_infra_ui/lib/style_widget/button.dart` (+2 -2) 📝 `frontend/appflowy_flutter/packages/flowy_infra_ui/lib/style_widget/hover.dart` (+5 -13) </details> ### 📄 Description ![Screenshot 2025-01-01 at 3 39 24 PM](https://github.com/user-attachments/assets/53d3919d-631d-4490-8a8f-b5262ed6dffa) ### Feature Preview <!--- 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) - [ ] 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 23:21:00 +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#7740
No description provided.