Posts by userquin@m.webtoo.ls
(DIR) Post #AShYnK6T7GrlVDru6a by userquin@m.webtoo.ls
2023-02-15T11:03:54Z
0 likes, 0 repeats
@grammargirl @wisekaren @elk @feditips Right now you cannot enable push notifications since the service worker not being registered, we're trying to fix it.The native webview doesn't allow register the service worker, we're using a custom scheme protocol and it is being treated as non secure.
(DIR) Post #AWXyQfB3JHT13tZqEK by userquin@m.webtoo.ls
2023-06-10T11:06:58Z
0 likes, 1 repeats
New releases available in VitePWA including a new package to generate all PWA icons from a single image: - `@vite-pwa/astro 0.1.1`- `@vite-pwa/nuxt 0.1.0` - `@vite-pwa/sveltekit 0.2.5`- `@vite-pwa/vitepress 0.1.0`- `@vite-pwa/assets-generator 0.0.2`- `vite-plugin-pwa 0.16.3`https://vite-pwa-org.netlify.app/
(DIR) Post #AWXyQiQlDKoZ9TwvdA by userquin@m.webtoo.ls
2023-06-10T11:09:01Z
0 likes, 0 repeats
Check out VitePWA Org. repo:https://github.com/vite-pwa
(DIR) Post #AYBohrMqpYTgCWmapM by userquin@m.webtoo.ls
2023-07-29T14:44:10Z
0 likes, 0 repeats
@patak You can check the spec here: https://tc39.es/ecma402/#sec-intl.datetimeformat.prototype.formatIn 4.a entry you have a link to DateTime Format Functions (11.5.4): https://tc39.es/ecma402/#sec-datetime-format-functionsIn previous link check the entry 3.a
(DIR) Post #AYtgMVTuEnhJUL6qVE by userquin@m.webtoo.ls
2023-08-19T18:32:54Z
0 likes, 2 repeats
Wow, my 2,000th contribution this year has been updating the new VitePress SVG logo on vite-plugin-pwa docs repo:
(DIR) Post #AbdJcNy2ZedrUXM6AS by userquin@m.webtoo.ls
2023-11-09T14:44:02Z
0 likes, 0 repeats
@patak I want one
(DIR) Post #AbluIwflnP0T6lwBg8 by userquin@m.webtoo.ls
2023-11-13T18:11:41Z
0 likes, 2 repeats
vite-plugin-pwa 200K+ weekly downloads 🥲https://vite-pwa-org.netlify.app/
(DIR) Post #AbxU5dzUDgl7vMH9vM by userquin@m.webtoo.ls
2023-11-18T20:37:55Z
0 likes, 2 repeats
`vite-plugin-pwa v0.17.0` and `@vite-pwa/vitepress v0.3.0` released, both with @vite 5 support.The documentation will comming soon, PR ready to review in the repo with a new Breaking Changes page.https://vite-pwa-org.netlify.app/
(DIR) Post #AcRWRdK3Phy6sBJ5fc by userquin@m.webtoo.ls
2023-12-03T19:25:48Z
0 likes, 2 repeats
I hadn't tried the @vitest in-source testing yet, it is the perfect match for the new `@vite-pwa/assets-generator` api (with dead code elimination on build):
(DIR) Post #AcuQlInaTLE4xXVodE by userquin@m.webtoo.ls
2023-12-17T18:27:07Z
0 likes, 1 repeats
Released `@vite-pwa/sveltekit v0.3.0` with SvelteKit 2 support:https://vite-pwa-org.netlify.app/frameworks/sveltekit.html
(DIR) Post #AdReYFiCjWCwIcU4HY by userquin@m.webtoo.ls
2024-01-02T19:26:16Z
0 likes, 0 repeats
@patak @james @bebatjof @Tusky @Mastodon @elk @chris_zhu something like this?
(DIR) Post #AdVoL2SYTDjnbhLFNA by userquin@m.webtoo.ls
2024-01-04T19:34:46Z
0 likes, 0 repeats
@patak @james @bebatjof @Tusky @Mastodon @elk @chris_zhu No idea if an account can be created with Arabic text, anyway I added also `bdi` entry to any mention/tag anchor:https://github.com/elk-zone/elk/pull/2541#issuecomment-1877652223
(DIR) Post #AmITxJLzB9pEye7g2K by userquin@m.webtoo.ls
2024-09-23T13:40:20Z
0 likes, 1 repeats
Fixed empty page problem in @elk , right now only https://main.elk.zone fixed: we were using top level await to load the users from indexedDB. We will need to release a new version for https://elk.zone, stay tuned.
(DIR) Post #AmIYINvvkKjL4xEw6a by userquin@m.webtoo.ls
2024-09-23T14:28:07Z
0 likes, 1 repeats
Released @elk `v0.15.0` fixing the emtpy page problem on Chromium based browsers.Refresh the page if you have elk.zone opened in the browser, the current service worker should be removed and elk.zone page should be refreshed with a new service worker.