Joaquín Sánchez

Results 1398 comments of Joaquín Sánchez

We need to: - [x] make new filter responsive - [x] change `User composables` to `User directives` and the icon when directives filter is checked. - [x] use `v-` in...

This is a browser issue, we cannot do anything here.

There is no button at all, the browser supporting this feature will expose the event listener, the approach in nuxt pwa is about replacing the default browser behavior. If the...

what's the error? if it is about missing head entries, try to update `unhead` to latest `v2 rc-13`, reactivity borken when used at root, check https://github.com/vite-pwa/vite-plugin-pwa/discussions/832

update unhead dependency to use latest v2 rc version, iirc rc13 is the latest, maybe you need to use `resolutions` or `pnpm.overrides`

IIRC we don't have VSCode extension, maybe you can try installing [Iconify IntelliSense](https://marketplace.visualstudio.com/items?itemName=antfu.iconify) (not sure if it will work). Integrating a viewer for used icons in vue dev tools looks...

You cannot use custom sw with type module in Firefox, it is not supported.

Because cannot use `import` statements, the custom sw in dev is "compiled" via esbuild just removing the ts annotations: - https://caniuse.com/?search=service%20worker - https://caniuse.com/mdn-javascript_statements_import_service_worker_support Check the source code in the network...

You can write your custom service worker using `importScripts`, it should work.

> Ah so in general dev mode for service workers does not work right now for firefox. Might be worth pointing out in the docs (as it only calls out...