Rhizi / rhizi

Connective intelligence
GNU Affero General Public License v3.0
13 stars 3 forks source link

When you have multiple selections and you press the "Connect" button, the UI should provide an input box to define the name of connection #373

Open Garbash opened 9 years ago

Garbash commented 9 years ago

When you have multiple selections and you press the "Connect" button, the UI should provide an input box to define the name of connection.

You can see in the screenshot below that it will create new connection called 'untitled' rhizi-bug

An modal with text input should appear asking you "Which connection type?"

clemsos commented 8 years ago

Having additional input boxes showing up in the UI is bad. UX-wise, the less boxes exists the better. The current in-place approach for editing is good (click = edit ) and should be coherent across the UI.

Instead of having an input box, UI should allow "batch edit", which basically allow to edit multiple edges in-place at the same time.

selection_035