[PR #6469] [MERGED] feat: add more bottom padding in workspace menu #7404

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/6469
Author: @LucasXu0
Created: 10/4/2024
Status: Merged
Merged: 10/4/2024
Merged by: @LucasXu0

Base: mainHead: workspace_menu_bottom_padding


📝 Commits (6)

  • a0bbd2f chore: add more bottom padding in create workspace menu on mobile
  • 5cffa99 feat: add more bottom padding in workspace menu
  • 88bd0af feat: enable scrollable in workspace menu on desktop
  • 3e6d522 feat: enable to customize filiter rules
  • ef822c8 fix: workspace menu icon dark mode issue
  • a5398b6 Revert "feat: enable to customize filiter rules"

📊 Changes

6 files changed (+42 additions, -12 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/mobile/presentation/bottom_sheet/show_mobile_bottom_sheet.dart (+15 -0)
📝 frontend/appflowy_flutter/lib/mobile/presentation/home/mobile_home_page_header.dart (+2 -0)
📝 frontend/appflowy_flutter/lib/mobile/presentation/home/workspaces/workspace_menu_bottom_sheet.dart (+0 -1)
📝 frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/workspace/_sidebar_workspace_menu.dart (+18 -8)
📝 frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/workspace/sidebar_workspace.dart (+6 -1)
📝 frontend/appflowy_flutter/packages/appflowy_popover/lib/src/popover.dart (+1 -2)

📄 Description

Feature Preview

https://github.com/user-attachments/assets/bc49643f-4427-4a92-a960-23ff608e1661

dark mode

Screenshot 2024-10-04 at 14 01 55

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/6469 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 10/4/2024 **Status:** ✅ Merged **Merged:** 10/4/2024 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `workspace_menu_bottom_padding` --- ### 📝 Commits (6) - [`a0bbd2f`](https://github.com/AppFlowy-IO/AppFlowy/commit/a0bbd2f28f83760cb097fbaf17c8878471aeae2d) chore: add more bottom padding in create workspace menu on mobile - [`5cffa99`](https://github.com/AppFlowy-IO/AppFlowy/commit/5cffa991c02ab3889b56d6ec53a694248b8a7e4f) feat: add more bottom padding in workspace menu - [`88bd0af`](https://github.com/AppFlowy-IO/AppFlowy/commit/88bd0af01454e0233ff343d264ca79a383480595) feat: enable scrollable in workspace menu on desktop - [`3e6d522`](https://github.com/AppFlowy-IO/AppFlowy/commit/3e6d522112be74ded5f692b490f8c84bdb5afbee) feat: enable to customize filiter rules - [`ef822c8`](https://github.com/AppFlowy-IO/AppFlowy/commit/ef822c85b625e65dd669d00bdc1c027269cc0c07) fix: workspace menu icon dark mode issue - [`a5398b6`](https://github.com/AppFlowy-IO/AppFlowy/commit/a5398b612d4194267edda3641e25dde4e9484479) Revert "feat: enable to customize filiter rules" ### 📊 Changes **6 files changed** (+42 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/mobile/presentation/bottom_sheet/show_mobile_bottom_sheet.dart` (+15 -0) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/home/mobile_home_page_header.dart` (+2 -0) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/home/workspaces/workspace_menu_bottom_sheet.dart` (+0 -1) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/workspace/_sidebar_workspace_menu.dart` (+18 -8) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/workspace/sidebar_workspace.dart` (+6 -1) 📝 `frontend/appflowy_flutter/packages/appflowy_popover/lib/src/popover.dart` (+1 -2) </details> ### 📄 Description <!--- Thank you for submitting a pull request to AppFlowy. The team will dedicate their best efforts to reviewing and approving your pull request. If you have any questions about the project or feedback for us, please join our [Discord](https://discord.gg/wdjWUXXhtw). --> <!--- If your pull request adds a new feature, please drag and drop a video into this section to showcase what you've done! If not, you may delete this section. --> ### Feature Preview https://github.com/user-attachments/assets/bc49643f-4427-4a92-a960-23ff608e1661 # dark mode <img width="542" alt="Screenshot 2024-10-04 at 14 01 55" src="https://github.com/user-attachments/assets/8696d556-fb31-489e-8ed9-8916e39ad59c"> <!--- 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. - [x] 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:19:27 +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#7404
No description provided.