aboutsummaryrefslogtreecommitdiffstats
path: root/ui/backend/src/run/pty.rs (follow)
Commit message (Collapse)AuthorAge
* chore: remove ui directory (#2329)Ellie Huxtable2024-07-30
| | | | | | | | This is still in development, but rather than clutter the commit history and issues with an unreleased project I've split the UI into its own repo. Once ready for release, I'll either merge the ui code back in, or just make the repo public.
* feat(gui): folder select dialogue for directory block (#2315)Ellie Huxtable2024-07-26
|
* feat(gui): directory block, re-org of some code (#2314)Ellie Huxtable2024-07-25
|
* fix(gui): double return on mac/linux (#2311)Ellie Huxtable2024-07-25
|
* fix(gui): do not hardcode db path (#2309)Ellie Huxtable2024-07-25
| | | | | | | * feat(gui/backend): add cli_settings tauri command * chore(gui/backend): overdue cargo fmt * fix(gui): use configured db path, not hardcoded
* feat(gui): background terminals and more (#2303)Ellie Huxtable2024-07-22
| | | | | * fixes & allow for background terminals to stay running * status indicators etc
* fix(gui): kill child on block stop (#2288)Ellie Huxtable2024-07-16
|
* feat(gui): runbooks that run (#2233)Ellie Huxtable2024-07-08
* add initial runbooks frontend * fix buttons, scroll, add shell support to editor * work * some tweaks * wip - run crate * functioning executable blocks * handle resizing, killing ptys * clear properly on stop * move terminal to its own component, handle lifecycle better * fix all build issues * ffs codespelll * update lockfile * clippy is needy once more * only build pty stuff on mac/linux * vendor pty handling into desktop * update lockfile