[PR #3149] [MERGED] refactor: login session #5601

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/3149
Author: @appflowy
Created: 8/8/2023
Status: Merged
Merged: 8/9/2023
Merged by: @appflowy

Base: mainHead: anonymous_session


📝 Commits (1)

📊 Changes

10 files changed (+236 additions, -139 deletions)

View changed files

frontend/appflowy_flutter/lib/user/application/historical_user_bloc.dart (+64 -0)
📝 frontend/appflowy_flutter/lib/user/application/user_service.dart (+2 -2)
frontend/appflowy_flutter/lib/user/presentation/historical_user.dart (+100 -0)
📝 frontend/appflowy_flutter/lib/user/presentation/sign_in_screen.dart (+57 -9)
📝 frontend/appflowy_flutter/lib/workspace/application/user/settings_user_bloc.dart (+2 -2)
frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/historical_user.dart (+0 -110)
📝 frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/setting_third_party_login.dart (+5 -1)
📝 frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/settings_user_view.dart (+1 -12)
📝 frontend/resources/translations/en.json (+4 -3)
📝 frontend/rust-lib/flowy-user/src/services/user_session.rs (+1 -0)

📄 Description

PR Checklist

  • My code adheres to the AppFlowy Style Guide
  • 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/3149 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 8/8/2023 **Status:** ✅ Merged **Merged:** 8/9/2023 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `anonymous_session` --- ### 📝 Commits (1) - [`70b1076`](https://github.com/AppFlowy-IO/AppFlowy/commit/70b1076f1f3333e631a82041d7a557b07a17e928) refactor: login session ### 📊 Changes **10 files changed** (+236 additions, -139 deletions) <details> <summary>View changed files</summary> ➕ `frontend/appflowy_flutter/lib/user/application/historical_user_bloc.dart` (+64 -0) 📝 `frontend/appflowy_flutter/lib/user/application/user_service.dart` (+2 -2) ➕ `frontend/appflowy_flutter/lib/user/presentation/historical_user.dart` (+100 -0) 📝 `frontend/appflowy_flutter/lib/user/presentation/sign_in_screen.dart` (+57 -9) 📝 `frontend/appflowy_flutter/lib/workspace/application/user/settings_user_bloc.dart` (+2 -2) ➖ `frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/historical_user.dart` (+0 -110) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/setting_third_party_login.dart` (+5 -1) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/settings_user_view.dart` (+1 -12) 📝 `frontend/resources/translations/en.json` (+4 -3) 📝 `frontend/rust-lib/flowy-user/src/services/user_session.rs` (+1 -0) </details> ### 📄 Description #### PR Checklist - [ ] My code adheres to the [AppFlowy Style Guide](https://appflowy.gitbook.io/docs/essential-documentation/contribute-to-appflowy/software-contributions/submitting-code/style-guides) - [ ] 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:19:28 +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#5601
No description provided.