[PR #7244] [CLOSED] feat: paste table from another app #7802

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/7244
Author: @LucasXu0
Created: 1/20/2025
Status: Closed

Base: mainHead: paste_table_from_another_app


📝 Commits (7)

  • 4053a9c chore: upgrade to Flutter 3.27.2
  • 93b2a54 chore: use default pub version
  • cecfaa0 fix: flutter analyze
  • d1fde86 chore: upgrade pub deps
  • 2fe7dfe Merge branch 'main' into flutter_3_27_2
  • ee1ca70 feat: support pasting table from Notion
  • ce1437a feat: support pasting table from Google Docs and Google Sheet

📊 Changes

131 files changed (+728 additions, -509 deletions)

View changed files

📝 .github/workflows/android_ci.yaml.bak (+1 -1)
📝 .github/workflows/flutter_ci.yaml (+11 -11)
📝 .github/workflows/ios_ci.yaml (+1 -1)
📝 .github/workflows/release.yml (+11 -11)
📝 .github/workflows/rust_coverage.yml (+1 -1)
📝 codemagic.yaml (+1 -1)
📝 frontend/Makefile.toml (+1 -1)
📝 frontend/appflowy_flutter/integration_test/desktop/cloud/workspace/workspace_settings_test.dart (+4 -0)
📝 frontend/appflowy_flutter/lib/ai/widgets/prompt_input/mention_page_menu.dart (+3 -1)
📝 frontend/appflowy_flutter/lib/env/cloud_env.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/flutter/af_dropdown_menu.dart (+2 -2)
📝 frontend/appflowy_flutter/lib/mobile/presentation/base/view_page/app_bar_buttons.dart (+2 -2)
📝 frontend/appflowy_flutter/lib/mobile/presentation/bottom_sheet/show_mobile_bottom_sheet.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/mobile/presentation/bottom_sheet/show_transition_bottom_sheet.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/mobile/presentation/database/board/mobile_board_page.dart (+9 -4)
📝 frontend/appflowy_flutter/lib/mobile/presentation/database/field/mobile_edit_field_screen.dart (+2 -3)
📝 frontend/appflowy_flutter/lib/mobile/presentation/home/mobile_home_trash_page.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/mobile/presentation/home/recent_folder/mobile_recent_view.dart (+2 -1)
📝 frontend/appflowy_flutter/lib/mobile/presentation/home/shared/mobile_page_card.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/mobile/presentation/home/tab/ai_bubble_button.dart (+3 -3)

...and 80 more files

📄 Description

Feature Preview

Depends on https://github.com/AppFlowy-IO/AppFlowy/pull/7230

  • paste table from Notion.
  • paste table from Google Docs.
  • paste table from Excel.
  • tests

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/7244 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 1/20/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `paste_table_from_another_app` --- ### 📝 Commits (7) - [`4053a9c`](https://github.com/AppFlowy-IO/AppFlowy/commit/4053a9c53a7f5927f05b1e13d70ba8d8841868cd) chore: upgrade to Flutter 3.27.2 - [`93b2a54`](https://github.com/AppFlowy-IO/AppFlowy/commit/93b2a543dc6ce8ee377385f4e14f1e3720bf7eca) chore: use default pub version - [`cecfaa0`](https://github.com/AppFlowy-IO/AppFlowy/commit/cecfaa07840025969890b3b919ec3ac875b0589e) fix: flutter analyze - [`d1fde86`](https://github.com/AppFlowy-IO/AppFlowy/commit/d1fde86aad51b9ff23da9ed625453e58ff32ae2e) chore: upgrade pub deps - [`2fe7dfe`](https://github.com/AppFlowy-IO/AppFlowy/commit/2fe7dfe42ba3515bb0f74c74ec84f85600e07ab9) Merge branch 'main' into flutter_3_27_2 - [`ee1ca70`](https://github.com/AppFlowy-IO/AppFlowy/commit/ee1ca70c0c0f1243fc3327e31454105b8b333eba) feat: support pasting table from Notion - [`ce1437a`](https://github.com/AppFlowy-IO/AppFlowy/commit/ce1437accffd7f2570f1877872a71d85bcb1d85d) feat: support pasting table from Google Docs and Google Sheet ### 📊 Changes **131 files changed** (+728 additions, -509 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/android_ci.yaml.bak` (+1 -1) 📝 `.github/workflows/flutter_ci.yaml` (+11 -11) 📝 `.github/workflows/ios_ci.yaml` (+1 -1) 📝 `.github/workflows/release.yml` (+11 -11) 📝 `.github/workflows/rust_coverage.yml` (+1 -1) 📝 `codemagic.yaml` (+1 -1) 📝 `frontend/Makefile.toml` (+1 -1) 📝 `frontend/appflowy_flutter/integration_test/desktop/cloud/workspace/workspace_settings_test.dart` (+4 -0) 📝 `frontend/appflowy_flutter/lib/ai/widgets/prompt_input/mention_page_menu.dart` (+3 -1) 📝 `frontend/appflowy_flutter/lib/env/cloud_env.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/flutter/af_dropdown_menu.dart` (+2 -2) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/base/view_page/app_bar_buttons.dart` (+2 -2) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/bottom_sheet/show_mobile_bottom_sheet.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/bottom_sheet/show_transition_bottom_sheet.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/database/board/mobile_board_page.dart` (+9 -4) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/database/field/mobile_edit_field_screen.dart` (+2 -3) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/home/mobile_home_trash_page.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/home/recent_folder/mobile_recent_view.dart` (+2 -1) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/home/shared/mobile_page_card.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/home/tab/ai_bubble_button.dart` (+3 -3) _...and 80 more files_ </details> ### 📄 Description <!--- Thank you for submitting a pull request to AppFlowy. The team will dedicate their best efforts to reviewing and approving your pull request. If you have any questions about the project or feedback for us, please join our [Discord](https://discord.gg/wdjWUXXhtw). --> <!--- If your pull request adds a new feature, please drag and drop a video into this section to showcase what you've done! If not, you may delete this section. --> ### Feature Preview Depends on https://github.com/AppFlowy-IO/AppFlowy/pull/7230 - [x] paste table from Notion. - [x] paste table from Google Docs. - [ ] paste table from Excel. - [ ] tests <!--- List at least one issue here that this PR addresses. If it fixes the issue, please use the [fixes](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests) keyword to close the issue. For example: fixes https://github.com/AppFlowy-IO/AppFlowy/pull/2106 --> --- <!--- Before you mark this PR ready for review, run through this checklist! --> #### PR Checklist - [ ] 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:21:16 +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#7802
No description provided.