[PR #1449] [MERGED] Add new page icon and refactor #4743

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1449
Author: @richardshiue
Created: 11/13/2022
Status: Merged
Merged: 11/15/2022
Merged by: @appflowy

Base: mainHead: add-new-page-icon-and-refactor


📝 Commits (5)

  • e2af6a6 refactor: port to popover action list for add new page
  • b13d51f feat: add icons to menu items for add new page
  • 64a751e chore: change translation for Doc to Document
  • 7be9bf7 chore: Merge branch 'main' into add-new-page-icon-and-refactor
  • 7e3c2fe chore: Merge branch 'main' into add-new-page-icon-and-refactor

📊 Changes

11 files changed (+59 additions, -86 deletions)

View changed files

📝 frontend/app_flowy/assets/translations/en.json (+2 -2)
📝 frontend/app_flowy/assets/translations/fr-FR.json (+2 -2)
📝 frontend/app_flowy/assets/translations/id-ID.json (+1 -1)
📝 frontend/app_flowy/assets/translations/pt-BR.json (+3 -3)
📝 frontend/app_flowy/lib/plugins/blank/blank.dart (+3 -0)
📝 frontend/app_flowy/lib/plugins/board/board.dart (+3 -0)
📝 frontend/app_flowy/lib/plugins/document/document.dart (+3 -0)
📝 frontend/app_flowy/lib/plugins/grid/grid.dart (+3 -0)
📝 frontend/app_flowy/lib/plugins/trash/trash.dart (+3 -0)
📝 frontend/app_flowy/lib/startup/plugin/plugin.dart (+2 -0)
📝 frontend/app_flowy/lib/workspace/presentation/home/menu/app/header/add_button.dart (+34 -78)

📄 Description

  • Add icons to menu items
    image
  • Also port to PopoverActionList

resolves #406


🔄 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/1449 **Author:** [@richardshiue](https://github.com/richardshiue) **Created:** 11/13/2022 **Status:** ✅ Merged **Merged:** 11/15/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `add-new-page-icon-and-refactor` --- ### 📝 Commits (5) - [`e2af6a6`](https://github.com/AppFlowy-IO/AppFlowy/commit/e2af6a66170d870549aea6f8aa29361e902c038a) refactor: port to popover action list for add new page - [`b13d51f`](https://github.com/AppFlowy-IO/AppFlowy/commit/b13d51f05fbf8997f5835850572bafd6dae1a471) feat: add icons to menu items for add new page - [`64a751e`](https://github.com/AppFlowy-IO/AppFlowy/commit/64a751eacaabc52a1320f4e1d2f2a2e738235efa) chore: change translation for Doc to Document - [`7be9bf7`](https://github.com/AppFlowy-IO/AppFlowy/commit/7be9bf71034742c9e59876e26fb4f5e75de89730) chore: Merge branch 'main' into add-new-page-icon-and-refactor - [`7e3c2fe`](https://github.com/AppFlowy-IO/AppFlowy/commit/7e3c2feb70f673f27e252cd5ef8ccd46c463be8e) chore: Merge branch 'main' into add-new-page-icon-and-refactor ### 📊 Changes **11 files changed** (+59 additions, -86 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/assets/translations/en.json` (+2 -2) 📝 `frontend/app_flowy/assets/translations/fr-FR.json` (+2 -2) 📝 `frontend/app_flowy/assets/translations/id-ID.json` (+1 -1) 📝 `frontend/app_flowy/assets/translations/pt-BR.json` (+3 -3) 📝 `frontend/app_flowy/lib/plugins/blank/blank.dart` (+3 -0) 📝 `frontend/app_flowy/lib/plugins/board/board.dart` (+3 -0) 📝 `frontend/app_flowy/lib/plugins/document/document.dart` (+3 -0) 📝 `frontend/app_flowy/lib/plugins/grid/grid.dart` (+3 -0) 📝 `frontend/app_flowy/lib/plugins/trash/trash.dart` (+3 -0) 📝 `frontend/app_flowy/lib/startup/plugin/plugin.dart` (+2 -0) 📝 `frontend/app_flowy/lib/workspace/presentation/home/menu/app/header/add_button.dart` (+34 -78) </details> ### 📄 Description - Add icons to menu items ![image](https://user-images.githubusercontent.com/71320345/201533763-24b21d42-e706-4606-8cbe-8335926c9270.png) - Also port to `PopoverActionList` resolves #406 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:15:37 +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#4743
No description provided.