[PR #7179] [MERGED] chore: retry load image #7773

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/7179
Author: @appflowy
Created: 1/9/2025
Status: Merged
Merged: 1/10/2025
Merged by: @appflowy

Base: mainHead: retry_load_image


📝 Commits (7)

  • 8ab1464 chore: retry load image
  • 5b4b2c4 Merge branch 'main' into retry_load_image
  • bb73a45 feat: support retry count and retry duration in network image
  • afb21a9 chore: use loading builder in network image
  • 7381108 feat: support retry logic in network image
  • 7a51952 feat: disable image menu when loading image
  • 0e0ac1a chore: error prompt

📊 Changes

10 files changed (+336 additions, -91 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_configuration.dart (+6 -2)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/image/custom_image_block_component/custom_image_block_component.dart (+5 -1)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/image/custom_image_block_component/image_menu.dart (+50 -38)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/image/resizeable_image.dart (+31 -5)
📝 frontend/appflowy_flutter/lib/shared/appflowy_network_image.dart (+208 -28)
📝 frontend/resources/translations/en.json (+3 -0)
📝 frontend/rust-lib/Cargo.lock (+28 -14)
📝 frontend/rust-lib/Cargo.toml (+2 -2)
📝 frontend/rust-lib/flowy-ai/src/chat.rs (+2 -1)
📝 frontend/rust-lib/flowy-core/src/log_filter.rs (+1 -0)

📄 Description

Periodically retry to load the image in Chat


🔄 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/7179 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 1/9/2025 **Status:** ✅ Merged **Merged:** 1/10/2025 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `retry_load_image` --- ### 📝 Commits (7) - [`8ab1464`](https://github.com/AppFlowy-IO/AppFlowy/commit/8ab1464cae4f5b8f3f3def92ccf75b5cfb82775a) chore: retry load image - [`5b4b2c4`](https://github.com/AppFlowy-IO/AppFlowy/commit/5b4b2c458e6b820328d3a32058472d68f3485449) Merge branch 'main' into retry_load_image - [`bb73a45`](https://github.com/AppFlowy-IO/AppFlowy/commit/bb73a45fe9596c25fdebe083009096cabce237e3) feat: support retry count and retry duration in network image - [`afb21a9`](https://github.com/AppFlowy-IO/AppFlowy/commit/afb21a9dcf37fdbb67d82f7e323857ce48fddd3c) chore: use loading builder in network image - [`7381108`](https://github.com/AppFlowy-IO/AppFlowy/commit/7381108679569cb85bf378a55c3799e4487c02cd) feat: support retry logic in network image - [`7a51952`](https://github.com/AppFlowy-IO/AppFlowy/commit/7a519521e95635bf1238eb77bc74e7eae90b2159) feat: disable image menu when loading image - [`0e0ac1a`](https://github.com/AppFlowy-IO/AppFlowy/commit/0e0ac1aaa678384bc5a0dad0bd964b826ace71fc) chore: error prompt ### 📊 Changes **10 files changed** (+336 additions, -91 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_configuration.dart` (+6 -2) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/image/custom_image_block_component/custom_image_block_component.dart` (+5 -1) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/image/custom_image_block_component/image_menu.dart` (+50 -38) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/image/resizeable_image.dart` (+31 -5) 📝 `frontend/appflowy_flutter/lib/shared/appflowy_network_image.dart` (+208 -28) 📝 `frontend/resources/translations/en.json` (+3 -0) 📝 `frontend/rust-lib/Cargo.lock` (+28 -14) 📝 `frontend/rust-lib/Cargo.toml` (+2 -2) 📝 `frontend/rust-lib/flowy-ai/src/chat.rs` (+2 -1) 📝 `frontend/rust-lib/flowy-core/src/log_filter.rs` (+1 -0) </details> ### 📄 Description Periodically retry to load the image in Chat --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 23:21:08 +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#7773
No description provided.