Mitsuki Fukunaga
Mitsuki Fukunaga
The percentage value was calculated by .toFixed method which just cut the decimal values like Math.floor. I updated the logic for the percentage values so it's properly rounded at the...
I'm trying to make a Storyblok website fully static. With the following code, "nuxt generate" creates html files aligned with the page routes. However, it still dynamically queries the Storyblok...
With the given approach described in readme file, all the unpublished pages are publicly accessible. ``` const story = await useStoryblok("vue", { version: "draft" }); ``` Is it possible to...
## Description It would be great if we could select a snooze option with arrow keys + enter on the popup. ## Context I've set a shortcut key to open...
Thanks for awesome addon! I've just noticed that all the fields inside repeater will gone when I export the ACF fields and import them into another site. I'd appreciate your...
## Description Currently, it's not compatible with Chrome's tab group feature. When the tabs are snoozed, all the groupings are gone. ## Your Setup Chrome
I've just tested the demo and found it didn't work on Chrome v66 and Safari v11...