[PR #5021] [MERGED] feat: expand share option #6587

Closed
opened 2026-03-23 23:15:34 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/5021
Author: @vashonne
Created: 3/31/2024
Status: Merged
Merged: 4/11/2024
Merged by: @LucasXu0

Base: mainHead: expand-share-option


📝 Commits (5)

  • 8c9256a feat: expand share option
  • c689fdc Merge branch 'main' into expand-share-option
  • 017f2fa Merge branch 'main' into expand-share-option
  • 081ce78 chore: optimize the code
  • 2cb2950 Merge branch 'main' into expand-share-option

📊 Changes

6 files changed (+126 additions, -26 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/plugins/document/application/document_share_bloc.dart (+70 -25)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/share/share_button.dart (+44 -1)
📝 frontend/appflowy_flutter/lib/workspace/application/export/document_exporter.dart (+6 -0)
📝 frontend/resources/translations/en.json (+2 -0)
📝 frontend/resources/translations/zh-CN.json (+2 -0)
📝 frontend/rust-lib/flowy-document/src/entities.rs (+2 -0)

📄 Description

Feature Preview

https://github.com/AppFlowy-IO/AppFlowy/assets/54029053/928e0fa4-4ebb-4407-99e0-8a2464cb1796

Closes #3577


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/5021 **Author:** [@vashonne](https://github.com/vashonne) **Created:** 3/31/2024 **Status:** ✅ Merged **Merged:** 4/11/2024 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `expand-share-option` --- ### 📝 Commits (5) - [`8c9256a`](https://github.com/AppFlowy-IO/AppFlowy/commit/8c9256ab2d9d348af12c6aa69f6819842f3b5bbe) feat: expand share option - [`c689fdc`](https://github.com/AppFlowy-IO/AppFlowy/commit/c689fdc8716991cf3593eaa2693fe9f64c2e54d6) Merge branch 'main' into expand-share-option - [`017f2fa`](https://github.com/AppFlowy-IO/AppFlowy/commit/017f2faa34dd2a42e2425a1bad142b20459cf6f8) Merge branch 'main' into expand-share-option - [`081ce78`](https://github.com/AppFlowy-IO/AppFlowy/commit/081ce781771d54fb0d118a69167740492517db0b) chore: optimize the code - [`2cb2950`](https://github.com/AppFlowy-IO/AppFlowy/commit/2cb2950283c84befe3388a2322e2985d37260444) Merge branch 'main' into expand-share-option ### 📊 Changes **6 files changed** (+126 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/plugins/document/application/document_share_bloc.dart` (+70 -25) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/share/share_button.dart` (+44 -1) 📝 `frontend/appflowy_flutter/lib/workspace/application/export/document_exporter.dart` (+6 -0) 📝 `frontend/resources/translations/en.json` (+2 -0) 📝 `frontend/resources/translations/zh-CN.json` (+2 -0) 📝 `frontend/rust-lib/flowy-document/src/entities.rs` (+2 -0) </details> ### 📄 Description ### Feature Preview https://github.com/AppFlowy-IO/AppFlowy/assets/54029053/928e0fa4-4ebb-4407-99e0-8a2464cb1796 <!--- 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 --> Closes [#3577](https://github.com/AppFlowy-IO/AppFlowy/issues/3577) --- <!--- Before you mark this PR ready for review, run through this checklist! --> #### 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. - [ ] 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:15:34 +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#6587
No description provided.