[PR #6250] [MERGED] fix: more default image extensions #7275

Closed
opened 2026-03-23 23:18:53 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/6250
Author: @Xazin
Created: 9/9/2024
Status: Merged
Merged: 9/10/2024
Merged by: @LucasXu0

Base: mainHead: fix/upload-gif-images


📝 Commits (2)

  • 371305b fix: more default image extensions
  • dda5b26 fix: add and comment default image extensions

📊 Changes

3 files changed (+22 additions, -6 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/header/custom_cover_picker_bloc.dart (+3 -4)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/image/upload_image_menu/widgets/upload_image_file_widget.dart (+4 -2)
frontend/appflowy_flutter/lib/util/default_extensions.dart (+15 -0)

📄 Description

Closes: https://github.com/AppFlowy-IO/AppFlowy/issues/5760

Adds webp, gif, and bmp file formats to the default allows.

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/6250 **Author:** [@Xazin](https://github.com/Xazin) **Created:** 9/9/2024 **Status:** ✅ Merged **Merged:** 9/10/2024 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `fix/upload-gif-images` --- ### 📝 Commits (2) - [`371305b`](https://github.com/AppFlowy-IO/AppFlowy/commit/371305b59992c3480eff1760c8bd843734b39e78) fix: more default image extensions - [`dda5b26`](https://github.com/AppFlowy-IO/AppFlowy/commit/dda5b26302639ae952cb55776514f5d8a8d6e5e4) fix: add and comment default image extensions ### 📊 Changes **3 files changed** (+22 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/header/custom_cover_picker_bloc.dart` (+3 -4) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/image/upload_image_menu/widgets/upload_image_file_widget.dart` (+4 -2) ➕ `frontend/appflowy_flutter/lib/util/default_extensions.dart` (+15 -0) </details> ### 📄 Description Closes: https://github.com/AppFlowy-IO/AppFlowy/issues/5760 Adds webp, gif, and bmp file formats to the default allows. #### 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. - [x] All existing tests are passing. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 23:18:53 +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#7275
No description provided.