Skip to content

Commit

Permalink
feat(gui): runbooks that run (#2233)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
ellie authored Jul 8, 2024
1 parent f56a66a commit 5b38448
Show file tree
Hide file tree
Showing 27 changed files with 5,712 additions and 2,546 deletions.
2 changes: 1 addition & 1 deletion .codespellrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[codespell]
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
skip = .git*,*.lock,.codespellrc,CODE_OF_CONDUCT.md
skip = .git*,*.lock,.codespellrc,CODE_OF_CONDUCT.md,ui/pnpm-lock.yaml
check-hidden = true
# ignore-regex =
ignore-words-list = crate,ratatui,inbetween
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
# This is regenerated from commit history
# we cannot rewrite commit history, and I'd rather not correct it
# every time
exclude_file: CHANGELOG.md
exclude_file: CHANGELOG.md,ui/pnpm-lock.yaml
Loading

0 comments on commit 5b38448

Please sign in to comment.