gbv / jskos-vue

A suite of components and plugins for Vue 3 related to JSKOS.
https://gbv.github.io/jskos-vue/
MIT License
0 stars 1 forks source link

Rename ItemList property row #13

Closed nichtich closed 3 years ago

nichtich commented 3 years ago

The property name row confused me: is it about layout or about what can be clicked or both? Better use another name such as hoverRow (if it is only for layout) or rowMode (if it both affects layout and clickability).

stefandesu commented 3 years ago

Okay. Since it affects both layout (hover) and clickability, I will rename it to rowMode.