mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-07-23 09:01:21 +00:00

* chore: observe file upload state * chore: observe file upload state * chore: upgrade client api * Update frontend/appflowy_flutter/lib/startup/tasks/file_storage_task.dart Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io> * chore: fix tauri build --------- Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
10 lines
151 B
Rust
10 lines
151 B
Rust
mod entities;
|
|
mod event_handler;
|
|
pub mod event_map;
|
|
mod file_cache;
|
|
pub mod manager;
|
|
mod notification;
|
|
mod protobuf;
|
|
pub mod sqlite_sql;
|
|
mod uploader;
|