Isse
Isse
## Checklist - CI Checked: - [x] `cargo fmt` has been ran - [x] `cargo clippy` reports no issues - [x] `cargo test` succeeds - [x] `cargo rend3-doc` has no...
### Related * Closes https://github.com/rerun-io/rerun/issues/6824 ### What Moves text log view properties to blueprint.
Currently `AppState` has a serialization derive where most of the fields skip serialization. The only fields actually using it now are `RedapServers` and `AppOptions`. Ideally the parsing for these two...