No description
- Adjust mobile chat component to ensure proper display of peer list and chat view based on selection. - Enhance avatar and username rendering for selected peers, ensuring fallback options are in place. - Improve responsiveness and usability of the chat interface, particularly for mobile users. - Update message display logic to maintain consistency across different screen sizes. refactor: Update desktop chat layout for improved structure - Change the layout of the desktop chat component to use a full-height column flexbox, enhancing the overall structure and responsiveness. - Ensure better alignment and spacing within the chat interface for a more organized appearance. |
||
|---|---|---|
| .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 | ||
| nginx.conf.example | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| send_admin_note.js | ||
| send_posts_from_configured_admins.js | ||
| send_test_note.js | ||
| tailwind.config.js | ||
| 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.