Replies: 1 comment 1 reply
-
Go for it! I'm not currently working on anything there and would value someone adding these. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm working on a personal project with ratatui that I would need to write a lot of TUI-based prompts for, and tui-prompts looks like a good fit!
The project is a TUI client to do CRUD on notifications for a notification server (something like gotify). So far I've made some tab-based navigation in ratatui:
I just borrowed code for the prompts from the
text
example, and I'm now ready to start prodding the tui-prompts code.Looking at the README, I think I would need to implement the Number, Confirm, Toggle, Select, Multi-select and Date (DateTime) types, as well as validation, default initial values, and probably something relating to theme/styling and scrolling as well.
I would be willing to try implementing these, but as this would be a fair amount of code, I thought I should reach out first to confirm if any work is being done on this and if you have any views/advice about how any of this should be done. I could also create issues for individual parts to discuss there. If order isn't an issue I'd like to do the Number and Date/DateTime parts first.
Also your examples were a really good starting point, so thanks for that!
Beta Was this translation helpful? Give feedback.
All reactions