-
Notifications
You must be signed in to change notification settings - Fork 15
Error when creating a node without selecting a node type #140
Comments
did this help out? atom-project-viewer/src/editor-view.js Line 652 in 929623e
|
Yep, but UX wise defaulting would be better. Or at least provide a small alert, so that the user knows what he forgot to set. |
so you think it's best to make it default like to |
correct. then you have one click less for the default scenario. Sorry if I am bit nitpicky here 😸 |
hey @Hammster, sorry for late implementation. It's done now. I didn't understand the last part "Was there..." |
Currently the steps are as followed
Before it was a little bit shorter
Was there a reason to do this ? |
solo option for not having 2 menu items instead of just one... :D |
UX wise i would prefere to have two options, it feels a little bit artificial :P Also no worries for the late responses, i am also stuck in a pile of work 🔨 |
will try to add both then |
done! will ship on next release. Taking the time to close some others I hope |
please validate this issue! |
Great work, nothing to complain about 😄👍 |
When creating a new node and no type is selected you can still press
Create
, which creates a error.This should be handled or the
Type
selection radio should have a default selected. Also a little UX improvement 💪The text was updated successfully, but these errors were encountered: