blendbyte / nova-items-field

Laravel Nova array items field with sorting & validation
MIT License
13 stars 9 forks source link

Improve design #5

Closed pindab0ter closed 1 year ago

pindab0ter commented 2 years ago

I improved the design of the FormField buttons by changing it to an x icon rather than a bold x character and changing the spacing to be consistent with similar elements. I also made the DetailField value separated by a comma and a space if it's an array rather than just a comma and no space.

There is no breaking change, since if somebody set their deleteButtonValue it will still look the same.

This PR is a continuation of #3.

bashgeek commented 1 year ago

Thanks for your work here, I copied all essentials over