[PR #1621] [MERGED] Refactor/crate directory #4855

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1621
Author: @appflowy
Created: 12/30/2022
Status: Merged
Merged: 12/30/2022
Merged by: @appflowy

Base: mainHead: refactor/crate_directory


📝 Commits (5)

  • bb54222 chore: fix wanrings
  • 584f385 chore: remove protobuf ref in flowy-error-code
  • 00005b7 chore: remove protobuf ref in lib-ws
  • e9965fc refactor: remove protobuf trait in flowy http model
  • 1f7d471 refactor: remove flowy-error-code crate

📊 Changes

167 files changed (+655 additions, -923 deletions)

View changed files

📝 frontend/Makefile.toml (+0 -1)
📝 frontend/app_flowy/lib/plugins/grid/application/cell/date_cal_bloc.dart (+1 -1)
📝 frontend/app_flowy/lib/user/application/sign_in_bloc.dart (+28 -10)
📝 frontend/app_flowy/lib/user/application/sign_up_bloc.dart (+21 -9)
📝 frontend/app_flowy/lib/user/application/user_listener.dart (+1 -1)
📝 frontend/app_flowy/lib/user/presentation/splash_screen.dart (+1 -1)
📝 frontend/app_flowy/lib/workspace/application/home/home_bloc.dart (+1 -1)
📝 frontend/rust-lib/Cargo.lock (+32 -18)
📝 frontend/rust-lib/Cargo.toml (+4 -0)
📝 frontend/rust-lib/dart-ffi/Cargo.toml (+2 -2)
📝 frontend/rust-lib/dart-notify/Cargo.toml (+2 -2)
📝 frontend/rust-lib/flowy-ast/Cargo.toml (+0 -0)
📝 frontend/rust-lib/flowy-ast/src/ast.rs (+0 -0)
📝 frontend/rust-lib/flowy-ast/src/ctxt.rs (+0 -0)
📝 frontend/rust-lib/flowy-ast/src/event_attrs.rs (+0 -0)
📝 frontend/rust-lib/flowy-ast/src/lib.rs (+0 -0)
📝 frontend/rust-lib/flowy-ast/src/node_attrs.rs (+0 -0)
📝 frontend/rust-lib/flowy-ast/src/pb_attrs.rs (+0 -0)
📝 frontend/rust-lib/flowy-ast/src/symbol.rs (+0 -0)
📝 frontend/rust-lib/flowy-ast/src/ty_ext.rs (+0 -0)

...and 80 more files

📄 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/1621 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 12/30/2022 **Status:** ✅ Merged **Merged:** 12/30/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `refactor/crate_directory` --- ### 📝 Commits (5) - [`bb54222`](https://github.com/AppFlowy-IO/AppFlowy/commit/bb54222db933d3a4dc06c9a97a272cbc46425a5b) chore: fix wanrings - [`584f385`](https://github.com/AppFlowy-IO/AppFlowy/commit/584f38526981b35c90c0f75b3309d1827bf7f899) chore: remove protobuf ref in flowy-error-code - [`00005b7`](https://github.com/AppFlowy-IO/AppFlowy/commit/00005b7373ef30944f23a276a55e38de61fc33ee) chore: remove protobuf ref in lib-ws - [`e9965fc`](https://github.com/AppFlowy-IO/AppFlowy/commit/e9965fc789767a326c849f837cc63fb165757b78) refactor: remove protobuf trait in flowy http model - [`1f7d471`](https://github.com/AppFlowy-IO/AppFlowy/commit/1f7d471eeaf3aada36e3c30d9f403fa1eedbeed2) refactor: remove flowy-error-code crate ### 📊 Changes **167 files changed** (+655 additions, -923 deletions) <details> <summary>View changed files</summary> 📝 `frontend/Makefile.toml` (+0 -1) 📝 `frontend/app_flowy/lib/plugins/grid/application/cell/date_cal_bloc.dart` (+1 -1) 📝 `frontend/app_flowy/lib/user/application/sign_in_bloc.dart` (+28 -10) 📝 `frontend/app_flowy/lib/user/application/sign_up_bloc.dart` (+21 -9) 📝 `frontend/app_flowy/lib/user/application/user_listener.dart` (+1 -1) 📝 `frontend/app_flowy/lib/user/presentation/splash_screen.dart` (+1 -1) 📝 `frontend/app_flowy/lib/workspace/application/home/home_bloc.dart` (+1 -1) 📝 `frontend/rust-lib/Cargo.lock` (+32 -18) 📝 `frontend/rust-lib/Cargo.toml` (+4 -0) 📝 `frontend/rust-lib/dart-ffi/Cargo.toml` (+2 -2) 📝 `frontend/rust-lib/dart-notify/Cargo.toml` (+2 -2) 📝 `frontend/rust-lib/flowy-ast/Cargo.toml` (+0 -0) 📝 `frontend/rust-lib/flowy-ast/src/ast.rs` (+0 -0) 📝 `frontend/rust-lib/flowy-ast/src/ctxt.rs` (+0 -0) 📝 `frontend/rust-lib/flowy-ast/src/event_attrs.rs` (+0 -0) 📝 `frontend/rust-lib/flowy-ast/src/lib.rs` (+0 -0) 📝 `frontend/rust-lib/flowy-ast/src/node_attrs.rs` (+0 -0) 📝 `frontend/rust-lib/flowy-ast/src/pb_attrs.rs` (+0 -0) 📝 `frontend/rust-lib/flowy-ast/src/symbol.rs` (+0 -0) 📝 `frontend/rust-lib/flowy-ast/src/ty_ext.rs` (+0 -0) _...and 80 more files_ </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:08 +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#4855
No description provided.