netcreateorg / netcreate-itest

Developing the 2.0 version of NetCreate
https://github.com/netcreateorg/netcreate-2018
Other
0 stars 0 forks source link

Minor UI fixes #92

Closed benloh closed 10 months ago

benloh commented 10 months ago

Numerous minor fixes

64 Show "type" column between "source" and "Target"

66 "Force Unlock" functionality has been restored.

77 Increase contrast of "Cancel" button

87 Fix NCSearch cursor

Any edits to the NCSearch field would result in the cursor moving to the end of the field. This includes:

React state updates were clobbering the whole text input field. This saves and restores the cursor position.