22 Commits

Author SHA1 Message Date
c37dd97d0f chore: bump version to 0.0.18 in package.json and package-lock.json 2025-10-12 22:22:10 +02:00
22256c49d9 chore: bump version to 0.0.17 in package.json and package-lock.json 2025-10-12 22:10:59 +02:00
mroxso
07920b8742 feat: add PWA support with service worker and icons (#21)
* feat: add PWA support with service worker and icons

- Updated package.json to include vite-plugin-pwa.
- Added PWA icons: icon-192.png, icon-512.png, and icon.svg.
- Registered service worker in main.tsx for PWA functionality.
- Configured Vite to use PWA plugin with manifest and caching strategies.

* refactor: remove service worker registration code from main.tsx

* fix: update urlPattern regex for NetworkOnly caching handler in vite.config.ts

---------

Co-authored-by: highperfocused <highperfocused@pm.me>
2025-10-12 22:02:26 +02:00
28445201c9 Bump version to 0.0.16 in package.json and package-lock.json 2025-10-07 22:42:27 +02:00
29acfe50e5 Update caniuse-lite to version 1.0.30001748 in package-lock.json 2025-10-06 20:59:35 +02:00
f804c74adf Bump version from 0.0.14 to 0.0.15 in package.json and package-lock.json 2025-10-06 20:57:36 +02:00
f128cc9d8c Bump version from 0.0.13 to 0.0.14 in package.json and package-lock.json 2025-10-06 19:54:14 +02:00
c2bc0af518 Bump version from 0.0.12 to 0.0.13 in package.json and package-lock.json 2025-10-06 18:19:07 +02:00
c0db15376c Bump version from 0.0.11 to 0.0.12 in package.json and package-lock.json 2025-10-05 22:16:35 +02:00
70073e1980 Bump version from 0.0.10 to 0.0.11 in package.json and package-lock.json 2025-10-05 21:25:15 +02:00
471ec9deaa Bump version from 0.0.9 to 0.0.10 in package.json and package-lock.json 2025-10-05 21:00:49 +02:00
28245e0369 Bump version from 0.0.8 to 0.0.9 in package.json and package-lock.json 2025-10-05 20:42:40 +02:00
31b7b86afb Bump version from 0.0.7 to 0.0.8 in package.json and package-lock.json 2025-10-05 19:49:27 +02:00
mroxso
c6f8296cbe Editor (#1)
* add editor

* implement pt1

* Add Lexical plugins and update editor functionality in ProfessionalBlogPostForm

* Comment out client tag in usePublishBlogPost hook

---------

Co-authored-by: highperfocused <highperfocused@pm.me>
2025-10-05 19:44:33 +02:00
bc1494374f Bump version from 0.0.6 to 0.0.7 in package.json and package-lock.json 2025-10-05 17:46:42 +02:00
ccd7e2fb5a Bump version from 0.0.5 to 0.0.6 in package.json and package-lock.json 2025-10-05 17:37:07 +02:00
ff77c73311 Bump version from 0.0.4 to 0.0.5 in package.json and package-lock.json 2025-10-05 17:20:48 +02:00
d5a2ec5c6e bump version from 0.0.3 to 0.0.4 in package.json and package-lock.json 2025-10-05 16:20:11 +02:00
beee3af79f bump version from 0.0.2 to 0.0.3 in package.json and package-lock.json 2025-10-05 15:58:11 +02:00
70208a0dd6 Bump version from 0.0.1 to 0.0.2 in package.json and package-lock.json 2025-10-05 15:34:38 +02:00
edbde2ebb5 Bump version from 0.0.0 to 0.0.1 in package.json and package-lock.json 2025-10-05 15:12:11 +02:00
ff36189c22 initial code commit 2025-10-05 14:49:53 +02:00