[PR #6343] [CLOSED] feat: support publish feature on mobile #7322

Closed
opened 2026-03-23 23:19:05 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/6343
Author: @LucasXu0
Created: 9/18/2024
Status: Closed

Base: mainHead: publish_on_mobile


📝 Commits (3)

  • 3bb4ed6 feat: support publish on mobile
  • ddfd83a chore: replace icons
  • 9a5564f Merge branch 'main' into publish_on_mobile

📊 Changes

4 files changed (+138 additions, -4 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/mobile/presentation/base/view_page/app_bar_buttons.dart (+6 -0)
📝 frontend/appflowy_flutter/lib/mobile/presentation/base/view_page/more_bottom_sheet.dart (+68 -1)
📝 frontend/appflowy_flutter/lib/mobile/presentation/bottom_sheet/bottom_sheet_view_page.dart (+59 -1)
📝 frontend/appflowy_flutter/lib/mobile/presentation/widgets/flowy_mobile_quick_action_button.dart (+5 -2)

📄 Description

Feature Preview

  • Support publishing a single page
  • Support selecting which views should be published for database view
  • Replace the icons
Screenshot 2024-09-18 at 17 57 14 Screenshot 2024-09-18 at 17 48 54

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/6343 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 9/18/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `publish_on_mobile` --- ### 📝 Commits (3) - [`3bb4ed6`](https://github.com/AppFlowy-IO/AppFlowy/commit/3bb4ed6b7fb26e326153ec31b34d94e7befdcd78) feat: support publish on mobile - [`ddfd83a`](https://github.com/AppFlowy-IO/AppFlowy/commit/ddfd83afd1e2f9184780a281c458718e9f48af22) chore: replace icons - [`9a5564f`](https://github.com/AppFlowy-IO/AppFlowy/commit/9a5564f95cbe0eff422948bb3721185d7c050225) Merge branch 'main' into publish_on_mobile ### 📊 Changes **4 files changed** (+138 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/mobile/presentation/base/view_page/app_bar_buttons.dart` (+6 -0) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/base/view_page/more_bottom_sheet.dart` (+68 -1) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/bottom_sheet/bottom_sheet_view_page.dart` (+59 -1) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/widgets/flowy_mobile_quick_action_button.dart` (+5 -2) </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] Support publishing a single page - [ ] Support selecting which views should be published for database view - [ ] Replace the icons <img width="544" alt="Screenshot 2024-09-18 at 17 57 14" src="https://github.com/user-attachments/assets/b1d3da1b-1edf-444b-aa7a-e2e376839985"> <img width="588" alt="Screenshot 2024-09-18 at 17 48 54" src="https://github.com/user-attachments/assets/ab8d6951-4050-42b5-bf97-a86580fba87a"> <!--- 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:19:05 +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#7322
No description provided.