Jukka Raimovaara

Results 122 comments of Jukka Raimovaara

We still have a few "big" issues: https://github.com/orgs/bootstrap-vue-next/projects/1 And we're busy with real work and life, so not that much time to donate to open source.

I don't remember why I picked 100/300, but it seems that bootstrap also defaults to 0. I find the current delay to be more userfriendly and would like to stay...

I'm a little confused. You say unusable in production? Are you using hot module reload in production? It's a development feature, not meant for production systems. @VividLemon this only happens...

We don't have the variants on some places. And I think we don't want to add stuff as props when it's easier to just add: class="border-danger" to the BCard /...

I'm kinda in the group that if it's more flexible to do a css class, we should not have that as a prop. @VividLemon thoughts?

I'm talking about using the utility classes to have what ever border you want: https://getbootstrap.com/docs/5.3/utilities/borders/ Since we are bootstrap, we should do things the bootstrap 5 way.

@VividLemon this is mostly a test that everything works.. I'll cleanup this, and try to put the logic in a composable.

demo for this pr: https://stackblitz.com/edit/github-rzxbjv-jghknk?file=src%2FApp.vue

It was ready, that's why I asked for the review.

I was thinking about the composable, but there seems to be different functionality tied to this on some components. in collapse we can't use (B)Transition so it's gonna be different.