[PR #7501] [MERGED] fix: some slash menu issues #7919

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/7501
Author: @asjqkkkk
Created: 3/11/2025
Status: Merged
Merged: 3/12/2025
Merged by: @asjqkkkk

Base: mainHead: fix/slash_menu


📝 Commits (4)

  • 11634f4 fix: slash menu unexpectedly overflows the screen
  • ed62aa8 fix: the style of no result doesn’t match the design
  • 77afe20 fix: unexpected flashing effect on 2nd level menu item
  • 1512183 fix: can not back to last level through backspace

📊 Changes

5 files changed (+35 additions, -19 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/mobile/presentation/selection_menu/mobile_selection_menu.dart (+4 -5)
📝 frontend/appflowy_flutter/lib/mobile/presentation/selection_menu/mobile_selection_menu_item_widget.dart (+1 -3)
📝 frontend/appflowy_flutter/lib/mobile/presentation/selection_menu/mobile_selection_menu_widget.dart (+27 -8)
📝 frontend/appflowy_flutter/pubspec.lock (+2 -2)
📝 frontend/appflowy_flutter/pubspec.yaml (+1 -1)

📄 Description

  • slash menu unexpectedly overflows the screen
  • the style of no result doesn’t match the design
  • unexpected flashing effect on 2nd level menu item
  • can not back to last level through backspace

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/7501 **Author:** [@asjqkkkk](https://github.com/asjqkkkk) **Created:** 3/11/2025 **Status:** ✅ Merged **Merged:** 3/12/2025 **Merged by:** [@asjqkkkk](https://github.com/asjqkkkk) **Base:** `main` ← **Head:** `fix/slash_menu` --- ### 📝 Commits (4) - [`11634f4`](https://github.com/AppFlowy-IO/AppFlowy/commit/11634f47b6c6f9efc211314c3a0ba88c8a5afcf1) fix: slash menu unexpectedly overflows the screen - [`ed62aa8`](https://github.com/AppFlowy-IO/AppFlowy/commit/ed62aa85e83faa5590d3942cb32239331646eaa5) fix: the style of no result doesn’t match the design - [`77afe20`](https://github.com/AppFlowy-IO/AppFlowy/commit/77afe208bb50d3563ceb218f6283bd396512a372) fix: unexpected flashing effect on 2nd level menu item - [`1512183`](https://github.com/AppFlowy-IO/AppFlowy/commit/15121832d2d4c4ded65a72a7ec0854fb7e47f4ed) fix: can not back to last level through backspace ### 📊 Changes **5 files changed** (+35 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/mobile/presentation/selection_menu/mobile_selection_menu.dart` (+4 -5) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/selection_menu/mobile_selection_menu_item_widget.dart` (+1 -3) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/selection_menu/mobile_selection_menu_widget.dart` (+27 -8) 📝 `frontend/appflowy_flutter/pubspec.lock` (+2 -2) 📝 `frontend/appflowy_flutter/pubspec.yaml` (+1 -1) </details> ### 📄 Description - slash menu unexpectedly overflows the screen - the style of no result doesn’t match the design - unexpected flashing effect on 2nd level menu item - can not back to last level through backspace ### 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 - [ ] 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. - [ ] 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:46 +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#7919
No description provided.