[PR #3562] [MERGED] feat: fix snackbar themeing issues #5765

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/3562
Author: @AmanNegi
Created: 10/1/2023
Status: Merged
Merged: 10/2/2023
Merged by: @LucasXu0

Base: mainHead: improve-snackbar-theme


📝 Commits (2)

  • 8223b2e feat: fix snackbar themeing issues
  • 8e5baa0 fix: update snackbar action text color

📊 Changes

8 files changed (+76 additions, -95 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/plugins/document/document_page.dart (+3 -13)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/image/image_menu.dart (+4 -6)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/openai/widgets/auto_completion_node_widget.dart (+25 -22)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/openai/widgets/smart_edit_node_widget.dart (+6 -15)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/openai/widgets/smart_edit_toolbar_item.dart (+6 -16)
📝 frontend/appflowy_flutter/lib/workspace/presentation/home/toast.dart (+16 -1)
📝 frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/settings_appearance/color_scheme.dart (+4 -7)
📝 frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/settings_file_exporter_widget.dart (+12 -15)

📄 Description

About

Fixes SnackBar theme across the application, and creates a single function that can be used across the app.

Feature Preview

udpate


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/3562 **Author:** [@AmanNegi](https://github.com/AmanNegi) **Created:** 10/1/2023 **Status:** ✅ Merged **Merged:** 10/2/2023 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `improve-snackbar-theme` --- ### 📝 Commits (2) - [`8223b2e`](https://github.com/AppFlowy-IO/AppFlowy/commit/8223b2e4819ac81e0771259f9e6c3b98809e91b3) feat: fix snackbar themeing issues - [`8e5baa0`](https://github.com/AppFlowy-IO/AppFlowy/commit/8e5baa0b05fb83df0ce7788b6b312bdfbc98873c) fix: update snackbar action text color ### 📊 Changes **8 files changed** (+76 additions, -95 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/plugins/document/document_page.dart` (+3 -13) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/image/image_menu.dart` (+4 -6) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/openai/widgets/auto_completion_node_widget.dart` (+25 -22) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/openai/widgets/smart_edit_node_widget.dart` (+6 -15) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/openai/widgets/smart_edit_toolbar_item.dart` (+6 -16) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/home/toast.dart` (+16 -1) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/settings_appearance/color_scheme.dart` (+4 -7) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/settings_file_exporter_widget.dart` (+12 -15) </details> ### 📄 Description ## About Fixes SnackBar theme across the application, and creates a single function that can be used across the app. - Fixes: https://github.com/AppFlowy-IO/AppFlowy/issues/3365 ## Feature Preview ![udpate](https://github.com/AppFlowy-IO/AppFlowy/assets/37607224/68395f81-24da-4063-af44-2d63d4aff522) --- <!--- Before you mark this PR ready for review, run through this checklist! --> #### PR Checklist - [x] My code adheres to the [AppFlowy Style Guide](https://appflowy.gitbook.io/docs/essential-documentation/contribute-to-appflowy/software-contributions/submitting-code/style-guides) - [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. - [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 22:20:13 +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#5765
No description provided.