aboutsummaryrefslogtreecommitdiffstats
path: root/ui/backend/src/install.rs (follow)
Commit message (Collapse)AuthorAge
* fix(gui): add support for checking if the cli is installed on windows (#2162)YummyOreo2024-06-19
| | | | | | | * fix(windows): add support for checking if the cli is installed on windows * refactor: remove debugging info * refactor: cargo fmt
* feat(gui): automatically install and setup the cli/shell (#2139)Ellie Huxtable2024-06-17
* feat(gui): automatically install and setup the cli/shell * add shell config and toasts