[PR #1919] [MERGED] Fix/tauri login state #5013

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1919
Author: @appflowy
Created: 3/3/2023
Status: Merged
Merged: 3/4/2023
Merged by: @appflowy

Base: mainHead: fix/tauri_login_state


📝 Commits (4)

  • c8a9d48 fix: redux serializableCheck
  • b4d9443 chore: read login state
  • 410b9b6 fix: show loading page while checking user state
  • 631c807 chore: cell data parser

📊 Changes

9 files changed (+106 additions, -34 deletions)

View changed files

frontend/appflowy_tauri/src/appflowy_app/assets/launch_splash.jpg (+0 -0)
📝 frontend/appflowy_tauri/src/appflowy_app/components/TestApiButton/TestAPI.tsx (+1 -2)
📝 frontend/appflowy_tauri/src/appflowy_app/components/TestApiButton/TestGrid.tsx (+4 -2)
📝 frontend/appflowy_tauri/src/appflowy_app/components/auth/ProtectedRoutes.tsx (+47 -9)
📝 frontend/appflowy_tauri/src/appflowy_app/components/auth/auth.hooks.ts (+35 -9)
📝 frontend/appflowy_tauri/src/appflowy_app/stores/effects/database/cell/cell_controller.ts (+10 -7)
📝 frontend/appflowy_tauri/src/appflowy_app/stores/effects/user/user_bd_svc.ts (+5 -0)
📝 frontend/appflowy_tauri/src/appflowy_app/stores/reducers/current-user/slice.ts (+3 -4)
📝 frontend/appflowy_tauri/src/appflowy_app/stores/store.ts (+1 -1)

📄 Description

No description provided


🔄 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/1919 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 3/3/2023 **Status:** ✅ Merged **Merged:** 3/4/2023 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `fix/tauri_login_state` --- ### 📝 Commits (4) - [`c8a9d48`](https://github.com/AppFlowy-IO/AppFlowy/commit/c8a9d48a616dd874713af1d567e6ac2da67f775c) fix: redux serializableCheck - [`b4d9443`](https://github.com/AppFlowy-IO/AppFlowy/commit/b4d94435ba5fdacc71c1796e5869d4ddb89cb801) chore: read login state - [`410b9b6`](https://github.com/AppFlowy-IO/AppFlowy/commit/410b9b6e5e51937d06c0878f686fe58961bddb7e) fix: show loading page while checking user state - [`631c807`](https://github.com/AppFlowy-IO/AppFlowy/commit/631c807b1b9cd6dc4ddba79172d4233f447a8123) chore: cell data parser ### 📊 Changes **9 files changed** (+106 additions, -34 deletions) <details> <summary>View changed files</summary> ➕ `frontend/appflowy_tauri/src/appflowy_app/assets/launch_splash.jpg` (+0 -0) 📝 `frontend/appflowy_tauri/src/appflowy_app/components/TestApiButton/TestAPI.tsx` (+1 -2) 📝 `frontend/appflowy_tauri/src/appflowy_app/components/TestApiButton/TestGrid.tsx` (+4 -2) 📝 `frontend/appflowy_tauri/src/appflowy_app/components/auth/ProtectedRoutes.tsx` (+47 -9) 📝 `frontend/appflowy_tauri/src/appflowy_app/components/auth/auth.hooks.ts` (+35 -9) 📝 `frontend/appflowy_tauri/src/appflowy_app/stores/effects/database/cell/cell_controller.ts` (+10 -7) 📝 `frontend/appflowy_tauri/src/appflowy_app/stores/effects/user/user_bd_svc.ts` (+5 -0) 📝 `frontend/appflowy_tauri/src/appflowy_app/stores/reducers/current-user/slice.ts` (+3 -4) 📝 `frontend/appflowy_tauri/src/appflowy_app/stores/store.ts` (+1 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:16:49 +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#5013
No description provided.