-
-
Notifications
You must be signed in to change notification settings - Fork 833
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tui input widget #394
Tui input widget #394
Conversation
This is so exciting!!!!!!!!!! |
Template architecture, async components, inline iterators, error boundaries, multiple renderers
Add Dependabot configuration for GitHub Actions updates
Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 4.2.3 to 4.4.1. - [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@v4.2.3...v4.4.1) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Update ZH_CN.md
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
chore: rename all &cx to cx, make clipppy happy, general cleanups
…ctions/actions/checkout-3 build(deps): bump actions/checkout from 2 to 3
…ctions/JamesIves/github-pages-deploy-action-4.4.1 build(deps): bump JamesIves/github-pages-deploy-action from 4.2.3 to 4.4.1
Do you need any help resolving conflicts here? |
I've copied over the changes to a up to date branch. I just need to update some things that changed with templates. Hopefully I can finish up tomorrow |
Conflicts fixed, but this branch has a bunch of files marked as changed that should not be. #646 has the same changes recreated from master |
Add widgets to the tui renderer, and a general purpose cursor struct for any renderers.
Todo:
Insert ModeDepends on:
#400
#390
Demo:
tui_widgets.mp4
Future work: pass through global attributes