aboutsummaryrefslogtreecommitdiffstats
path: root/ui/src/components/runbooks/List.tsx (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): directory block, re-org of some code (#2314)Ellie Huxtable2024-07-25
|
* fix(gui): cursor positioning on new doc creation (#2310)Ellie Huxtable2024-07-25
|
* feat(gui): clean up home page, fix a few bugs (#2304)Ellie Huxtable2024-07-23
| | | | | | | | | | | * wip home screen changes * more * adjust * fixes and things * patch runbook pty check
* feat(gui): background terminals and more (#2303)Ellie Huxtable2024-07-22
| | | | | * fixes & allow for background terminals to stay running * status indicators etc
* feat(gui): add runbook list, ability to create and delete, sql storage (#2282)Ellie Huxtable2024-07-15
* wip * saving works :)) * functioning delete button * persist selection properly