[PR #3246] [MERGED] chore: optimize the UI if fail to open the workspace #5641

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

📋 Pull Request Information

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

Base: mainHead: opti_workspace_not_exist


📝 Commits (3)

  • 578561a chore: async load user profile
  • 702b18c chore: enable reset workspace
  • 6f91d59 chore: add confirm dialog

📊 Changes

64 files changed (+928 additions, -322 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/plugins/database_view/application/defines.dart (+3 -0)
📝 frontend/appflowy_flutter/lib/plugins/database_view/grid/application/row/row_document_bloc.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/database_view/widgets/row/cells/date_cell/date_cal_bloc.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/user/application/auth/appflowy_auth_service.dart (+3 -2)
📝 frontend/appflowy_flutter/lib/user/application/auth/auth_error.dart (+9 -8)
📝 frontend/appflowy_flutter/lib/user/application/sign_in_bloc.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/user/application/sign_up_bloc.dart (+1 -1)
frontend/appflowy_flutter/lib/user/application/workspace_error_bloc.dart (+98 -0)
frontend/appflowy_flutter/lib/user/presentation/empty_workspace_screen.dart (+0 -10)
📝 frontend/appflowy_flutter/lib/user/presentation/encrypt_secret_screen.dart (+3 -5)
📝 frontend/appflowy_flutter/lib/user/presentation/router.dart (+20 -0)
📝 frontend/appflowy_flutter/lib/user/presentation/sign_in_screen.dart (+24 -2)
📝 frontend/appflowy_flutter/lib/user/presentation/splash_screen.dart (+3 -3)
frontend/appflowy_flutter/lib/user/presentation/workspace_error_screen.dart (+196 -0)
📝 frontend/appflowy_flutter/lib/workspace/presentation/widgets/dialogs.dart (+2 -2)
📝 frontend/appflowy_flutter/packages/flowy_infra_ui/lib/style_widget/snap_bar.dart (+7 -7)
📝 frontend/resources/translations/en.json (+2 -0)
📝 frontend/rust-lib/flowy-config/src/event_handler.rs (+2 -2)
📝 frontend/rust-lib/flowy-core/src/deps_resolve/database_deps.rs (+3 -3)
📝 frontend/rust-lib/flowy-core/src/deps_resolve/document_deps.rs (+3 -3)

...and 44 more files

📄 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/3246 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 8/21/2023 **Status:** ✅ Merged **Merged:** 8/21/2023 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `opti_workspace_not_exist` --- ### 📝 Commits (3) - [`578561a`](https://github.com/AppFlowy-IO/AppFlowy/commit/578561a98745ab5f92d7d54e4e181dc17c6ec032) chore: async load user profile - [`702b18c`](https://github.com/AppFlowy-IO/AppFlowy/commit/702b18c39fa8aa690277abce83b20fef3803d1b9) chore: enable reset workspace - [`6f91d59`](https://github.com/AppFlowy-IO/AppFlowy/commit/6f91d59c5e64fe731b61ad1ec5c84a7761c0931c) chore: add confirm dialog ### 📊 Changes **64 files changed** (+928 additions, -322 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/plugins/database_view/application/defines.dart` (+3 -0) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/grid/application/row/row_document_bloc.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/widgets/row/cells/date_cell/date_cal_bloc.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/user/application/auth/appflowy_auth_service.dart` (+3 -2) 📝 `frontend/appflowy_flutter/lib/user/application/auth/auth_error.dart` (+9 -8) 📝 `frontend/appflowy_flutter/lib/user/application/sign_in_bloc.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/user/application/sign_up_bloc.dart` (+1 -1) ➕ `frontend/appflowy_flutter/lib/user/application/workspace_error_bloc.dart` (+98 -0) ➖ `frontend/appflowy_flutter/lib/user/presentation/empty_workspace_screen.dart` (+0 -10) 📝 `frontend/appflowy_flutter/lib/user/presentation/encrypt_secret_screen.dart` (+3 -5) 📝 `frontend/appflowy_flutter/lib/user/presentation/router.dart` (+20 -0) 📝 `frontend/appflowy_flutter/lib/user/presentation/sign_in_screen.dart` (+24 -2) 📝 `frontend/appflowy_flutter/lib/user/presentation/splash_screen.dart` (+3 -3) ➕ `frontend/appflowy_flutter/lib/user/presentation/workspace_error_screen.dart` (+196 -0) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/widgets/dialogs.dart` (+2 -2) 📝 `frontend/appflowy_flutter/packages/flowy_infra_ui/lib/style_widget/snap_bar.dart` (+7 -7) 📝 `frontend/resources/translations/en.json` (+2 -0) 📝 `frontend/rust-lib/flowy-config/src/event_handler.rs` (+2 -2) 📝 `frontend/rust-lib/flowy-core/src/deps_resolve/database_deps.rs` (+3 -3) 📝 `frontend/rust-lib/flowy-core/src/deps_resolve/document_deps.rs` (+3 -3) _...and 44 more files_ </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:39 +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#5641
No description provided.