Dark-Alex-17
|
45523fa08e
|
chore: Updated the README to have more detailed instructions on how to use the widget
|
2024-11-18 14:46:19 -07:00 |
|
Dark-Alex-17
|
b0d8d9f0bf
|
feat(TreeItem): Added PartialEq and Eq constraints to the types that can be passed to the TreeItem struct
|
2024-11-15 14:40:44 -07:00 |
|
Dark-Alex-17
|
959b60de32
|
style: Applied formatting to all files
|
2024-11-15 12:50:14 -07:00 |
|
Dark-Alex-17
|
6baef469c8
|
Fixed a typo in the README
|
2024-11-14 18:39:10 -07:00 |
|
Dark-Alex-17
|
6c10db760d
|
fix: Changed the implementation to not require the direct use of identifiers, and to instead generate them using the hashes of the contents of each tree item
|
2024-11-14 17:35:40 -07:00 |
|
Dark-Alex-17
|
8a91f662dd
|
fix: Changed the type constraints to use the ToText Ratatui trait
|
2024-11-14 16:38:38 -07:00 |
|
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 |
|