linutil/core
Jeevitha Kannan K S 79aae9eb24
Rendering optimizations and function refactors
Handle `find_command` inside state itself -> `get_command_by_name`. Move tips to a seperate file for modularity. Pass the whole args to state instead of seperate args. Use const for float and confirmation prompt float sizes. Add the `longest_tab_length` to appstate struct so that it will not be calculated for each frame render use static str instead String for tips. Use function for spawning confirmprompt. Merge command list and task items list rendering a single widget instead of two. Remove redundant keys in handle_key. Optimize scrolling logic. Rename `toggle_task_list_guide` -> `enable_task_list_guide`
2024-11-13 00:59:46 +05:30
..
src Rendering optimizations and function refactors 2024-11-13 00:59:46 +05:30
tabs implement a root check menu (#927) 2024-11-11 10:27:30 -06:00
Cargo.toml refactor: Re-export ego-tree dependency from linutil core (#811) 2024-11-07 13:00:34 -06:00