[PR #4060] [MERGED] chore: enable cloud setting on mobile #6032

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/4060
Author: @appflowy
Created: 11/30/2023
Status: Merged
Merged: 12/1/2023
Merged by: @appflowy

Base: mainHead: mobile_cloud_setting


📝 Commits (4)

  • f52cba4 chore: enable cloud setting on mobile
  • ac8a217 chore: disable ansi
  • 25f40bd chore: bump up client api
  • da23f75 chore: bump up client api

📊 Changes

14 files changed (+110 additions, -69 deletions)

View changed files

📝 frontend/.vscode/launch.json (+10 -0)
📝 frontend/appflowy_flutter/ios/Podfile.lock (+1 -1)
📝 frontend/appflowy_flutter/lib/mobile/presentation/home/mobile_home_setting_page.dart (+3 -0)
frontend/appflowy_flutter/lib/mobile/presentation/setting/cloud/appflowy_cloud_page.dart (+28 -0)
frontend/appflowy_flutter/lib/mobile/presentation/setting/cloud/cloud_setting_group.dart (+33 -0)
📝 frontend/appflowy_flutter/lib/startup/tasks/generate_router.dart (+12 -0)
📝 frontend/appflowy_flutter/lib/startup/tasks/rust_sdk.dart (+1 -0)
📝 frontend/appflowy_flutter/lib/user/presentation/screens/sign_in_screen/widgets/third_party_sign_in_buttons.dart (+0 -47)
📝 frontend/appflowy_tauri/src-tauri/Cargo.lock (+9 -9)
📝 frontend/appflowy_tauri/src-tauri/Cargo.toml (+1 -1)
📝 frontend/rust-lib/Cargo.lock (+9 -9)
📝 frontend/rust-lib/Cargo.toml (+1 -1)
📝 frontend/rust-lib/flowy-document2/src/manager.rs (+1 -0)
📝 frontend/rust-lib/lib-log/src/lib.rs (+1 -1)

📄 Description

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/4060 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 11/30/2023 **Status:** ✅ Merged **Merged:** 12/1/2023 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `mobile_cloud_setting` --- ### 📝 Commits (4) - [`f52cba4`](https://github.com/AppFlowy-IO/AppFlowy/commit/f52cba439bd5fc28cba296e0debbafce6283c0a3) chore: enable cloud setting on mobile - [`ac8a217`](https://github.com/AppFlowy-IO/AppFlowy/commit/ac8a217ad07b42e70b9c6f669abbc6bf21d1ac7a) chore: disable ansi - [`25f40bd`](https://github.com/AppFlowy-IO/AppFlowy/commit/25f40bdf8e326e3c44c8738a120e608960b440e9) chore: bump up client api - [`da23f75`](https://github.com/AppFlowy-IO/AppFlowy/commit/da23f75c17038773b0cc8913c1d3d025435d0650) chore: bump up client api ### 📊 Changes **14 files changed** (+110 additions, -69 deletions) <details> <summary>View changed files</summary> 📝 `frontend/.vscode/launch.json` (+10 -0) 📝 `frontend/appflowy_flutter/ios/Podfile.lock` (+1 -1) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/home/mobile_home_setting_page.dart` (+3 -0) ➕ `frontend/appflowy_flutter/lib/mobile/presentation/setting/cloud/appflowy_cloud_page.dart` (+28 -0) ➕ `frontend/appflowy_flutter/lib/mobile/presentation/setting/cloud/cloud_setting_group.dart` (+33 -0) 📝 `frontend/appflowy_flutter/lib/startup/tasks/generate_router.dart` (+12 -0) 📝 `frontend/appflowy_flutter/lib/startup/tasks/rust_sdk.dart` (+1 -0) 📝 `frontend/appflowy_flutter/lib/user/presentation/screens/sign_in_screen/widgets/third_party_sign_in_buttons.dart` (+0 -47) 📝 `frontend/appflowy_tauri/src-tauri/Cargo.lock` (+9 -9) 📝 `frontend/appflowy_tauri/src-tauri/Cargo.toml` (+1 -1) 📝 `frontend/rust-lib/Cargo.lock` (+9 -9) 📝 `frontend/rust-lib/Cargo.toml` (+1 -1) 📝 `frontend/rust-lib/flowy-document2/src/manager.rs` (+1 -0) 📝 `frontend/rust-lib/lib-log/src/lib.rs` (+1 -1) </details> ### 📄 Description #### 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 22:21:24 +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#6032
No description provided.