KonklaveTtv / VenueSender

0 stars 0 forks source link

[CLI] Make Glamorous #11

Closed KonklaveTtv closed 1 year ago

KonklaveTtv commented 1 year ago

Currently we are simply utilizing ConsoleUtils::clearConsole(); to clear the console between menus and user choices to give the appearance of a clean interface, this isn't actually good.

Ideally we want to make the CLI "glamourous", something like Charm - https://charm.sh/

KonklaveTtv commented 1 year ago

I have removed clearconsole and sleep from the codebase.

KonklaveTtv commented 1 year ago

https://github.com/KonklaveTtv/VenueSender/commit/a964c6dc7b5aa9dca824930bb783aa42a9a0ee98

KonklaveTtv commented 1 year ago

https://github.com/KonklaveTtv/VenueSender/commit/ba11e8b8f212211024e11c7c1d51de39cd0c73f8

KonklaveTtv commented 1 year ago

https://github.com/KonklaveTtv/VenueSender/commit/7aa8d9a035941a5901b4b786b732dac24d8b74a8

KonklaveTtv commented 1 year ago

I am closing this as the CLI looks good enough and if we want to do anything else then a UI is the best option. Either using Qt or another C++ compatible option.