[PR #5265] [MERGED] feat: settings manage data #6736

Closed
opened 2026-03-23 23:16:26 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/5265
Author: @Xazin
Created: 5/5/2024
Status: Merged
Merged: 5/13/2024
Merged by: @Xazin

Base: mainHead: feat/settings-manage-data


📝 Commits (4)

  • fa897cc feat: settings manage data page
  • 308b491 fix: changes after merge
  • 2ac548c test: fix failing integration test
  • b8a02b8 fix: missing localizations

📊 Changes

14 files changed (+579 additions, -598 deletions)

View changed files

📝 frontend/appflowy_flutter/integration_test/desktop/uncategorized/switch_folder_test.dart (+1 -1)
📝 frontend/appflowy_flutter/integration_test/shared/settings.dart (+6 -2)
📝 frontend/appflowy_flutter/lib/user/presentation/screens/encrypt_secret_screen.dart (+11 -13)
📝 frontend/appflowy_flutter/lib/workspace/application/settings/settings_dialog_bloc.dart (+1 -1)
frontend/appflowy_flutter/lib/workspace/presentation/settings/pages/settings_manage_data_view.dart (+493 -0)
📝 frontend/appflowy_flutter/lib/workspace/presentation/settings/settings_dialog.dart (+3 -3)
📝 frontend/appflowy_flutter/lib/workspace/presentation/settings/shared/setting_action.dart (+11 -6)
frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/files/setting_file_import_appflowy_data_view.dart (+0 -167)
📝 frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/files/settings_export_file_widget.dart (+3 -4)
frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/files/settings_file_cache_widget.dart (+0 -80)
frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/files/settings_file_customize_location_view.dart (+0 -285)
frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/settings_file_system_view.dart (+0 -32)
📝 frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/settings_menu.dart (+3 -3)
📝 frontend/resources/translations/en.json (+47 -1)

📄 Description

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/5265 **Author:** [@Xazin](https://github.com/Xazin) **Created:** 5/5/2024 **Status:** ✅ Merged **Merged:** 5/13/2024 **Merged by:** [@Xazin](https://github.com/Xazin) **Base:** `main` ← **Head:** `feat/settings-manage-data` --- ### 📝 Commits (4) - [`fa897cc`](https://github.com/AppFlowy-IO/AppFlowy/commit/fa897cc8a2d415c222b6ba2510a8e45c03cca99f) feat: settings manage data page - [`308b491`](https://github.com/AppFlowy-IO/AppFlowy/commit/308b4910590352b26962cb3cc04153641e3f2518) fix: changes after merge - [`2ac548c`](https://github.com/AppFlowy-IO/AppFlowy/commit/2ac548cba24b3537b88bc227cde697493ca44ac1) test: fix failing integration test - [`b8a02b8`](https://github.com/AppFlowy-IO/AppFlowy/commit/b8a02b8a8ef5c4536fae938a45b5babcfa326a4c) fix: missing localizations ### 📊 Changes **14 files changed** (+579 additions, -598 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/integration_test/desktop/uncategorized/switch_folder_test.dart` (+1 -1) 📝 `frontend/appflowy_flutter/integration_test/shared/settings.dart` (+6 -2) 📝 `frontend/appflowy_flutter/lib/user/presentation/screens/encrypt_secret_screen.dart` (+11 -13) 📝 `frontend/appflowy_flutter/lib/workspace/application/settings/settings_dialog_bloc.dart` (+1 -1) ➕ `frontend/appflowy_flutter/lib/workspace/presentation/settings/pages/settings_manage_data_view.dart` (+493 -0) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/settings/settings_dialog.dart` (+3 -3) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/settings/shared/setting_action.dart` (+11 -6) ➖ `frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/files/setting_file_import_appflowy_data_view.dart` (+0 -167) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/files/settings_export_file_widget.dart` (+3 -4) ➖ `frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/files/settings_file_cache_widget.dart` (+0 -80) ➖ `frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/files/settings_file_customize_location_view.dart` (+0 -285) ➖ `frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/settings_file_system_view.dart` (+0 -32) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/settings_menu.dart` (+3 -3) 📝 `frontend/resources/translations/en.json` (+47 -1) </details> ### 📄 Description ### Feature Preview #### 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. - [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:16:26 +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#6736
No description provided.