Joaquín Sánchez

Results 1398 comments of Joaquín Sánchez

You can do the following: - go to https://icones.js.org/ - enter in the collections you use and export the icons for Svelte (check screenshot below using mdi collection: https://icones.js.org/collection/mdi) -...

Anyway, can you provide a minimal reproduction? I've no idea about packaging Svelte libs, maybe we only need some rollup options in the lib (?). IIRC some folk told me...

icones is prior to unplugin-icons, uses the same technique here (just a few text transformation) and it was built also by Anthony Fu. You can use unplugin-icons in your apps...

@thomasqbrady the plugin is not a bundler, if Svelte "build lib" doesn't "compile" svelte components, then the plugin cannot do anything.

I guess we need to split logic for ui and browser ui: right now using `mainSizes` on UI when we should use `detailSizes` (in the new UI there is no...

Check the video, it is working again: https://streamable.com/8tzfxh EDIT: we'll have some side effect when switching between UI and Browser UI: `mainSizes` and `detailSizes` for Browser UI and we should...

this didn't work (I didn't use data loader yet) ? You will need to register the vite plugin if you want SSR (https://uvr.esm.is/guide/configuration.html#ssr), we need to test it here: ```ts...

SSR: you should use `pinia` instead, the basic won't work (`@posva`)

sorry, `pinia colada` => https://pinia-colada.esm.dev/

> /cc @userquin Should we support uppercase syntax? I guess we can, we only need to change the regex: https://github.com/unocss/unocss/blob/main/packages/preset-icons/src/core.ts#L83C9-L83C49