Grigorii K. Shartsev
Grigorii K. Shartsev
> Wouldn't this break the default for existing apps. Don't know if any app actual needs the non exact matching, however, the original introduction of disabling it was apparently for...
/backport to stable8
| Item | Initial Size | Async Size | Assets Size | Total Size | | --- | --- | --- | --- | --- | | components/NcDateTimePicker (before) |...
Tested in both Vite and Webpack apps?
Better than with bundling everything. But still quite large. I guess, there is notthing we can do with it. | Item | Initial Size | Async Size | Assets Size...
One problem I found. With default Vite and some Webpack/RSPack configs, every locale as well as its shared utils (3 modules) are new chunks. It increases number of chunks in...
> Well but thats a good thing here if every locale is its own chunk then the user only loads what needed - the locale will mostly not change so...
Briefly, I'd prefer: - Either keep `date-fns` locales in the `date-fns` and not distribute it as `@nextcloud/vue` own chunks - Or split them at least structurally so a developer can...
/backport to stable8
> So that I understand: Currently, there is no dedicated "list" component, only the standard `` tag, correct? No, this PR adds a new dedicated `NcFormListBox` component as an alternative...