[PR #4955] [CLOSED] [WIP]: settings rework #6549

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/4955
Author: @Xazin
Created: 3/21/2024
Status: Closed

Base: mainHead: feat/settings-rework


📝 Commits (10+)

  • ac4b82e feat: settings account view rework
  • 4fd0b31 chore: remove unused files
  • 90058b7 chore: remove unused elements
  • 9d8d2a2 feat: complete account view
  • 24f5f99 feat: workspace settings
  • c254442 chore: merge branch 'upstream/main' into feat/settings-rework
  • 48ca562 fix: dialog min max width
  • 60eb317 chore: merge branch 'upstream/main' into feat/settings-rework
  • a16a083 chore: merge branch 'upstream/main' into feat/settings-rework
  • e9fb161 chore: localizations for workspace

📊 Changes

112 files changed (+4629 additions, -2800 deletions)

View changed files

frontend/appflowy_flutter/assets/images/appearance/dark.png (+0 -0)
frontend/appflowy_flutter/assets/images/appearance/light.png (+0 -0)
frontend/appflowy_flutter/assets/images/appearance/system.png (+0 -0)
📝 frontend/appflowy_flutter/lib/core/frameless_window.dart (+4 -5)
📝 frontend/appflowy_flutter/lib/core/notification/user_notification.dart (+0 -26)
frontend/appflowy_flutter/lib/flutter/af_dropdown_menu.dart (+1044 -0)
frontend/appflowy_flutter/lib/mobile/presentation/base/box_container.dart (+0 -27)
📝 frontend/appflowy_flutter/lib/mobile/presentation/home/mobile_home_page_header.dart (+8 -1)
📝 frontend/appflowy_flutter/lib/mobile/presentation/home/workspaces/workspace_menu_bottom_sheet.dart (+9 -1)
frontend/appflowy_flutter/lib/plugins/base/emoji/emoji_picker_i18n.dart (+0 -41)
frontend/appflowy_flutter/lib/plugins/database/application/cell/bloc/url_cell_editor_bloc.dart (+0 -86)
📝 frontend/appflowy_flutter/lib/plugins/database/application/cell/cell_data_loader.dart (+0 -5)
📝 frontend/appflowy_flutter/lib/plugins/database/application/defines.dart (+0 -2)
📝 frontend/appflowy_flutter/lib/plugins/database/application/field/field_controller.dart (+5 -4)
📝 frontend/appflowy_flutter/lib/plugins/database/board/application/group_controller.dart (+0 -2)
frontend/appflowy_flutter/lib/plugins/database/board/application/toolbar/board_setting_bloc.dart (+0 -43)
frontend/appflowy_flutter/lib/plugins/database/board/tests/integrate_test/card_test.dart (+0 -16)
📝 frontend/appflowy_flutter/lib/plugins/database/calendar/application/calendar_bloc.dart (+0 -10)
📝 frontend/appflowy_flutter/lib/plugins/database/calendar/application/calendar_setting_bloc.dart (+0 -2)
frontend/appflowy_flutter/lib/plugins/database/domain/database_service.dart (+0 -16)

...and 80 more files

📄 Description

Feature Preview

My account

https://github.com/AppFlowy-IO/AppFlowy/assets/42929161/dc47ab42-1e52-4693-8c33-907b902a8df0

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/4955 **Author:** [@Xazin](https://github.com/Xazin) **Created:** 3/21/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/settings-rework` --- ### 📝 Commits (10+) - [`ac4b82e`](https://github.com/AppFlowy-IO/AppFlowy/commit/ac4b82ed7431d66fe810749307fd9d89736fddcc) feat: settings account view rework - [`4fd0b31`](https://github.com/AppFlowy-IO/AppFlowy/commit/4fd0b31ce4022f108990025444cf48f07690dd10) chore: remove unused files - [`90058b7`](https://github.com/AppFlowy-IO/AppFlowy/commit/90058b74218f0f631d8d0334fb148f5dacffd80e) chore: remove unused elements - [`9d8d2a2`](https://github.com/AppFlowy-IO/AppFlowy/commit/9d8d2a2d51fb54b112e0e8f3111aca36d8ff13b7) feat: complete account view - [`24f5f99`](https://github.com/AppFlowy-IO/AppFlowy/commit/24f5f9944650916a5a6100df0168ef0a396d8417) feat: workspace settings - [`c254442`](https://github.com/AppFlowy-IO/AppFlowy/commit/c2544422744129d4848ada4ea5ffa460b32fcbe7) chore: merge branch 'upstream/main' into feat/settings-rework - [`48ca562`](https://github.com/AppFlowy-IO/AppFlowy/commit/48ca562aab7065037a97219424b2ba3398b998e5) fix: dialog min max width - [`60eb317`](https://github.com/AppFlowy-IO/AppFlowy/commit/60eb31728176ce586a11db2816b81e8481d2df85) chore: merge branch 'upstream/main' into feat/settings-rework - [`a16a083`](https://github.com/AppFlowy-IO/AppFlowy/commit/a16a0839180c008325a41b2df62140cde258b945) chore: merge branch 'upstream/main' into feat/settings-rework - [`e9fb161`](https://github.com/AppFlowy-IO/AppFlowy/commit/e9fb1615ae45c617f738b2326f117913b92b8ca2) chore: localizations for workspace ### 📊 Changes **112 files changed** (+4629 additions, -2800 deletions) <details> <summary>View changed files</summary> ➕ `frontend/appflowy_flutter/assets/images/appearance/dark.png` (+0 -0) ➕ `frontend/appflowy_flutter/assets/images/appearance/light.png` (+0 -0) ➕ `frontend/appflowy_flutter/assets/images/appearance/system.png` (+0 -0) 📝 `frontend/appflowy_flutter/lib/core/frameless_window.dart` (+4 -5) 📝 `frontend/appflowy_flutter/lib/core/notification/user_notification.dart` (+0 -26) ➕ `frontend/appflowy_flutter/lib/flutter/af_dropdown_menu.dart` (+1044 -0) ➖ `frontend/appflowy_flutter/lib/mobile/presentation/base/box_container.dart` (+0 -27) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/home/mobile_home_page_header.dart` (+8 -1) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/home/workspaces/workspace_menu_bottom_sheet.dart` (+9 -1) ➖ `frontend/appflowy_flutter/lib/plugins/base/emoji/emoji_picker_i18n.dart` (+0 -41) ➖ `frontend/appflowy_flutter/lib/plugins/database/application/cell/bloc/url_cell_editor_bloc.dart` (+0 -86) 📝 `frontend/appflowy_flutter/lib/plugins/database/application/cell/cell_data_loader.dart` (+0 -5) 📝 `frontend/appflowy_flutter/lib/plugins/database/application/defines.dart` (+0 -2) 📝 `frontend/appflowy_flutter/lib/plugins/database/application/field/field_controller.dart` (+5 -4) 📝 `frontend/appflowy_flutter/lib/plugins/database/board/application/group_controller.dart` (+0 -2) ➖ `frontend/appflowy_flutter/lib/plugins/database/board/application/toolbar/board_setting_bloc.dart` (+0 -43) ➖ `frontend/appflowy_flutter/lib/plugins/database/board/tests/integrate_test/card_test.dart` (+0 -16) 📝 `frontend/appflowy_flutter/lib/plugins/database/calendar/application/calendar_bloc.dart` (+0 -10) 📝 `frontend/appflowy_flutter/lib/plugins/database/calendar/application/calendar_setting_bloc.dart` (+0 -2) ➖ `frontend/appflowy_flutter/lib/plugins/database/domain/database_service.dart` (+0 -16) _...and 80 more files_ </details> ### 📄 Description ### Feature Preview <details> <summary>My account</summary> https://github.com/AppFlowy-IO/AppFlowy/assets/42929161/dc47ab42-1e52-4693-8c33-907b902a8df0 </details> #### 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:23:42 +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#6549
No description provided.