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

Add State Store to App #21

Merged
merged 6 commits into from
Mar 28, 2024
Merged

Add State Store to App #21

merged 6 commits into from
Mar 28, 2024

Conversation

sambukowski
Copy link
Contributor

Move away from UI subcomponents having state and move all state to a state store within the UI app.

@sambukowski sambukowski merged commit 9c03f5f into feature/view-struct Mar 28, 2024
1 check passed
@sambukowski sambukowski deleted the feat/state-store branch March 28, 2024 20:47
steezeburger added a commit that referenced this pull request Mar 29, 2024
* implement new View struct

* put processPanes on App level

* remove app dependency on processPanes

* fix test

* add Wait back. remove unused.

* type Props empty interface

* manually set default pane text view states

* Add State Store to App (#21)

* 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]>

* lints - empty defaults for switch cases

* update version

* Add Fullscreen Log Controls (#22)

* added scrolling and head tail controls to logs

* update fullscreen help footer

* comment update

* Feature/sequencer get balance (#23)

* 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

---------

Co-authored-by: Sam Bukowski <[email protected]>
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.

2 participants