-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Upgrade /programs, add desksaver #171
Conversation
We can probably factor this out of web.tcl and into a separate program (web/programs.folk) while we're at it right? |
virtual-programs/watcher.folk
Outdated
</nav> | ||
<h1>Resource Usage</h1> | ||
<div> | ||
<!-- TODO: how to subs the real values into the html proc? --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmmm, I'm missing something @osnr ... when I use subst
here instead of html
the page doesn't render at all, html
doesn't fill in the $.*Usage
variables though.
Re: splitting out |
How is this looking right now? I'm a little skeptical of the value of this change now (is it clunky?), especially on the handheld system, given that we already have RAM checking and marching ants. |
Yeah, the RAM checking and marching ants on gadgets do make this a bit redundant. I'll close this PR and siphon out just the program page upgrades into a smaller PR and can merge that since it's a pure win. |
Closing, will siphon statement page upgrades into a smaller PR. |
The goal of this PR is two fold:
folkName.local/programs
output to be more readablevirtual-programs/desksaver.folk
that displays RAM usage, basic metrics, and maybe a little animation to tell that the system is not completely frozen when there are no programs out on the tableThis will address #130.