Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Improve UI layout #189 #199

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

DerKempter
Copy link

@DerKempter DerKempter commented Mar 9, 2023

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

@DerKempter DerKempter changed the title Improve UI layout #189 Feat: Improve UI layout #189 Mar 9, 2023
@DerKempter DerKempter changed the title Feat: Improve UI layout #189 feat: Improve UI layout #189 Mar 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Suggestion]: Improved UI Layout
1 participant