This PR improves the /settings/scuttlebutt template and hydrates it with live data for the sbot process (retrieved using peach-stats):
Process state (active / inactive)
Uptime / downtime
Memory usage
I've also added icons for hops, blobstore and memory. The Hermies icon has been replaced with a higher quality SVG.
Other minor changes introduced here:
Implemented Serialize for the SbotStatstruct
Styled the <hr> elements in the Scuttlebutt and networking status templates
Improved conditional button rendering based on run mode
Screenshot is attached for your viewing pleasure :)
This PR improves the `/settings/scuttlebutt` template and hydrates it with live data for the sbot process (retrieved using `peach-stats`):
- Process state (active / inactive)
- Uptime / downtime
- Memory usage
I've also added icons for hops, blobstore and memory. The Hermies icon has been replaced with a higher quality SVG.
Other minor changes introduced here:
- Implemented `Serialize` for the `SbotStat` `struct`
- Styled the `<hr>` elements in the Scuttlebutt and networking status templates
- Improved conditional button rendering based on run mode
Screenshot is attached for your viewing pleasure :)
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR improves the
/settings/scuttlebutttemplate and hydrates it with live data for the sbot process (retrieved usingpeach-stats):I've also added icons for hops, blobstore and memory. The Hermies icon has been replaced with a higher quality SVG.
Other minor changes introduced here:
Serializefor theSbotStatstruct<hr>elements in the Scuttlebutt and networking status templatesScreenshot is attached for your viewing pleasure :)