add comment 4e8ba061e3643ed2be8d1f448badfbc3 on issue 5e1a860b3ab12ee297492d70d68711d8

This commit is contained in:
sigil-03 2025-07-13 21:44:40 -06:00
parent a4a0275671
commit 6d71ecbba0

View file

@ -0,0 +1,5 @@
have initial rough copy of the TUI binary. i had initially started developing it as a standalone application but then decided it would be better to include it as part of the entomologist repository.
currently the TUI can only list issues and show a preview, and scaling is broken.
i also need to update it so that the widget implementations are done as part of the library instead of using the horrible, cursed wrappers that are currently around the types... (since it was a seperate binary, and the trait was from a different crate and the type was from a different crate, rust won't let you `impl` a trait)