Oliver Liermann

Results 7 comments of Oliver Liermann

Great component, but I am also dearly missing the feature to set the start of the week. This puts off more than half the world. https://en.wikipedia.org/wiki/Week#Other_week_numbering_systems It is actually provided...

right now dayjs().date() is used (datepicker.previous) if we switch it to a range base on: ```javascript // example september and first weekday: monday dayjs.locale('de') const sep = dayjs('2022-09-01') const firstDayOfMonth...

Any news here? 2 years passed. This is horrible for any kind of users. Please add an option to hide all unrestricted folders. similar to: https://github.com/storyblok/storyblok/issues/560 https://github.com/storyblok/storyblok/issues/272 https://github.com/storyblok/storyblok/issues/243

figured out a working nuxt integration: ``` import Vue from 'vue' import { MediaQueries, CommonBands } from 'vue-media-queries' const mediaQueries = new MediaQueries({ bands: CommonBands.Bulma, }) Vue.use(mediaQueries) Vue.use({ install(vue) {...

It's even worse. There are two cases: Date fields without time-selection have no timezone and don't convert to UTC, but fields with time selection convert the date to UTC. Without...

A couple of days ago I had the same problem. Windows / Chrome

Yes, sure. "@storyblok/astro": "^2.0.5", "@storyblok/js": "^2.0.10",