Adds a purge threshold setting. This setting allows the user to
control at what filled percentage the purge activities are run.
This replaces the default, hard coded 95% point.
The purge threshold defaults at the original 95%. I set a minimum
of 20 and max of 99 because those values felt sensible but am open
to changing those based on feedback.
Note: The purge threshold is still active when the keep option is
set. I added a note for this but this still presents some risk
where users who change this while in Keep mode could have their
services shut down earlier than they expect.
Patch: Fix a couple of typos in initial changes and improve
formatting.
Adds a purge threshold setting. This setting allows the user to
control at what filled percentage the purge activities are run.
This replaces the default, hard coded 95% point.
The purge threshold defaults at the original 95%. I set a minimum
of 20 and max of 99 because those values felt sensible but am open
to changing those based on feedback.
Note: The purge threshold is still active when the keep option is
set. I added a note for this but this still presents some risk
where users who change this while in Keep mode could have their
services shut down earlier than they expect.
* Move chart to center
* Align css
* Align dark-style.css
* Add stats title
* Removed title : cleaner look
* Shorter titles for stats
* Shorter title, unique is implicit
* Invert Species Total and Today
* Re-add left chart
* Re-add left chart bis
* Adapt css for flexible layout
* Align with main css
* Restore overview-stats, add center-column
* Restore style, add center-column
* Restore css
* add center-column
* Remove useless change
* Prevents centering
* Prevents centering
* Aggregate ajax sqlite
* Ensured the 5 sqlite commands are centralized
* Load center only after left has completed (to sync values)