eclipsesource / jsonforms-vuetify-renderers

https://jsonforms-vuetify-renderers.netlify.app/
Other
27 stars 26 forks source link

Array item avatars #33

Closed sdirix closed 2 years ago

sdirix commented 2 years ago

Use primary instead of info colors for a more consistent look and feel of array item avatars. Also allows to hide them completely via the new 'hideAvatar' UI Schema option.

Fixes the calculation of the validation marker for nested array items. Previously it tried to match the raw AJV path against the data path, however as they use different separators this did never match.

Resolves #22

netlify[bot] commented 2 years ago

✔️ Deploy Preview for jsonforms-vuetify-renderers ready!

🔨 Explore the source changes: 30540f4f284355eca7c22a0b81b86d4c4da41c24

🔍 Inspect the deploy log: https://app.netlify.com/sites/jsonforms-vuetify-renderers/deploys/61f7d22cc3bf7e0007fbaa55

😎 Browse the preview: https://deploy-preview-33--jsonforms-vuetify-renderers.netlify.app

sdirix commented 2 years ago

Rebased on the current main