[PR #518] [MERGED] In App Notification Feature #4168

Closed
opened 2026-03-23 21:36:36 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/518
Author: @rileyhawk1417
Created: 5/30/2022
Status: Merged
Merged: 6/10/2022
Merged by: @appflowy

Base: mainHead: export_notify


📝 Commits (10+)

  • e6ff4b5 feat: Export Markdown to filesystem
  • 0cc4967 fix: removed unused imports
  • c2b970b fix: configured to use AppFlowy Directory
  • 41f2ad0 feat: testing overlay notification
  • 3c27108 Merge remote-tracking branch 'upstream/main' into export_notify
  • be103e0 feat: in app notification bubble
  • f94684e fix: remove unused imports
  • c4ca055 chore: add const to remove flutter warnings
  • 2648a54 refactor: refactored functions & added translation
  • 4716115 fix: convert function to camel case

📊 Changes

3 files changed (+33 additions, -0 deletions)

View changed files

📝 frontend/app_flowy/assets/translations/en.json (+6 -0)
📝 frontend/app_flowy/lib/workspace/application/doc/share_bloc.dart (+25 -0)
📝 frontend/app_flowy/lib/workspace/presentation/plugins/doc/document.dart (+2 -0)

📄 Description

Description

The feature is meant to show in-app notifications when the user performs certain actions.
Currently the only supported action is when the user exports to markdown.


🔄 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/518 **Author:** [@rileyhawk1417](https://github.com/rileyhawk1417) **Created:** 5/30/2022 **Status:** ✅ Merged **Merged:** 6/10/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `export_notify` --- ### 📝 Commits (10+) - [`e6ff4b5`](https://github.com/AppFlowy-IO/AppFlowy/commit/e6ff4b5077f820dde04e35f9e465c2cba8ba8008) feat: Export Markdown to filesystem - [`0cc4967`](https://github.com/AppFlowy-IO/AppFlowy/commit/0cc4967645e412daa590b5c33822a81e17b37a8a) fix: removed unused imports - [`c2b970b`](https://github.com/AppFlowy-IO/AppFlowy/commit/c2b970bdd653637b03f1efb41f84911b27c68cfb) fix: configured to use AppFlowy Directory - [`41f2ad0`](https://github.com/AppFlowy-IO/AppFlowy/commit/41f2ad09dd914601a38831782b9d5627492c74b1) feat: testing overlay notification - [`3c27108`](https://github.com/AppFlowy-IO/AppFlowy/commit/3c27108ec7bc178ef05737825f8d01a8ce592736) Merge remote-tracking branch 'upstream/main' into export_notify - [`be103e0`](https://github.com/AppFlowy-IO/AppFlowy/commit/be103e02faf392f6e30492b2999a32f8feafbe17) feat: in app notification bubble - [`f94684e`](https://github.com/AppFlowy-IO/AppFlowy/commit/f94684e0b633748c8819569d2c1fa9d33148f3d7) fix: remove unused imports - [`c4ca055`](https://github.com/AppFlowy-IO/AppFlowy/commit/c4ca0553a9a6f77464db9d823911183995249e68) chore: add const to remove flutter warnings - [`2648a54`](https://github.com/AppFlowy-IO/AppFlowy/commit/2648a54482ca61f28b3360f5277ac5849765ee4c) refactor: refactored functions & added translation - [`4716115`](https://github.com/AppFlowy-IO/AppFlowy/commit/47161153881bce83fbd3e525df4d6ff587c1c37d) fix: convert function to camel case ### 📊 Changes **3 files changed** (+33 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/assets/translations/en.json` (+6 -0) 📝 `frontend/app_flowy/lib/workspace/application/doc/share_bloc.dart` (+25 -0) 📝 `frontend/app_flowy/lib/workspace/presentation/plugins/doc/document.dart` (+2 -0) </details> ### 📄 Description # Description The feature is meant to show in-app notifications when the user performs certain actions. Currently the only supported action is when the user exports to markdown. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 21:36:36 +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#4168
No description provided.