webapp/src/composables
padreug 18f48581cd Remove RelayHubStatus, NostrFeed, and related composables for codebase cleanup
- Delete RelayHubStatus.vue and its associated components to streamline the application structure.
- Remove NostrFeed.vue to eliminate unused functionality and improve maintainability.
- Eliminate the legacy useRelayHub composable, reflecting a shift towards modular service architecture.
- Clean up router configuration by removing references to deleted components, enhancing clarity and organization.
2025-09-05 05:29:58 +02:00
..
useAuth.ts refactor: Simplify authentication and wallet logic by removing debug logs 2025-08-03 11:20:58 +02:00
useDemoAccountGenerator.ts make sure username < 20 characters 2025-09-04 11:51:00 +02:00
useFuzzySearch.ts refactor: Update FuzzySearch component and composable for improved class handling and code clarity 2025-08-10 10:50:14 +02:00
useLocale.ts feat(i18n): Enhance internationalization with dynamic locale management 2025-03-09 13:27:45 +01:00
useMarket.ts Enhance market module with new chat and events features 2025-09-05 00:01:40 +02:00
useMarketPreloader.ts Enhance market module with new chat and events features 2025-09-05 00:01:40 +02:00
useModularNavigation.ts Refactor chat module and navigation components for improved user experience 2025-09-05 00:31:53 +02:00