No description
- Simplify imports in app.ts by removing unused SERVICE_TOKENS. - Eliminate the NavigationItem interface in Navbar.vue as its functionality is now managed by useModularNavigation. - Introduce new legacy composable stubs for useNostrChat and useRelayHub, indicating a shift towards modular chat and relay services. - Update MyTicketsPage.vue to correct the import path for useUserTickets, enhancing module organization. - Refactor ChatService to improve type handling for event tags, ensuring better type safety. Remove ChatComponent, useNostrChat composable, and ChatPage for a modular chat architecture - Delete ChatComponent.vue to streamline chat functionality. - Remove legacy useNostrChat composable, transitioning to a more modular chat service approach. - Eliminate ChatPage.vue as part of the refactor to enhance code organization and maintainability. |
||
|---|---|---|
| .vscode | ||
| electron | ||
| public | ||
| src | ||
| .cursorrules | ||
| .env.example | ||
| .gitignore | ||
| ARCHITECTURE_ANALYSIS.md | ||
| ARCHITECTURE_ANALYSIS.pdf | ||
| ARCHITECTURE_ANALYSIS_PRINT.md | ||
| ARCHITECTURE_ANALYSIS_PRINT.pdf | ||
| AUTHENTICATION.md | ||
| CHAT_INTEGRATION.md | ||
| CLAUDE.md | ||
| components.json | ||
| forge.config.js | ||
| IMPROVEMENTS.md | ||
| index.html | ||
| MOBILE_RELAY_EVALUATION.md | ||
| nginx.conf.example | ||
| NOSTR_ARCHITECTURE.md | ||
| ORDER_MANAGEMENT_FULFILLMENT.md | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| RELAY_HUB_ARCHITECTURE.md | ||
| tailwind.config.js | ||
| test-formatting.html | ||
| 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.