[PR #7715] [MERGED] chore: toast message when theme folder doesn't have permission #8062

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/7715
Author: @richardshiue
Created: 4/9/2025
Status: Merged
Merged: 4/9/2025
Merged by: @LucasXu0

Base: mainHead: chore/theme-error


📝 Commits (1)

  • 26a8698 chore: toast message when theme folder doesn't have permission

📊 Changes

52 files changed (+36 additions, -122 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/core/helpers/url_launcher.dart (+0 -1)
📝 frontend/appflowy_flutter/lib/mobile/presentation/base/mobile_view_page.dart (+0 -2)
📝 frontend/appflowy_flutter/lib/mobile/presentation/base/view_page/more_bottom_sheet.dart (+0 -11)
📝 frontend/appflowy_flutter/lib/mobile/presentation/bottom_sheet/bottom_sheet_view_item.dart (+0 -3)
📝 frontend/appflowy_flutter/lib/mobile/presentation/bottom_sheet/default_mobile_action_pane.dart (+0 -2)
📝 frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_detail/widgets/row_page_button.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/mobile/presentation/home/mobile_home_page.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/mobile/presentation/home/space/mobile_space_menu.dart (+0 -4)
📝 frontend/appflowy_flutter/lib/mobile/presentation/mobile_bottom_navigation_bar.dart (+0 -2)
📝 frontend/appflowy_flutter/lib/mobile/presentation/notifications/widgets/settings_popup_menu.dart (+0 -3)
📝 frontend/appflowy_flutter/lib/mobile/presentation/notifications/widgets/slide_actions.dart (+0 -4)
📝 frontend/appflowy_flutter/lib/mobile/presentation/notifications/widgets/tab.dart (+0 -1)
📝 frontend/appflowy_flutter/lib/mobile/presentation/setting/support_setting_group.dart (+0 -1)
📝 frontend/appflowy_flutter/lib/mobile/presentation/setting/workspace/invite_members_screen.dart (+0 -7)
📝 frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/message/ai_message_action_bar.dart (+0 -1)
📝 frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/message/ai_message_bubble.dart (+0 -1)
📝 frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/message/message_util.dart (+0 -2)
📝 frontend/appflowy_flutter/lib/plugins/document/application/document_bloc.dart (+0 -1)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/ai/ai_writer_toolbar_item.dart (+0 -2)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/code_block/code_block_copy_button.dart (+0 -1)

...and 32 more files

📄 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.

Summary by Sourcery

Modify toast notification function to remove context parameter and update related function calls across the application

Enhancements:

  • Update multiple files to use the new toast notification signature
  • Remove context parameter from showToastNotification function calls

Chores:

  • Refactor toast notification implementation to remove context dependency

🔄 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/7715 **Author:** [@richardshiue](https://github.com/richardshiue) **Created:** 4/9/2025 **Status:** ✅ Merged **Merged:** 4/9/2025 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `chore/theme-error` --- ### 📝 Commits (1) - [`26a8698`](https://github.com/AppFlowy-IO/AppFlowy/commit/26a86982eaf56c18c0d558286aadb71f93f0416c) chore: toast message when theme folder doesn't have permission ### 📊 Changes **52 files changed** (+36 additions, -122 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/core/helpers/url_launcher.dart` (+0 -1) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/base/mobile_view_page.dart` (+0 -2) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/base/view_page/more_bottom_sheet.dart` (+0 -11) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/bottom_sheet/bottom_sheet_view_item.dart` (+0 -3) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/bottom_sheet/default_mobile_action_pane.dart` (+0 -2) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_detail/widgets/row_page_button.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/home/mobile_home_page.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/home/space/mobile_space_menu.dart` (+0 -4) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/mobile_bottom_navigation_bar.dart` (+0 -2) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/notifications/widgets/settings_popup_menu.dart` (+0 -3) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/notifications/widgets/slide_actions.dart` (+0 -4) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/notifications/widgets/tab.dart` (+0 -1) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/setting/support_setting_group.dart` (+0 -1) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/setting/workspace/invite_members_screen.dart` (+0 -7) 📝 `frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/message/ai_message_action_bar.dart` (+0 -1) 📝 `frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/message/ai_message_bubble.dart` (+0 -1) 📝 `frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/message/message_util.dart` (+0 -2) 📝 `frontend/appflowy_flutter/lib/plugins/document/application/document_bloc.dart` (+0 -1) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/ai/ai_writer_toolbar_item.dart` (+0 -2) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/code_block/code_block_copy_button.dart` (+0 -1) _...and 32 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 <!--- 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) - [x] I've listed at least one issue that this PR fixes in the description above. - [x] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. - [ ] All existing tests are passing. ## Summary by Sourcery Modify toast notification function to remove context parameter and update related function calls across the application Enhancements: - Update multiple files to use the new toast notification signature - Remove context parameter from showToastNotification function calls Chores: - Refactor toast notification implementation to remove context dependency --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 23:22: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#8062
No description provided.