LeagueOfPoro / CapsuleFarmerEvolved

Automatically drops from lolesports.com and farm Esports Capsules
Other
812 stars 128 forks source link

feat: Improve UI layout #189 #199

Open DerKempter opened 1 year ago

DerKempter commented 1 year ago

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

  1. Clone this PR
  2. Run gh pr checkout 199 (Requires GitHub CLI)
  3. Follow the Advanced Installation Guides from the Wiki

Using regular GIT

  1. Fetch the PR git fetch origin pull/199/head:improve_ui_layout_#189
  2. Checkout the branch git checkout improve_ui_layout_#189
  3. Follow the Advanced Installation Guides from the Wiki