-
Notifications
You must be signed in to change notification settings - Fork 152
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
fix: Misc UI Tweaks #368
fix: Misc UI Tweaks #368
Conversation
Chart gets crowded, so update a little less often, while we can update other info more often. Can go back to trying dots again on average
Okay, so the average hashrate line became a lot of commits. In the end I just made it simply a horizontal line as it looked less cluttered with dots and I think this makes it more clear. Can explore the backend average hashrate, but I think this is a good solution in the mean time |
main/http_server/axe-os/src/app/components/home/home.component.ts
Outdated
Show resolved
Hide resolved
Revert chart delay too as it just feels too slow now. Keep data points max lower though as 1000 is too crowded, trying 720 instead which is 1 hour of data
LGTM only nit comment is that not sure if I prefer Mhz being moved. I assume that was for setups where we run it at 1Ghz or higher? |
please add more information to this PR |
I updated the description, let me know if more is needed |
Misc UI Improvements
Changes