Richard Shiue f0e4f3db61
chore: per-view field settings (#3199)
* chore: field-setting entities-events-notifications

* chore: update field settings

* chore: add tests

* chore: add docs

* chore: use an enum for field visibility

* chore: clippy warnings

* fix: deps fields

* chore: collab merge main

* chore: collab ref

* test: fix tests

* fix: tauri bump collab rev
2023-08-27 22:31:32 +08:00

12 lines
189 B
Rust

pub mod cell;
pub mod database;
pub mod database_view;
pub mod field;
pub mod field_settings;
pub mod filter;
pub mod group;
pub mod setting;
pub mod share;
pub mod snapshot;
pub mod sort;