mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
5cbc8b1e18
* feat: initial calculation controller * fix: entities * feat: calculations * fix: review comments and support floats * fix: abstract business logic into calculations service * fix: clean calculation entities after merge * feat: react to changes to row/cell/field_type * chore: changes after merging main * feat: handle delete field * test: add grid calculations tests * fix: add validation + format numbers * refactor: get cell number * chore: bump collab * chore: fix clippy * chore: update docs * chore: update docs * chore: fmt * chore: fix flutter * chore: collab rev * fix: cleanup and hover to show * fix: localization * test: add basic rust test * fix: clippy * fix: support updating calculation on duplicate row --------- Co-authored-by: nathan <nathan@appflowy.io>
14 lines
213 B
Rust
14 lines
213 B
Rust
mod block_test;
|
|
mod calculations_test;
|
|
mod cell_test;
|
|
mod database_editor;
|
|
mod field_settings_test;
|
|
mod field_test;
|
|
mod filter_test;
|
|
mod group_test;
|
|
mod layout_test;
|
|
mod sort_test;
|
|
|
|
mod mock_data;
|
|
mod share_test;
|