No description
- Remove the showLogoutConfirm state variable from Navbar.vue to streamline the logout confirmation process. - Update the LogoutConfirmDialog component to manage its own visibility state internally, enhancing encapsulation. - Refactor the logout button to directly trigger the confirmation dialog, improving code clarity and user experience. feat: Enhance Logout Confirmation Handling Across Components - Introduce a showLogoutConfirm state variable in ProfileDialog.vue, UserProfile.vue, and Navbar.vue to manage the visibility of the Logout Confirmation dialog. - Refactor logout buttons in these components to trigger the confirmation dialog, improving user experience and preventing accidental logouts. - Update the LogoutConfirmDialog component to accept an isOpen prop for better control of its visibility, ensuring consistent functionality across the application. |
||
|---|---|---|
| .vscode | ||
| electron | ||
| public | ||
| src | ||
| .cursorrules | ||
| .env.example | ||
| .gitignore | ||
| AUTHENTICATION.md | ||
| CHAT_INTEGRATION.md | ||
| CLAUDE.md | ||
| components.json | ||
| debug_admin_posts.js | ||
| forge.config.js | ||
| generate-vapid-keys.js | ||
| IMPROVEMENTS.md | ||
| index.html | ||
| MOBILE_RELAY_EVALUATION.md | ||
| nginx.conf.example | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| RELAY_HUB_ARCHITECTURE.md | ||
| send_admin_note.js | ||
| send_posts_from_configured_admins.js | ||
| send_test_note.js | ||
| 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.