aboutsummaryrefslogtreecommitdiffstats
path: root/ui/src/components/runbooks (unfollow)
Commit message (Collapse)Author
2024-07-30chore: remove ui directory (#2329)Ellie Huxtable
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.
2024-07-26fix(gui): random ts errors (#2316)Ellie Huxtable
2024-07-26feat(gui): folder select dialogue for directory block (#2315)Ellie Huxtable
2024-07-25feat(gui): directory block, re-org of some code (#2314)Ellie Huxtable
2024-07-25feat(gui): allow interacting with the embedded terminal (#2312)Ellie Huxtable
2024-07-25fix(gui): cursor positioning on new doc creation (#2310)Ellie Huxtable
2024-07-25fix(gui): double return on mac/linux (#2311)Ellie Huxtable
2024-07-23feat(gui): clean up home page, fix a few bugs (#2304)Ellie Huxtable
* wip home screen changes * more * adjust * fixes and things * patch runbook pty check
2024-07-22feat(gui): background terminals and more (#2303)Ellie Huxtable
* fixes & allow for background terminals to stay running * status indicators etc
2024-07-16fix(gui): terminal resize overflow (#2285)Ellie Huxtable
2024-07-15feat(gui): add runbook list, ability to create and delete, sql storage (#2282)Ellie Huxtable
* wip * saving works :)) * functioning delete button * persist selection properly
2024-07-10fix(gui): add \r for windows (shouldn't effect unix bc they should ignore ↵YummyOreo
it) (#2253)
2024-07-10feat(gui): use fancy new side nav (#2243)Ellie Huxtable
* feat(gui): use fancy new side nav * compact only sidebar, no expand-collapse * custom drag region, remove titlebar * add user popup * wire up login/logout/register, move user button to bottom and add menu * link help and feedback to forum
2024-07-08feat(gui): runbooks that run (#2233)Ellie Huxtable
* 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