[PR #6766] [MERGED] feat: last publish name #7567

Closed
opened 2026-03-23 23:20:13 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/6766
Author: @speed2exe
Created: 11/12/2024
Status: Merged
Merged: 11/13/2024
Merged by: @LucasXu0

Base: mainHead: feat/last-publish-name


📝 Commits (8)

  • 4c5538b chore: wip update client api
  • e7ecb9b feat: add unpublished information
  • 2d6306d Merge branch 'main' into feat/last-publish-name
  • 43d9e55 feat: keep the last publish name
  • 409c2db test: add re-publish test
  • 615676e test: add empty name test
  • 99d65ae Merge branch 'main' into feat/last-publish-name
  • 8a9e118 chore: update cloud version to 0.7.6

📊 Changes

11 files changed (+168 additions, -52 deletions)

View changed files

📝 .github/workflows/ios_ci.yaml (+0 -1)
📝 .github/workflows/rust_ci.yaml (+3 -3)
📝 frontend/appflowy_flutter/integration_test/desktop/cloud/document/document_publish_test.dart (+79 -0)
📝 frontend/appflowy_flutter/lib/mobile/presentation/base/view_page/more_bottom_sheet.dart (+7 -3)
📝 frontend/appflowy_flutter/lib/plugins/shared/share/publish_tab.dart (+7 -3)
📝 frontend/appflowy_flutter/lib/plugins/shared/share/share_bloc.dart (+51 -27)
📝 frontend/appflowy_flutter/lib/shared/error_code/error_code_map.dart (+2 -0)
📝 frontend/resources/translations/en.json (+2 -1)
📝 frontend/rust-lib/Cargo.lock (+12 -12)
📝 frontend/rust-lib/Cargo.toml (+2 -2)
📝 frontend/rust-lib/flowy-folder/src/entities/publish.rs (+3 -0)

📄 Description

Feature Preview

  • re-publish the page will use the previous path name as the default name
  • 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/6766 **Author:** [@speed2exe](https://github.com/speed2exe) **Created:** 11/12/2024 **Status:** ✅ Merged **Merged:** 11/13/2024 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `feat/last-publish-name` --- ### 📝 Commits (8) - [`4c5538b`](https://github.com/AppFlowy-IO/AppFlowy/commit/4c5538bc481cd4a1eccb08a690615ab6bcfd7f06) chore: wip update client api - [`e7ecb9b`](https://github.com/AppFlowy-IO/AppFlowy/commit/e7ecb9b68cd820f0994eaff3ef6e3773757cebf1) feat: add unpublished information - [`2d6306d`](https://github.com/AppFlowy-IO/AppFlowy/commit/2d6306dfb96471d5f52d63678c45a86e5bc465a0) Merge branch 'main' into feat/last-publish-name - [`43d9e55`](https://github.com/AppFlowy-IO/AppFlowy/commit/43d9e552b314d286505adbf6b6884cb385ec376b) feat: keep the last publish name - [`409c2db`](https://github.com/AppFlowy-IO/AppFlowy/commit/409c2db68d97b42eb675c23c7b27ca543bd58c5f) test: add re-publish test - [`615676e`](https://github.com/AppFlowy-IO/AppFlowy/commit/615676e17888914d4f068b361a21f59aff9d20d4) test: add empty name test - [`99d65ae`](https://github.com/AppFlowy-IO/AppFlowy/commit/99d65aea8c5c548471058c9b4c840be4c8a0ccd0) Merge branch 'main' into feat/last-publish-name - [`8a9e118`](https://github.com/AppFlowy-IO/AppFlowy/commit/8a9e118d212c423d29466eda30d62d9d61d96f28) chore: update cloud version to 0.7.6 ### 📊 Changes **11 files changed** (+168 additions, -52 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ios_ci.yaml` (+0 -1) 📝 `.github/workflows/rust_ci.yaml` (+3 -3) 📝 `frontend/appflowy_flutter/integration_test/desktop/cloud/document/document_publish_test.dart` (+79 -0) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/base/view_page/more_bottom_sheet.dart` (+7 -3) 📝 `frontend/appflowy_flutter/lib/plugins/shared/share/publish_tab.dart` (+7 -3) 📝 `frontend/appflowy_flutter/lib/plugins/shared/share/share_bloc.dart` (+51 -27) 📝 `frontend/appflowy_flutter/lib/shared/error_code/error_code_map.dart` (+2 -0) 📝 `frontend/resources/translations/en.json` (+2 -1) 📝 `frontend/rust-lib/Cargo.lock` (+12 -12) 📝 `frontend/rust-lib/Cargo.toml` (+2 -2) 📝 `frontend/rust-lib/flowy-folder/src/entities/publish.rs` (+3 -0) </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 - [x] re-publish the page will use the previous path name as the default name - [x] 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 - [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. - [x] 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:20:13 +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#7567
No description provided.