[PR #3646] fix: no banner to restore or delete permanently appears #5807

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/3646
Author: @Azanul
Created: 10/8/2023
Status: 🔄 Open

Base: mainHead: main


📝 Commits (4)

  • 584a735 feat: DatabaseView on delete banner
  • 030d046 feat: DatabaseView on delete banner
  • 5dee9a4 feat: banner force close
  • 5882041 fix: banner on dlete from tab bar

📊 Changes

4 files changed (+175 additions, -48 deletions)

View changed files

frontend/appflowy_flutter/lib/plugins/banner.dart (+74 -0)
📝 frontend/appflowy_flutter/lib/plugins/database_view/application/tar_bar_bloc.dart (+44 -2)
📝 frontend/appflowy_flutter/lib/plugins/database_view/tar_bar/tab_bar_view.dart (+55 -44)
📝 frontend/appflowy_flutter/lib/plugins/document/document_page.dart (+2 -2)

📄 Description

https://github.com/AppFlowy-IO/AppFlowy/assets/42029519/e447e8be-6116-494f-98a3-985ddb4502bc

Feature Preview

Fixes #3471

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/3646 **Author:** [@Azanul](https://github.com/Azanul) **Created:** 10/8/2023 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (4) - [`584a735`](https://github.com/AppFlowy-IO/AppFlowy/commit/584a73588abb254f700671d745cb738bb98c8d09) feat: DatabaseView on delete banner - [`030d046`](https://github.com/AppFlowy-IO/AppFlowy/commit/030d046205d74649f75b237e8e45fc0aa85c8971) feat: DatabaseView on delete banner - [`5dee9a4`](https://github.com/AppFlowy-IO/AppFlowy/commit/5dee9a4f6da60858202d01b509e71dac0000349c) feat: banner force close - [`5882041`](https://github.com/AppFlowy-IO/AppFlowy/commit/58820414c5a3fe257abb0f020c78fc6403f7f6f8) fix: banner on dlete from tab bar ### 📊 Changes **4 files changed** (+175 additions, -48 deletions) <details> <summary>View changed files</summary> ➕ `frontend/appflowy_flutter/lib/plugins/banner.dart` (+74 -0) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/application/tar_bar_bloc.dart` (+44 -2) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/tar_bar/tab_bar_view.dart` (+55 -44) 📝 `frontend/appflowy_flutter/lib/plugins/document/document_page.dart` (+2 -2) </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. --> https://github.com/AppFlowy-IO/AppFlowy/assets/42029519/e447e8be-6116-494f-98a3-985ddb4502bc ### 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 --> Fixes #3471 <!--- 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. - [ ] 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>
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#5807
No description provided.