[PR #3672] [MERGED] feat: toggle notifications on/off #5819

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/3672
Author: @Xazin
Created: 10/11/2023
Status: Merged
Merged: 10/12/2023
Merged by: @LucasXu0

Base: mainHead: feat/settings-toggle-notifications


📝 Commits (1)

  • dd152bb feat: toggle notifications on/off

📊 Changes

34 files changed (+315 additions, -76 deletions)

View changed files

📝 frontend/appflowy_flutter/integration_test/document/document_text_direction_test.dart (+1 -1)
📝 frontend/appflowy_flutter/integration_test/util/settings.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_page.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/actions/block_action_option_button.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/mention/mention_date_block.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/startup/deps_resolver.dart (+12 -3)
📝 frontend/appflowy_flutter/lib/startup/tasks/app_widget.dart (+19 -12)
📝 frontend/appflowy_flutter/lib/user/application/reminder/reminder_bloc.dart (+18 -10)
📝 frontend/appflowy_flutter/lib/user/application/user_settings_service.dart (+16 -0)
📝 frontend/appflowy_flutter/lib/user/presentation/screens/sign_in_screen/widgets/third_party_sign_in_buttons.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/user/presentation/screens/skip_log_in_screen.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/workspace/application/home/home_setting_bloc.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/workspace/application/settings/appearance/appearance_cubit.dart (+39 -30)
frontend/appflowy_flutter/lib/workspace/application/settings/notifications/notification_settings_cubit.dart (+62 -0)
📝 frontend/appflowy_flutter/lib/workspace/application/settings/settings_dialog_bloc.dart (+1 -0)
📝 frontend/appflowy_flutter/lib/workspace/presentation/home/desktop_home_screen.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/workspace/presentation/home/hotkeys.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/workspace/presentation/settings/settings_dialog.dart (+3 -0)
📝 frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/settings_appearance/brightness_setting.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/settings_appearance/color_scheme.dart (+1 -1)

...and 14 more files

📄 Description

Relates: #3596

Feature Preview

Screenshot 2023-10-11 at 11 05 09

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/3672 **Author:** [@Xazin](https://github.com/Xazin) **Created:** 10/11/2023 **Status:** ✅ Merged **Merged:** 10/12/2023 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `feat/settings-toggle-notifications` --- ### 📝 Commits (1) - [`dd152bb`](https://github.com/AppFlowy-IO/AppFlowy/commit/dd152bb1a047d9bbc03758e319c1bd2ff0c0718c) feat: toggle notifications on/off ### 📊 Changes **34 files changed** (+315 additions, -76 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/integration_test/document/document_text_direction_test.dart` (+1 -1) 📝 `frontend/appflowy_flutter/integration_test/util/settings.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_page.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/actions/block_action_option_button.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/mention/mention_date_block.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/startup/deps_resolver.dart` (+12 -3) 📝 `frontend/appflowy_flutter/lib/startup/tasks/app_widget.dart` (+19 -12) 📝 `frontend/appflowy_flutter/lib/user/application/reminder/reminder_bloc.dart` (+18 -10) 📝 `frontend/appflowy_flutter/lib/user/application/user_settings_service.dart` (+16 -0) 📝 `frontend/appflowy_flutter/lib/user/presentation/screens/sign_in_screen/widgets/third_party_sign_in_buttons.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/user/presentation/screens/skip_log_in_screen.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/workspace/application/home/home_setting_bloc.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/workspace/application/settings/appearance/appearance_cubit.dart` (+39 -30) ➕ `frontend/appflowy_flutter/lib/workspace/application/settings/notifications/notification_settings_cubit.dart` (+62 -0) 📝 `frontend/appflowy_flutter/lib/workspace/application/settings/settings_dialog_bloc.dart` (+1 -0) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/home/desktop_home_screen.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/home/hotkeys.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/settings/settings_dialog.dart` (+3 -0) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/settings_appearance/brightness_setting.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/settings_appearance/color_scheme.dart` (+1 -1) _...and 14 more files_ </details> ### 📄 Description Relates: #3596 ### Feature Preview <img width="1227" alt="Screenshot 2023-10-11 at 11 05 09" src="https://github.com/AppFlowy-IO/AppFlowy/assets/42929161/903f992f-4c51-4f94-b493-d031ef1bb656"> #### PR Checklist - [x] My code adheres to [AppFlowy's Conventions](https://docs.appflowy.io/docs/documentation/software-contributions/conventions) - [x] 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:27 +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#5819
No description provided.