mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
* chore: move grid_view_editor.rs to view_editor folder * chore: hide invisible rows * fix: lock issue * fix: flutter test potential failed * chore: separate group tests Co-authored-by: nathan <nathan@appflowy.io>
15 lines
237 B
Rust
15 lines
237 B
Rust
mod util;
|
|
|
|
pub mod block_editor;
|
|
pub mod block_manager;
|
|
pub mod cell;
|
|
pub mod field;
|
|
pub mod filter;
|
|
pub mod grid_editor;
|
|
mod grid_editor_trait_impl;
|
|
pub mod group;
|
|
pub mod persistence;
|
|
pub mod row;
|
|
pub mod setting;
|
|
pub mod view_editor;
|