AppFlowy/frontend/rust-lib/flowy-database2/tests/database/field_test
Richard Shiue 0f006fa60b
feat: pre-fill row cells with filter data before row creation (#4854)
* feat: fill cells according to active filters

* chore: short circuit filter_row function

* chore: delete corresponding filters when filtered filter is deleted

* chore: validate filters when loading

* chore: remove unnecessary tuple in return

* chore: use trait

* chore: add tests
2024-03-16 17:18:30 +08:00
..
mod.rs feat: migrate flowy-database (#2373) 2023-04-28 14:08:53 +08:00
script.rs fix: disappearing sorts (#4691) 2024-02-21 20:01:57 +08:00
test.rs feat: pre-fill row cells with filter data before row creation (#4854) 2024-03-16 17:18:30 +08:00
util.rs refactor: use BoxAny for dynamically-typed cell changesets (#4655) 2024-02-22 07:12:52 +08:00