[PR #3723] [MERGED] feat: implement personal / favorites folder on the mobile platform #5845

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/3723
Author: @LucasXu0
Created: 10/18/2023
Status: Merged
Merged: 10/23/2023
Merged by: @LucasXu0

Base: mainHead: mobile_home_page


📝 Commits (10+)

  • 3563435 feat: implement personal folder
  • cab1183 feat: set icon and name for iOS
  • 169d3b8 feat: implement delete, rename, favorite, duplicate on mobile
  • 756b3a2 feat: implement favorite page
  • 33b6223 chore: optimize the action pane logic
  • ede8ab2 chore: format code
  • 49536ea Merge branch 'main' into mobile_home_page
  • 2cec7cc fix: unable to build iOS in the release mode
  • a0e2ea9 feat: support opening the database page on mobile platform
  • 1275214 feat: add error page and support opening calendar and board

📊 Changes

93 files changed (+2624 additions, -249 deletions)

View changed files

📝 frontend/Makefile.toml (+8 -0)
📝 frontend/appflowy_flutter/ios/Runner.xcodeproj/project.pbxproj (+26 -20)
frontend/appflowy_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/100.png (+0 -0)
frontend/appflowy_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/1024.png (+0 -0)
frontend/appflowy_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/114.png (+0 -0)
frontend/appflowy_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/120.png (+0 -0)
frontend/appflowy_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/128.png (+0 -0)
frontend/appflowy_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/144.png (+0 -0)
frontend/appflowy_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/152.png (+0 -0)
frontend/appflowy_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/16.png (+0 -0)
frontend/appflowy_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/167.png (+0 -0)
frontend/appflowy_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/180.png (+0 -0)
frontend/appflowy_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/20.png (+0 -0)
frontend/appflowy_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/256.png (+0 -0)
frontend/appflowy_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/29.png (+0 -0)
frontend/appflowy_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/32.png (+0 -0)
frontend/appflowy_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/40.png (+0 -0)
frontend/appflowy_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/50.png (+0 -0)
frontend/appflowy_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/512.png (+0 -0)
frontend/appflowy_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/57.png (+0 -0)

...and 73 more files

📄 Description

Feature Preview

Screenshot 2023-10-18 at 20 27 32 Screenshot 2023-10-18 at 20 27 43 Screenshot 2023-10-18 at 20 30 40 Screenshot 2023-10-18 at 20 28 36 Screenshot 2023-10-19 at 17 26 53 Screenshot 2023-10-19 at 17 27 31

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/3723 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 10/18/2023 **Status:** ✅ Merged **Merged:** 10/23/2023 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `mobile_home_page` --- ### 📝 Commits (10+) - [`3563435`](https://github.com/AppFlowy-IO/AppFlowy/commit/3563435a7c29c3e4cccbf33082bb07a0c7a26ba6) feat: implement personal folder - [`cab1183`](https://github.com/AppFlowy-IO/AppFlowy/commit/cab11830fc252cf7efa4772fe972039a383361b4) feat: set icon and name for iOS - [`169d3b8`](https://github.com/AppFlowy-IO/AppFlowy/commit/169d3b84ed0c73a7ec0466fe334549365e1ec77d) feat: implement delete, rename, favorite, duplicate on mobile - [`756b3a2`](https://github.com/AppFlowy-IO/AppFlowy/commit/756b3a2609b4573777a5991a0dac09c289c1dff9) feat: implement favorite page - [`33b6223`](https://github.com/AppFlowy-IO/AppFlowy/commit/33b6223a1bb46cd309f25791cb92bdf6234cbae1) chore: optimize the action pane logic - [`ede8ab2`](https://github.com/AppFlowy-IO/AppFlowy/commit/ede8ab2dd6b561bc948094f087303c8f09d90e86) chore: format code - [`49536ea`](https://github.com/AppFlowy-IO/AppFlowy/commit/49536ea2c6f1237f1f5accaf04723617357fc8eb) Merge branch 'main' into mobile_home_page - [`2cec7cc`](https://github.com/AppFlowy-IO/AppFlowy/commit/2cec7cce44e48240c1aca6279595d243444d0186) fix: unable to build iOS in the release mode - [`a0e2ea9`](https://github.com/AppFlowy-IO/AppFlowy/commit/a0e2ea9e357a9b4b9e2b5fb69bbe7c208a145b79) feat: support opening the database page on mobile platform - [`1275214`](https://github.com/AppFlowy-IO/AppFlowy/commit/12752140ce083d2f620fa155e48ff5f120535866) feat: add error page and support opening calendar and board ### 📊 Changes **93 files changed** (+2624 additions, -249 deletions) <details> <summary>View changed files</summary> 📝 `frontend/Makefile.toml` (+8 -0) 📝 `frontend/appflowy_flutter/ios/Runner.xcodeproj/project.pbxproj` (+26 -20) ➕ `frontend/appflowy_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/100.png` (+0 -0) ➕ `frontend/appflowy_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/1024.png` (+0 -0) ➕ `frontend/appflowy_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/114.png` (+0 -0) ➕ `frontend/appflowy_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/120.png` (+0 -0) ➕ `frontend/appflowy_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/128.png` (+0 -0) ➕ `frontend/appflowy_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/144.png` (+0 -0) ➕ `frontend/appflowy_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/152.png` (+0 -0) ➕ `frontend/appflowy_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/16.png` (+0 -0) ➕ `frontend/appflowy_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/167.png` (+0 -0) ➕ `frontend/appflowy_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/180.png` (+0 -0) ➕ `frontend/appflowy_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/20.png` (+0 -0) ➕ `frontend/appflowy_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/256.png` (+0 -0) ➕ `frontend/appflowy_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/29.png` (+0 -0) ➕ `frontend/appflowy_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/32.png` (+0 -0) ➕ `frontend/appflowy_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/40.png` (+0 -0) ➕ `frontend/appflowy_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/50.png` (+0 -0) ➕ `frontend/appflowy_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/512.png` (+0 -0) ➕ `frontend/appflowy_flutter/ios/Runner/Assets.xcassets/AppIcon.appiconset/57.png` (+0 -0) _...and 73 more files_ </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 <img width="541" alt="Screenshot 2023-10-18 at 20 27 32" src="https://github.com/AppFlowy-IO/AppFlowy/assets/11863087/6c77b83f-30b2-4332-b2c0-42ca4f04b8c2"> <img width="541" alt="Screenshot 2023-10-18 at 20 27 43" src="https://github.com/AppFlowy-IO/AppFlowy/assets/11863087/e4654a8b-4c3c-406b-9fb2-77d5463f3003"> <img width="541" alt="Screenshot 2023-10-18 at 20 30 40" src="https://github.com/AppFlowy-IO/AppFlowy/assets/11863087/7404b3e1-6f4c-41e6-a5ca-48c2c3d833ef"> <img width="541" alt="Screenshot 2023-10-18 at 20 28 36" src="https://github.com/AppFlowy-IO/AppFlowy/assets/11863087/0d40c511-10f5-42e1-8641-f2f61489f0f0"> <img width="541" alt="Screenshot 2023-10-19 at 17 26 53" src="https://github.com/AppFlowy-IO/AppFlowy/assets/11863087/a25a22e3-9c09-4bcf-b78c-4fa83148ef98"> <img width="541" alt="Screenshot 2023-10-19 at 17 27 31" src="https://github.com/AppFlowy-IO/AppFlowy/assets/11863087/e424ff11-9cde-4f4a-9514-7cdf68601cf5"> <!--- 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. - [ ] 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:34 +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#5845
No description provided.