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

Feature/view struct #20

Merged
merged 12 commits into from
Mar 29, 2024
Merged

Feature/view struct #20

merged 12 commits into from
Mar 29, 2024

Conversation

steezeburger
Copy link
Member

@steezeburger steezeburger commented Mar 26, 2024

  • a new View struct
  • separates bufio scanner from ui code
  • AppController.SetView, View.Render and View.GetKeyboard methods
  • new global StateStore
  • dynamic legend with real time settings status updates
  • log scrolling and navigation

closes #15
closes #12
closes #24

@steezeburger steezeburger marked this pull request as ready for review March 27, 2024 05:47
sambukowski and others added 4 commits March 28, 2024 14:47
* added shared state to enable dynamic settings status updates

* slight status formatting update, first step towards stateless process panes

* remved ui state from app to state store shared by the views, process pane is now stateless

* move some logic from SetView to RefreshView

* remove unused vars

* remove cruft comment

---------

Co-authored-by: Jesse Snyder <[email protected]>
* added scrolling and head tail controls to logs

* update fullscreen help footer

* comment update
* sequencer get-balance

* correct autogenerated usage

* added tabular and json outputs

* fix comments

* logs. sensible timeout.

* use logs

* flag for debug level logging

* simplify

* remove pipe separators for table output to make scripting output easier

* log level flag instead of debug boolean

* logging, comment cleanup, descriptions
@steezeburger steezeburger merged commit 4dae514 into main Mar 29, 2024
1 check passed
@steezeburger steezeburger deleted the feature/view-struct branch March 29, 2024 03:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants