No description
- Add a notification manager to handle push notifications and integrate with Nostr events. - Create a push notification service to manage subscription and permission requests. - Introduce components for notification settings and permission prompts in the UI. - Update Nostr store to manage push notification state and enable/disable functionality. - Enhance NostrFeed to send notifications for new admin announcements. - Implement test notification functionality for development purposes. |
||
|---|---|---|
| .vscode | ||
| electron | ||
| public | ||
| src | ||
| .cursorrules | ||
| .gitignore | ||
| CLAUDE.md | ||
| components.json | ||
| debug_admin_posts.js | ||
| forge.config.js | ||
| generate-vapid-keys.js | ||
| IMPROVEMENTS.md | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| send_admin_note.js | ||
| send_test_note.js | ||
| tailwind.config.js | ||
| TODO.md | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
| web-app-specification.md | ||
Vue 3 + TypeScript + Vite
This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.
Learn more about the recommended Project Setup and IDE Support in the Vue Docs TypeScript Guide.