Closed ardangelo closed 2 months ago
Also, the linting is broken. Run the following commands for more infos
cargo clippy --workspace --all-features -- -D warnings
cargo fmt --all -- --check
Thanks for the comments, I've addressed them all.
Thanks, fixed the hard-coded dialog widths.
Last commits also change all the hard-coded colors to use a common palette. This makes adding monochrome mode easier. (The Pi device I'm working on has a monochrome display and had some problems with the colors and table highlights).
I noticed couple of things:
This is becoming really hard to review as there is lot of changes in different modules. Can we break it down into small PRs instead ?
I am gonna close this PR as there is no update about it. feel free to open a new one with smaller scope and changes.
Planning to add Impala to a Raspberry Pi-based device with a small screen. This PR adds a small-screen mode with a tabbed interface.
Also: