I have changed how the GuiThread handles and displays the statistics. I have also moved the Text that was before printed above the Live stats and the update notice to the GuiThread.
The GuiThread now creates four different tables and unites them in one layout which is then displayed in the console.
The Tables are:
-Info Table
-Update Table (which only displays when an update is available)
-Accounts Table (which shows the per-account infos about last drop, last heartbeat, sessionDrops, etc...)
-Matches Table (which shows all the currently running live matches and their status per account)
Additional context
Discord username (if different from GitHub): TheKempter#7648
Fixes #189
Summary of Changes
I have changed how the GuiThread handles and displays the statistics. I have also moved the Text that was before printed above the Live stats and the update notice to the GuiThread. The GuiThread now creates four different tables and unites them in one layout which is then displayed in the console. The Tables are: -Info Table -Update Table (which only displays when an update is available) -Accounts Table (which shows the per-account infos about last drop, last heartbeat, sessionDrops, etc...) -Matches Table (which shows all the currently running live matches and their status per account)
Additional context
Discord username (if different from GitHub): TheKempter#7648
Testing instructions
How to download the PR for testing
Using GitHub CLI
gh pr checkout 199
(Requires GitHub CLI)Using regular GIT
git fetch origin pull/199/head:improve_ui_layout_#189
git checkout improve_ui_layout_#189