Commit Graph

43 Commits

Author SHA1 Message Date
df477130a3 chore: bump version to 0.1.11 in package.json and package-lock.json 2025-12-16 21:11:00 +01:00
19d1d1f262 chore: bump version to 0.1.10 in package.json and package-lock.json 2025-12-09 20:39:39 +01:00
bd19410a18 chore: bump version to 0.1.9 in package.json and package-lock.json 2025-11-29 20:40:50 +01:00
939d228756 chore: bump version to 0.1.8 in package.json and package-lock.json 2025-11-29 20:29:09 +01:00
5813282ea7 chore: bump version to 0.1.7 in package.json and package-lock.json 2025-11-26 20:24:29 +01:00
7210b5354f chore: bump version to 0.1.6 in package.json and package-lock.json 2025-11-26 19:29:36 +01:00
5b79aac46c chore: bump version to 0.1.5 in package.json and package-lock.json 2025-11-23 01:59:03 +01:00
5799f2648d chore: bump version to 0.1.4 in package.json and package-lock.json 2025-11-22 21:51:58 +01:00
9dfd6fff2a chore: bump version to 0.1.3 in package.json and package-lock.json 2025-11-20 21:06:01 +01:00
9fd6712e67 chore: bump version to 0.1.2 in package.json and package-lock.json 2025-11-20 20:56:43 +01:00
b740b10205 chore: bump version to 0.1.1 in package.json and package-lock.json 2025-11-18 22:45:14 +01:00
mroxso
43498de392 Mkstack upgrade (#32)
* mkstack upgrade

* more changes wip

* refactor: replace RelaySelector with RelayListManager in ProfileView, BookmarksPage, FollowingPage, and Nip05ProfilePage

* feat: add buffer dependency to package.json and package-lock.json

* feat: add SettingsPage and integrate into AppRouter and Header

* feat: refactor ZapButton to use Button component for improved styling

---------

Co-authored-by: highperfocused <highperfocused@pm.me>
2025-11-18 22:44:05 +01:00
86a93d056c chore: bump version to 0.0.28 in package.json and package-lock.json 2025-11-17 21:42:10 +01:00
420bab49d1 chore: bump version to 0.0.27 in package.json and package-lock.json 2025-10-29 20:26:20 +01:00
39c1c3debc chore: bump version to 0.0.26 in package.json and package-lock.json 2025-10-25 19:01:51 +02:00
81fbfdbbca chore: bump version to 0.0.25 in package.json and package-lock.json 2025-10-20 16:20:37 +02:00
e7039a1b19 chore: bump version to 0.0.24 in package.json and package-lock.json 2025-10-20 16:13:08 +02:00
79e8e3c714 chore: bump version to 0.0.23 in package.json and package-lock.json 2025-10-20 15:39:48 +02:00
7c12c6804d chore: bump version to 0.0.22 in package.json and package-lock.json 2025-10-20 15:23:24 +02:00
620fdf6668 chore: bump version to 0.0.21 in package.json and package-lock.json 2025-10-19 23:19:31 +02:00
53da4662ae chore: bump version to 0.0.20 in package.json and package-lock.json 2025-10-19 22:21:17 +02:00
069b8faec7 chore: bump version to 0.0.19 in package.json and package-lock.json 2025-10-19 14:21:20 +02:00
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
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