- Refactor useNostr composable to utilize a centralized Pinia store for connection state and client management. - Update NostrFeed and App components to leverage the new store-based approach for relay configuration and client instantiation. - Remove direct relay URL handling from components, improving maintainability and consistency across the application. |
||
|---|---|---|
| .. | ||
| assets | ||
| components | ||
| composables | ||
| i18n | ||
| lib | ||
| pages | ||
| router | ||
| stores | ||
| App.vue | ||
| main.ts | ||
| vite-env.d.ts | ||