Display a message to the user when a fluctuation occurs #30
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this do?
Part of #26
This makes it obvious to the user when the currently selected process has jumped or drastically decreased in CPU usage by an interval of 30%.
Option 1 for the design was to use the exact Polaris layout:
What I did initially:
What I changed for fun (cause who doesn't love expressing themselves with emojis):
How is this accomplished?
...An embarrassing collection of layered circles and text fields.
The container header is literally created with 2 em dashes with a large font size. That's how I made a rectangle that I could change the background colour of.
How I copied emojis/text icons: https://en.wikipedia.org/wiki/Check_mark
Instability logic:
Array: [41, 10]
If 10 < (41 - 30)
Array: [10, 41]
If 41 > (10 + 30)