Use schollz/progressbar for long loads UI/UX #150
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
coop-cloud/abra#76
Migrating to
go-pretty
seems like quite a refactor as it uses its own structs for building the table. Also, my elaborate idea of some sort of async table streaming output as it loads could also just be replaced with a progressbar which would be faster and easier to do with the same UI. Thatschollz
implementation is apparently fully x-platform which is nice. It also might be easier to integrate with our existing debug logging (i.e. turn off when debugging). Gonna go with that.Consider go-pretty for more responsive table outputto Use schollz/progressbar for long loads UI/UX