web-app/src
padreug 3d1bc94183 fix: Update private key field in chat integration documentation
- Change the private key field name from "prvkey" to "prvkey_hex" in the CHAT_INTEGRATION.md file for clarity and consistency with expected data formats.

feat: Add Fuzzy Search Component and Composable

- Introduce a new FuzzySearch component for Vue 3, leveraging Fuse.js for intelligent search capabilities.
- Implement a useFuzzySearch composable for flexible search functionality, allowing configuration of search options.
- Create demo and README files to showcase usage and features of the fuzzy search implementation.
- Update package.json and package-lock.json to include @vueuse/integrations version 13.6.0 for enhanced performance.
2025-08-10 10:50:14 +02:00
..
assets feat: Add logo and enhance login functionality 2025-08-03 11:20:35 +02:00
components fix: Update private key field in chat integration documentation 2025-08-10 10:50:14 +02:00
composables fix: Update private key field in chat integration documentation 2025-08-10 10:50:14 +02:00
i18n feat: Integrate chat feature into main navigation 2025-08-10 10:50:14 +02:00
lib chore: update LNBits API configuration in environment and documentation 2025-08-10 10:46:49 +02:00
pages style: Update ChatPage layout for improved height responsiveness 2025-08-10 10:50:14 +02:00
router feat: Add Nostr chat integration for LNBits users 2025-08-10 10:50:14 +02:00
stores refactor: Simplify useMarket composable by removing unused client references and improving parameter naming 2025-08-03 11:20:58 +02:00
App.vue Squash merge market-preload into market 2025-08-03 11:20:58 +02:00
main.ts fix vue-sonner Toast implementation 2025-07-12 18:10:26 +02:00
vite-env.d.ts PWA 2025-02-11 00:25:47 +01:00