dolthub / dolthub/dolt-workbench
Dolt workbench onboarding UI confusion
- Dominant language
- TypeScript
- Stars
- 246
- Forks
- 29
- Avg merge
- 9h 13m
- Merged PRs (30d)
- 9
Description
The first page you see here makes you think that you need to tick one of those two tick boxes.
I think some kind of indication that a valid option is to ignore those tick boxes and just enter the name would be helpful.
One good option would be to have three tick boxes with the top one being "connect to a local dolt/mysql server". You could have that option ticked by default and then show the relevant text entry boxes to pick depending on the selection of tickbox.
At the moment the UI is implicitly telling you that you need to choose one of those first two options when the modal case is leaving it unticked.

Finally, you're currently using checkboxes which typically imply multiple selection is possible. Radio buttons are a more standard UI choice for when only a single option is selectable at a time.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.