mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-07-15 13:06:04 +00:00

* chore: rename update at and create at * chore: support switching view layout * chore: implement ui * chore: update layout type * refactor: board/calendar/grid setting button * chore: update UI after switch to other layout type * fix: no date display in calendar * chore: update patch * chore: fix create ref view in document * chore: fix flutter analyze * ci: warnings * chore: rename board and grid keys * fix: calendar row event update --------- Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
17 lines
312 B
Rust
17 lines
312 B
Rust
pub mod entities;
|
|
pub mod event_handler;
|
|
pub mod event_map;
|
|
pub mod manager;
|
|
mod notification;
|
|
pub mod protobuf;
|
|
mod user_default;
|
|
pub mod view_operation;
|
|
|
|
pub mod deps;
|
|
mod share;
|
|
#[cfg(feature = "test_helper")]
|
|
mod test_helper;
|
|
|
|
pub use collab_folder::core::ViewLayout;
|
|
pub use user_default::gen_workspace_id;
|