web-app/src
padreug f1a73f34bb Adds demo login page with demo account creation
Implements a new login page that allows users to either log in with credentials or quickly create a demo account. This is done to provide a quick onboarding experience for new users without requiring them to go through a full registration process. The demo account comes pre-funded with test currency, making it easy to explore the platform's features. A toggle is included to switch between demo account creation and standard login.
2025-10-31 21:59:59 +01:00
..
assets Update index.html and vite.config.ts for dynamic app name and manifest adjustments 2025-09-06 19:16:24 +02:00
components Squash merge feature/publish-metadata into main 2025-10-30 16:19:08 +01:00
composables feat: introduce ImageLightbox and ImageViewer components for enhanced image handling 2025-09-28 12:48:02 +02:00
core Squash merge feature/publish-metadata into main 2025-10-30 16:19:08 +01:00
i18n feat: Integrate chat feature into main navigation 2025-08-10 10:50:14 +02:00
lib add env variable for lightning domain leveraging redirect capability 2025-10-16 00:53:06 +02:00
modules Squash merge feature/publish-metadata into main 2025-10-30 16:19:08 +01:00
pages Adds demo login page with demo account creation 2025-10-31 21:59:59 +01:00
app.config.ts Replace complex UnreadMessageData system with elegant path-based wildcard notification tracking inspired by Coracle's pattern. This simplifies the codebase while adding powerful batch "mark as read" capabilities. 2025-10-04 10:29:22 +02:00
app.ts Adds demo login page with demo account creation 2025-10-31 21:59:59 +01:00
App.vue Initializes theme on app load 2025-10-31 21:59:34 +01:00
main.ts Implement modular architecture with core services and Nostr integration 2025-09-04 23:43:33 +02:00
vite-env.d.ts PWA 2025-02-11 00:25:47 +01:00