miguelperezcolom / mateu

Open source library for building awesome web UIs using good plain java
https://github.com/miguelperezcolom/mateu/wiki
Other
46 stars 11 forks source link

Flow improvements #171

Closed miguelperezcolom closed 1 week ago

miguelperezcolom commented 3 weeks ago

Improve flows for supporting new UX patterns and for improving flexibility

miguelperezcolom commented 3 weeks ago

TODO: reduce json size by removing empty fields. Later, in the client side, use the spread operator for merging (e.g. const combinedSettings = { ...defaults, ...userSettings };)