[PR #6245] [MERGED] feat: file block on mobile #7274

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

📋 Pull Request Information

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

Base: mainHead: feat/file-mobile-block


📝 Commits (3)

📊 Changes

6 files changed (+164 additions, -11 deletions)

View changed files

📝 frontend/appflowy_flutter/ios/Podfile.lock (+6 -0)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/file/file_block_component.dart (+131 -9)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/mobile_toolbar_v3/add_block_toolbar_item.dart (+14 -1)
📝 frontend/appflowy_flutter/pubspec.lock (+8 -0)
📝 frontend/appflowy_flutter/pubspec.yaml (+3 -0)
📝 frontend/resources/translations/en.json (+2 -1)

📄 Description

Feature Preview

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/6245 **Author:** [@Xazin](https://github.com/Xazin) **Created:** 9/9/2024 **Status:** ✅ Merged **Merged:** 9/9/2024 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `feat/file-mobile-block` --- ### 📝 Commits (3) - [`a23b19d`](https://github.com/AppFlowy-IO/AppFlowy/commit/a23b19df01547c0dd3730800b5334cbb3af203fe) feat: file block on mobile - [`40d14fc`](https://github.com/AppFlowy-IO/AppFlowy/commit/40d14fc4d28a345062c3cd28dc51df02dcd59c31) chore: analyzer issues - [`8345286`](https://github.com/AppFlowy-IO/AppFlowy/commit/83452863e245bccf516937da3f0a4153eb64703b) chore: cleanup after review ### 📊 Changes **6 files changed** (+164 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/ios/Podfile.lock` (+6 -0) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/file/file_block_component.dart` (+131 -9) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/mobile_toolbar_v3/add_block_toolbar_item.dart` (+14 -1) 📝 `frontend/appflowy_flutter/pubspec.lock` (+8 -0) 📝 `frontend/appflowy_flutter/pubspec.yaml` (+3 -0) 📝 `frontend/resources/translations/en.json` (+2 -1) </details> ### 📄 Description ### Feature Preview #### PR Checklist - [x] My code adheres to [AppFlowy's Conventions](https://docs.appflowy.io/docs/documentation/software-contributions/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. --- <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: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#7274
No description provided.