[PR #2007] [MERGED] Cover plugin widget breakdown 1928 #5064

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/2007
Author: @rizwan3395
Created: 3/16/2023
Status: Merged
Merged: 3/22/2023
Merged by: @LucasXu0

Base: mainHead: cover_plugin_widget_breakdown_1928


📝 Commits (10+)

  • c85c6dc feat: added emoji and network image support
  • d48c3e0 fix: translations added
  • 90dc7cf fix: code cleanup and improvements
  • 650b84a chore: merge with main
  • 327ac81 fix: blank preview on invalid image save
  • 3e33b05 fix: flutter analyzer warnings
  • 9a51183 fix: code refactor and bug fixes
  • f6cbd3d chore: removed unused imports
  • 4968812 chore: formate code
  • 5abbe4a chore: widget tree breakdown

📊 Changes

1 file changed (+193 additions, -142 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/cover/cover_image_picker.dart (+193 -142)

📄 Description

Description

Breakdown of cover plugin widget into smaller widgets

Fixes # (issue)

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • I have performed a self-review of my own code
  • I have commented on my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

🔄 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/2007 **Author:** [@rizwan3395](https://github.com/rizwan3395) **Created:** 3/16/2023 **Status:** ✅ Merged **Merged:** 3/22/2023 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `cover_plugin_widget_breakdown_1928` --- ### 📝 Commits (10+) - [`c85c6dc`](https://github.com/AppFlowy-IO/AppFlowy/commit/c85c6dcfe8bf0cd2242c5ee755bcc9b4e4205905) feat: added emoji and network image support - [`d48c3e0`](https://github.com/AppFlowy-IO/AppFlowy/commit/d48c3e0734d83f229141f7e34ed0e596a4666dca) fix: translations added - [`90dc7cf`](https://github.com/AppFlowy-IO/AppFlowy/commit/90dc7cf303027fb829a515170d9047195b426e68) fix: code cleanup and improvements - [`650b84a`](https://github.com/AppFlowy-IO/AppFlowy/commit/650b84a801431a9701823e3d9728b8b2864343ca) chore: merge with main - [`327ac81`](https://github.com/AppFlowy-IO/AppFlowy/commit/327ac81a55f0e5357278a9097a94f28ed523278a) fix: blank preview on invalid image save - [`3e33b05`](https://github.com/AppFlowy-IO/AppFlowy/commit/3e33b0595ec27f0de1e1df2f9333eb720c7555f3) fix: flutter analyzer warnings - [`9a51183`](https://github.com/AppFlowy-IO/AppFlowy/commit/9a51183f1c34102c461f5c1b1d5eb069c2783a48) fix: code refactor and bug fixes - [`f6cbd3d`](https://github.com/AppFlowy-IO/AppFlowy/commit/f6cbd3d9a6a9b19f0b7751ff91ecc64c2b3867cf) chore: removed unused imports - [`4968812`](https://github.com/AppFlowy-IO/AppFlowy/commit/49688123554539db623046c41061b0692635339f) chore: formate code - [`5abbe4a`](https://github.com/AppFlowy-IO/AppFlowy/commit/5abbe4a54f5e4c518ec918e9695a463e777e5905) chore: widget tree breakdown ### 📊 Changes **1 file changed** (+193 additions, -142 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/cover/cover_image_picker.dart` (+193 -142) </details> ### 📄 Description ## Description Breakdown of cover plugin widget into smaller widgets Fixes # (issue) ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) # Checklist: - [ ] I have performed a self-review of my own code - [ ] I have commented on my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [ ] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with my changes - [ ] Any dependent changes have been merged and published in downstream modules --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:17:03 +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#5064
No description provided.