[PR #1929] [MERGED] feat: add cover migration for document #5022

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1929
Author: @LucasXu0
Created: 3/6/2023
Status: Merged
Merged: 3/7/2023
Merged by: @LucasXu0

Base: mainHead: feature/improve_cover_plugin


📝 Commits (3)

  • db7024a feat: add cover migration for document
  • 00c39b5 fix: should not delete the cover when selecting all
  • 8836f00 fix: chinese characters for openai

📊 Changes

4 files changed (+81 additions, -35 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/plugins/document/application/doc_bloc.dart (+62 -17)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/openai/service/openai_client.dart (+14 -2)
📝 frontend/appflowy_flutter/lib/workspace/presentation/home/menu/app/header/add_button.dart (+2 -14)
📝 frontend/appflowy_flutter/packages/appflowy_editor/lib/src/service/internal_key_event_handlers/backspace_handler.dart (+3 -2)

📄 Description

No description provided


🔄 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/1929 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 3/6/2023 **Status:** ✅ Merged **Merged:** 3/7/2023 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `feature/improve_cover_plugin` --- ### 📝 Commits (3) - [`db7024a`](https://github.com/AppFlowy-IO/AppFlowy/commit/db7024a534efd899232fa5dd0e364a41515104f2) feat: add cover migration for document - [`00c39b5`](https://github.com/AppFlowy-IO/AppFlowy/commit/00c39b58b423fd7ea6a358dc4f9b51328d5e5132) fix: should not delete the cover when selecting all - [`8836f00`](https://github.com/AppFlowy-IO/AppFlowy/commit/8836f00d7b582adb8acf5a6db2898298c1297f59) fix: chinese characters for openai ### 📊 Changes **4 files changed** (+81 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/plugins/document/application/doc_bloc.dart` (+62 -17) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/openai/service/openai_client.dart` (+14 -2) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/home/menu/app/header/add_button.dart` (+2 -14) 📝 `frontend/appflowy_flutter/packages/appflowy_editor/lib/src/service/internal_key_event_handlers/backspace_handler.dart` (+3 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:16:52 +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#5022
No description provided.