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: redesign layout #138

Merged
merged 1 commit into from
Feb 3, 2024
Merged

feat: redesign layout #138

merged 1 commit into from
Feb 3, 2024

Conversation

wolf31o2
Copy link
Member

@wolf31o2 wolf31o2 commented Feb 3, 2024

Redesign the layout to take advantage of larger screens and our more flexible capabilities.

  • Multiple data refresh timers for background data collection
    • Process metrics
    • Prometheus metrics
    • Epoch counter
    • Uptime counter
    • Peer filter
    • Peer pinger
  • Reduce app/screen refresh to 1s
  • Remove (i)nfo and (t)est text views
  • Replaced lots of magic numbers with new magic numbers for layout (to be improved)
  • Rearrange layout into multiple text views and named flex boxes
  • More functions
    • getEpochProgress / getUptimes
    • setRole / getP2P
    • filterPeers / pingPeers
  • Migrated peer-related functions to peers.go
  • Populate a Map and Slice from peer RTT results

image

Signed-off-by: Chris Gianelloni <wolf31o2@blinklabs.io>
@wolf31o2 wolf31o2 merged commit 2c558e7 into main Feb 3, 2024
7 checks passed
@wolf31o2 wolf31o2 deleted the feat/redesign-layout branch February 3, 2024 23:54
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