[PR #2861] [MERGED] feat: put all user data into a folder when choosing a custom storage path #5444

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/2861
Author: @appflowy
Created: 6/21/2023
Status: Merged
Merged: 6/21/2023
Merged by: @appflowy

Base: mainHead: feat/applicate_data_folder


📝 Commits (4)

  • 84d3c18 feat: put all user data into a foler when choosing a custom storage path
  • a94776b feat: do not create appflowy data folder if the selected folder is appflowy folder data
  • e94a779 fix: open default application folder if the custom data folder is not exist
  • 7bf538e chore: ajust database view content inset

📊 Changes

14 files changed (+87 additions, -33 deletions)

View changed files

📝 frontend/appflowy_flutter/assets/translations/en.json (+1 -0)
📝 frontend/appflowy_flutter/integration_test/util/base.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/database_view/board/presentation/board_page.dart (+2 -1)
📝 frontend/appflowy_flutter/lib/plugins/database_view/calendar/presentation/calendar_page.dart (+13 -9)
📝 frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/grid_page.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/layout/sizes.dart (+7 -0)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/cover/cover_image_picker_bloc.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/startup/deps_resolver.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/startup/startup.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/startup/tasks/rust_sdk.dart (+4 -2)
📝 frontend/appflowy_flutter/lib/user/presentation/folder/folder_widget.dart (+3 -3)
📝 frontend/appflowy_flutter/lib/workspace/application/settings/settings_location_cubit.dart (+45 -8)
📝 frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/settings_file_customize_location_view.dart (+6 -4)
📝 frontend/appflowy_flutter/lib/workspace/presentation/widgets/float_bubble/question_bubble.dart (+1 -1)

📄 Description

PR Checklist

  • My code adheres to the AppFlowy Style Guide
  • 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/2861 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 6/21/2023 **Status:** ✅ Merged **Merged:** 6/21/2023 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `feat/applicate_data_folder` --- ### 📝 Commits (4) - [`84d3c18`](https://github.com/AppFlowy-IO/AppFlowy/commit/84d3c18e0b4045df00b5ace9d5dc70d4822738e4) feat: put all user data into a foler when choosing a custom storage path - [`a94776b`](https://github.com/AppFlowy-IO/AppFlowy/commit/a94776b52300882bf3392ba6203a992621f77e95) feat: do not create appflowy data folder if the selected folder is appflowy folder data - [`e94a779`](https://github.com/AppFlowy-IO/AppFlowy/commit/e94a7791d84f8b1177fd45b86cea1e9a9f06ccb6) fix: open default application folder if the custom data folder is not exist - [`7bf538e`](https://github.com/AppFlowy-IO/AppFlowy/commit/7bf538e79ed320e42de30f187389baee8bcf3f9b) chore: ajust database view content inset ### 📊 Changes **14 files changed** (+87 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/assets/translations/en.json` (+1 -0) 📝 `frontend/appflowy_flutter/integration_test/util/base.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/board/presentation/board_page.dart` (+2 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/calendar/presentation/calendar_page.dart` (+13 -9) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/grid_page.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/layout/sizes.dart` (+7 -0) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/cover/cover_image_picker_bloc.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/startup/deps_resolver.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/startup/startup.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/startup/tasks/rust_sdk.dart` (+4 -2) 📝 `frontend/appflowy_flutter/lib/user/presentation/folder/folder_widget.dart` (+3 -3) 📝 `frontend/appflowy_flutter/lib/workspace/application/settings/settings_location_cubit.dart` (+45 -8) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/settings_file_customize_location_view.dart` (+6 -4) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/widgets/float_bubble/question_bubble.dart` (+1 -1) </details> ### 📄 Description #### PR Checklist - [ ] My code adheres to the [AppFlowy Style Guide](https://appflowy.gitbook.io/docs/essential-documentation/contribute-to-appflowy/software-contributions/submitting-code/style-guides) - [ ] 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:18: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#5444
No description provided.