[PR #5520] [MERGED] feat: magic link sign-in as anonymous user #6861

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/5520
Author: @Xazin
Created: 6/11/2024
Status: Merged
Merged: 6/11/2024
Merged by: @Xazin

Base: mainHead: fix/sign-in-email


📝 Commits (5)

  • 4f4ed35 feat: magic link sign-in as anonymous user
  • 4c2875f chore: remove commented code
  • e50d3e7 fix: custom sign-in dialog
  • ed61c7a fix: bring back sign-out dialog
  • e6ceb98 fix: add minor space for sync indicator

📊 Changes

9 files changed (+160 additions, -84 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/user/application/sign_in_bloc.dart (+12 -28)
📝 frontend/appflowy_flutter/lib/user/presentation/screens/sign_in_screen/desktop_sign_in_screen.dart (+2 -2)
📝 frontend/appflowy_flutter/lib/user/presentation/screens/sign_in_screen/sign_in_screen.dart (+3 -4)
📝 frontend/appflowy_flutter/lib/user/presentation/screens/sign_in_screen/widgets/magic_link_sign_in_buttons.dart (+5 -9)
📝 frontend/appflowy_flutter/lib/user/presentation/screens/sign_in_screen/widgets/third_party_sign_in_buttons.dart (+3 -4)
📝 frontend/appflowy_flutter/lib/user/presentation/screens/splash_screen.dart (+3 -5)
📝 frontend/appflowy_flutter/lib/workspace/presentation/settings/pages/settings_account_view.dart (+121 -27)
📝 frontend/appflowy_flutter/packages/flowy_infra_ui/lib/widget/dialog/styled_dialogs.dart (+8 -5)
📝 frontend/rust-lib/flowy-user/src/user_manager/manager.rs (+3 -0)

📄 Description

Relates: #5495

Feature Preview

image

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/5520 **Author:** [@Xazin](https://github.com/Xazin) **Created:** 6/11/2024 **Status:** ✅ Merged **Merged:** 6/11/2024 **Merged by:** [@Xazin](https://github.com/Xazin) **Base:** `main` ← **Head:** `fix/sign-in-email` --- ### 📝 Commits (5) - [`4f4ed35`](https://github.com/AppFlowy-IO/AppFlowy/commit/4f4ed355b45347e45b3113b9e093c4ee78e77b3b) feat: magic link sign-in as anonymous user - [`4c2875f`](https://github.com/AppFlowy-IO/AppFlowy/commit/4c2875f073076b4596d1f129c36878fcfcfea4ce) chore: remove commented code - [`e50d3e7`](https://github.com/AppFlowy-IO/AppFlowy/commit/e50d3e73777aca2c12cc59e9f271527482b4f8b4) fix: custom sign-in dialog - [`ed61c7a`](https://github.com/AppFlowy-IO/AppFlowy/commit/ed61c7a5d7e6ec723e34524f8e865819d4833591) fix: bring back sign-out dialog - [`e6ceb98`](https://github.com/AppFlowy-IO/AppFlowy/commit/e6ceb98f2a48cb6c488d58209a354acc255ac953) fix: add minor space for sync indicator ### 📊 Changes **9 files changed** (+160 additions, -84 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/user/application/sign_in_bloc.dart` (+12 -28) 📝 `frontend/appflowy_flutter/lib/user/presentation/screens/sign_in_screen/desktop_sign_in_screen.dart` (+2 -2) 📝 `frontend/appflowy_flutter/lib/user/presentation/screens/sign_in_screen/sign_in_screen.dart` (+3 -4) 📝 `frontend/appflowy_flutter/lib/user/presentation/screens/sign_in_screen/widgets/magic_link_sign_in_buttons.dart` (+5 -9) 📝 `frontend/appflowy_flutter/lib/user/presentation/screens/sign_in_screen/widgets/third_party_sign_in_buttons.dart` (+3 -4) 📝 `frontend/appflowy_flutter/lib/user/presentation/screens/splash_screen.dart` (+3 -5) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/settings/pages/settings_account_view.dart` (+121 -27) 📝 `frontend/appflowy_flutter/packages/flowy_infra_ui/lib/widget/dialog/styled_dialogs.dart` (+8 -5) 📝 `frontend/rust-lib/flowy-user/src/user_manager/manager.rs` (+3 -0) </details> ### 📄 Description Relates: #5495 ### Feature Preview ![image](https://github.com/AppFlowy-IO/AppFlowy/assets/42929161/1c0f72e4-0a4a-4843-8db3-9a211dd4bb0a) #### 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. - [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:17:00 +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#6861
No description provided.