cozemble / monorepo

A data and process canvas
https://cozemble.com
Apache License 2.0
13 stars 1 forks source link

Seeing "Save Customers" button as soon as you make a customers table is a bit of a UX shock #68

Closed mike-hogan closed 1 year ago

mike-hogan commented 1 year ago

New user, creates first table, let's say they call it "Customers". They see a table with "Field 1" and two buttons at the bottom, one saying "Save Customers" and the other saying "Clear". It's a bit confusing.

It might be better if the save and clear buttons appear only once the user starts entering data.

This will require dispatch of change in a debounced way from the various property types, rather than on:blur as is currently the case.

mike-hogan commented 1 year ago

Changed made today hide the save button until some data is changed in the new record row via on:blur dispatch of change. The UX is not terrible, but keeping this ticket to see how on:blur user tests

mike-hogan commented 1 year ago

Done