Skip to content

status pane implemented

bulidiriba requested to merge 13-implement-status-pane into master

status pane implemented with simple Box. show the status based on the probability, for now get random probability from list of 1, 2 or 3. if 1 low probability and the background color becomes light green, if 2 medium probability and the background color becomes light yellow, if 3 high probability and the background color becomes light red.

the status help page is also implemented, but for now its empty.

task to be done related to this with new issues

  1. get the probability value from the backend
  2. add the status help text

Closes #13 (closed)

Merge request reports