UI improvements...

added icons from original doc (they still need minifying).
removed highlight demo.
added shift-toggle for opacity.
added escape to end editing.
This commit is contained in:
Rich Boakes
2023-09-20 17:06:51 +01:00
parent 2dab4a6377
commit dc258bbd0d
14 changed files with 201 additions and 11 deletions

View File

@@ -3,3 +3,11 @@ https://creativecommons.org/licenses/by-sa/3.0/
Designed by Strategyzer AG & Steve Blank
This version by Rich Boakes, University of Portsmouth.
# UI Notes
* Click in any of the boxes to add text.
* To allow for some boxes to be highlighted when demonstrating: a shift-click will toggle each box into a semi-transparent state.
* When editing text in a box it will be highlighted with a purple edge.
* Pressing escape will end any onging edits and remove focus from the current box.