Commit Graph

22 Commits

Author SHA1 Message Date
Torsten Schulz (local)
bfe28a25fa android app, extension of stats
All checks were successful
Deploy SingleChat / deploy (push) Successful in 40s
2026-08-10 14:03:34 +02:00
Torsten Schulz (local)
5d4129b5b3 Fixeds and enhancements
Some checks failed
Deploy SingleChat / deploy (push) Has been cancelled
2026-06-17 15:44:11 +02:00
Torsten Schulz (local)
10e6e7a80a videochat integriert
All checks were successful
Deploy SingleChat / deploy (push) Successful in 27s
2026-06-17 12:53:03 +02:00
Torsten Schulz (local)
8c9a600645 fixed some domain issues
All checks were successful
Deploy SingleChat / deploy (push) Successful in 24s
2026-06-16 12:47:58 +02:00
Torsten Schulz (local)
e279215b85 some fixes
All checks were successful
Deploy SingleChat / deploy (push) Successful in 27s
2026-06-16 12:15:57 +02:00
Torsten Schulz (local)
1f342f555e für playstore änderungen
All checks were successful
Deploy SingleChat / deploy (push) Successful in 23s
2026-06-16 11:50:31 +02:00
Torsten Schulz (local)
5bb9db2aad seo-improvements 2026-06-15 16:07:42 +02:00
Torsten Schulz (local)
44dd757243 Implement HeaderAdBanner component and integrate ad loading logic with consent handling 2026-05-18 15:06:29 +02:00
Torsten Schulz (notebook)
ec567b32eb Merge branch 'main' of https://git.tsschulz.de/torsten/singlechat 2026-05-12 10:32:14 +02:00
Torsten Schulz (notebook)
84f57facba android version 2026-05-12 10:21:24 +02:00
Torsten Schulz (local)
565b3b411f Enhance Ratgeber views with additional content and structure
- Added new sections and paragraphs to GuideFirstMessageView, GuideHubView, GuideProfileView, GuideRedFlagsView, and GuideSafetyView, providing users with clearer guidance on effective communication and safety in chats.
- Introduced content meta information for each view, including the editorial team and last updated date, enhancing transparency and credibility.
- Improved layout and styling for new sections, ensuring a consistent and user-friendly experience across the Ratgeber section.

These changes collectively enrich the informational resources available to users, promoting better engagement and understanding of chat-related topics.
2026-05-07 13:23:24 +02:00
Torsten Schulz (local)
1ecf7b6ba7 Add Ratgeber section with new routes and links
- Introduced a new "Ratgeber" link in ImprintContainer.vue for better user navigation.
- Added multiple routes for the Ratgeber section, including GuideHubView, GuideFirstMessageView, GuideProfileView, GuideSafetyView, and GuideRedFlagsView, enhancing content accessibility.
- Implemented SEO metadata for the new routes to improve search engine visibility and user engagement.

These changes collectively enhance the site's informational resources and improve navigation for users seeking guidance on chat-related topics.
2026-04-27 14:24:42 +02:00
Torsten Schulz (local)
32b48909c5 Update favicon, enhance sidebar branding, and improve CSS styles
- Replaced the favicon with a new app icon and added a shortcut icon for better branding.
- Enhanced the sidebar branding in ChatView.vue by introducing a logo element for improved visual appeal.
- Updated CSS styles to support new sidebar layout and icon display, ensuring a cohesive design.

These changes collectively improve the user interface and branding consistency across the application.
2026-04-21 15:29:21 +02:00
Torsten Schulz (local)
336e8308cf Refactor chat interface and enhance user experience
- Updated the ChatWindow component to provide clearer instructions and actions when no conversation is selected, improving user guidance.
- Redesigned the MenuBar to display session timeout information more effectively.
- Enhanced the SearchView component with a more user-friendly country selection using a Multiselect dropdown.
- Improved the UserList component to display user age and gender, enhancing user profile visibility.
- Updated various views (ChatView, FaqView, FeedbackView, PartnersView, RulesView, SafetyView) to include a consistent app branding link for better navigation.

These changes collectively enhance the chat interface, improve user engagement, and streamline navigation across the application.
2026-04-20 12:01:26 +02:00
Torsten Schulz (local)
0fcc6878bd Add multilingual SEO metadata and enhance content descriptions
- Introduced localized SEO metadata for multiple languages in routes-seo.js, improving search engine visibility.
- Updated descriptions and keywords across various views (Home, Partners, Feedback, FAQ, Rules, Safety) to better reflect the platform's focus on private and anonymous chatting.
- Enhanced user guidance in FAQ, Partners, Rules, and Safety views with additional context on privacy and chat functionality.

These changes collectively improve the site's SEO performance and user experience by providing clearer, localized content.
2026-04-09 09:49:30 +02:00
Torsten Schulz (local)
06182a4a95 Add FAQ, Rules, and Safety pages with corresponding routes and SEO metadata
- Introduced new links in ImprintContainer.vue for FAQ, Rules, and Safety pages.
- Added FaqView, RulesView, and SafetyView components to handle the new routes.
- Implemented SEO metadata for the new pages in routes-seo.js and router/index.js.
- Updated server routes to include the new paths for proper handling in production.

These changes enhance the site's informational resources and improve SEO visibility for user inquiries.
2026-03-27 14:15:37 +01:00
Torsten Schulz (local)
8319b43835 Add HeaderAdBanner component to ChatView, FeedbackView, and PartnersView
- Integrated HeaderAdBanner into ChatView.vue, FeedbackView.vue, and PartnersView.vue to enhance advertising capabilities.
- Updated PartnersView.vue to include a new app branding structure for improved visual hierarchy.

These changes collectively improve the user interface and advertising integration across multiple views.
2026-03-19 15:25:42 +01:00
Torsten Schulz (local)
47373a27af Enhance SEO and feedback features across the application
- Updated index.html with improved meta tags for SEO, including author and theme color.
- Added a feedback dialog in ImprintContainer.vue for user feedback submission.
- Refactored LoginForm.vue to utilize a utility for cookie management, simplifying profile persistence.
- Introduced new routes and schemas for feedback in the router and server, enhancing SEO and user experience.
- Improved ChatView.vue with better error handling and command table display.
- Implemented feedback API endpoints in server routes for managing user feedback submissions and admin access.

These changes collectively improve the application's SEO, user interaction, and feedback management capabilities.
2026-03-19 15:21:54 +01:00
Torsten Schulz (local)
0205352ae9 Enhance UI and functionality across multiple components
- Updated styles in style.css to improve overall design consistency and introduced CSS variables for better theming.
- Refined ChatWindow.vue with improved no-conversation styling and adjusted image borders for a cleaner look.
- Enhanced HistoryView.vue and InboxView.vue with new panel styles for better user experience and readability.
- Revamped LoginForm.vue to provide a more engaging user interface with a landing page layout and cookie-based profile persistence.
- Improved MenuBar.vue and SearchView.vue with active state indicators and refined item displays for better navigation.
- Added logout functionality in chat store and server routes to manage user sessions effectively.
- Introduced a new mockup view route for design previews.

These changes collectively enhance the user experience and visual appeal of the application.
2026-03-19 15:01:59 +01:00
Torsten Schulz (local)
448f2ffb6f Add command table functionality to chat store and ChatView component
- Introduced `commandTable` state in chat store to manage command output.
- Implemented WebSocket listener for `commandTable` messages.
- Enhanced ChatView.vue to display command table with dynamic content and styling.
- Added `clearCommandTable` method to reset command table state.
- Updated server broadcast logic to send structured command table data for various statistics.
2026-03-19 14:00:08 +01:00
Torsten Schulz (local)
527cea1261 Update dependencies and enhance ChatInput component functionality. Upgraded Vite to version 8.0.1, updated various package versions in package-lock.json, and improved user experience in ChatInput.vue by adding dynamic placeholder text and error handling for message sending without an active conversation. 2026-03-19 13:30:40 +01:00
Torsten Schulz (local)
6e9116e819 Remove deprecated scripts for adding head-matter to wt_config.xml, including Python and Bash implementations, to streamline configuration management. 2025-12-04 16:34:45 +01:00