Eugen Istoc
Eugen Istoc
@noook Thanks for the comments, I made most changes. I'm thinking, would it make better sense to create instances without `open`? This would allow us do declare instances like this:...
> There is an issue: Slideovers should be dismissable when clicking outside **unless** you explicitly prevent them from closing with the appropriate prop. > > Your example components do not...
@benjamincanac I updated this PR to move it along. A caveat that I ran into, (maybe its not a major issue?) is the `preventClose` attribute (which defaults to `false`) affects...
I agree, not a big fan releasing a half baked solution. I'm fine with revisiting this feature with the release of v3. As a side note, I have been playing...
Testing in Nuxt `3.13.2` I still see the console warnings. Did `3.12.2` make the warnings go away for anybody?
Hi There, Can you clarify the need for this change? In: https://github.com/genu/nuxt-concierge/blob/9bfa966bd664383138b571723a6bdacac4017178/src/module.ts#L40C3-L44C49 we're reading from `NUXT_REDIS_*` so changing them would incorrectly set the default values. Unless I'm missing something?
Hi @hieuhani I can confirm that it does seem to do a hard redirect when navigating between pages under a tenant. This is a bit problematic because we lose the...
Thanks for suggestion @hieuhani I was able to get it to work now. However, I did have to workround the different environments (e.g. prod vs local) In local development, I...
Is this still an issue with Nuxt `3.17.2`? I'm not seeing the error above. i'm not node `v22.14.0`
If you disable the module, you'd also need to mock the composables that it provides.