Torsten Schulz torsten
  • Joined on 2025-12-19
torsten pushed to main at torsten/trainingstagebuch 2026-03-19 16:10:42 +01:00
542d741428 feat(MembersOverview, MembersView): add training group filtering and display enhancements
torsten pushed to main at torsten/singlechat 2026-03-19 15:45:36 +01:00
e8e1eb4e25 Enhance user statistics reporting in broadcast.js
torsten pushed to main at torsten/singlechat 2026-03-19 15:42:51 +01:00
c847f249ba Enhance daily statistics reporting in broadcast.js
torsten pushed to main at torsten/singlechat 2026-03-19 15:25:43 +01:00
8319b43835 Add HeaderAdBanner component to ChatView, FeedbackView, and PartnersView
torsten pushed to main at torsten/singlechat 2026-03-19 15:21:56 +01:00
47373a27af Enhance SEO and feedback features across the application
torsten pushed to main at torsten/yourpart3 2026-03-19 15:07:55 +01:00
2c58ef37c4 Enhance OverviewView component to conditionally display character avatar and house: Introduce a new image container for character representation, ensuring it only renders when a character is present. Refactor existing code to remove duplicate avatar rendering logic and maintain a clean overview layout.
torsten pushed to main at torsten/singlechat 2026-03-19 15:02:01 +01:00
0205352ae9 Enhance UI and functionality across multiple components
torsten pushed to main at torsten/yourpart3 2026-03-19 14:46:56 +01:00
9d44a265ca Refactor backend CORS settings to include default origins and improve error handling in chat services: Introduce dynamic CORS origin handling, enhance RabbitMQ message sending with fallback mechanisms, and update WebSocket service to manage pending messages. Update UI components for better accessibility and responsiveness, including adjustments to dialog and navigation elements. Enhance styling for improved user experience across various components.
4442937ebd Enhance backend configuration and error handling: Update CORS settings to allow dynamic origins, improve RabbitMQ connection handling in chat services, and adjust API server host configuration. Refactor environment variables for better flexibility and add fallback mechanisms for WebSocket and chat services. Update frontend environment files for consistent API and WebSocket URLs.
Compare 2 commits »
torsten pushed to Redesign at torsten/yourpart3 2026-03-19 14:44:07 +01:00
9d44a265ca Refactor backend CORS settings to include default origins and improve error handling in chat services: Introduce dynamic CORS origin handling, enhance RabbitMQ message sending with fallback mechanisms, and update WebSocket service to manage pending messages. Update UI components for better accessibility and responsiveness, including adjustments to dialog and navigation elements. Enhance styling for improved user experience across various components.
torsten pushed to main at torsten/singlechat 2026-03-19 14:16:43 +01:00
8f3cbc16b8 Refactor command help responses in broadcast.js to use structured command tables for improved clarity and organization. Updated help messages for statistics and available commands to enhance user experience.
torsten pushed to main at torsten/singlechat 2026-03-19 14:12:53 +01:00
6d17afe3a1 Remove outdated update.sh script as it has been replaced by update-ypchat.sh for deployment and service management. This change streamlines the update process and consolidates functionality into a single script.
torsten pushed to main at torsten/singlechat 2026-03-19 14:12:46 +01:00
1e092a7232 Add update-ypchat.sh script for deployment and service management
torsten pushed to main at torsten/singlechat 2026-03-19 14:08:09 +01:00
e3928e0b65 Start timeout timer on fresh login in chat store to enhance session management.
torsten pushed to main at torsten/singlechat 2026-03-19 14:04:24 +01:00
6158c9d3c0 Update update.sh to run deployment scripts with sudo
torsten pushed to main at torsten/singlechat 2026-03-19 14:03:04 +01:00
39fd5e9290 Enhance command table functionality in ChatView component
torsten pushed to main at torsten/singlechat 2026-03-19 14:00:09 +01:00
448f2ffb6f Add command table functionality to chat store and ChatView component
torsten pushed to main at torsten/singlechat 2026-03-19 13:54:16 +01:00
51040391e8 Refactor command handling in broadcast.js to streamline input processing. Moved command validation and parsing logic to ensure proper handling of user inputs during chat login and command execution.
torsten pushed to main at torsten/singlechat 2026-03-19 13:48:13 +01:00
bcb3b5b71f Implement login functionality in ChatInput and chat store. Update input handling to support username and password prompts, enhance message sending logic, and ensure proper command handling during login. Adjust broadcast logic to manage login states and provide appropriate feedback to users.
torsten pushed to main at torsten/singlechat 2026-03-19 13:38:03 +01:00
83110659db Refactor manual chunking in Vite configuration to improve code clarity and maintainability. The updated logic now checks for 'node_modules' and categorizes dependencies into 'vue-vendor' and 'socket-vendor' chunks accordingly.
torsten pushed to main at torsten/singlechat 2026-03-19 13:35:26 +01:00
c7ea33fb2c Upgrade @vitejs/plugin-vue to version 6.0.5 in package.json and package-lock.json, ensuring compatibility with updated node and peer dependencies.