Dark-Alex-17
|
37d7b77f90
|
fix: Corrected doctests to pass
|
2024-11-14 16:04:39 -07:00 |
|
Dark-Alex-17
|
3e23a73f6b
|
feat: Updated the Ratatui Tree Widget to allow the tree to story any data type that implements Into<Text>, so that users can also easily fetch data from within the tree based on what's selected for non-text data types.
|
2024-11-14 15:38:37 -07:00 |
|
Dark-Alex-17
|
735f111866
|
feat: Changed the tree to accept any type that implements Into<Text> so I can use the tree to fully store structs in the TUI as well as listing them
|
2024-11-13 13:06:15 -07:00 |
|
Dark-Alex-17
|
6e66e3e398
|
feat: Added the ability to get the text of any given TreeItem
|
2024-11-11 18:00:49 -07:00 |
|