-
Notifications
You must be signed in to change notification settings - Fork 7
Comparing changes
Open a pull request
base repository: feathersdev/chat
base: main
head repository: feathersdev/chat
compare: sync
- 12 commits
- 20 files changed
- 1 contributor
Commits on Aug 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8195726 - Browse repository at this point
Copy the full SHA 8195726View commit details
Commits on Aug 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ffadd91 - Browse repository at this point
Copy the full SHA ffadd91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4634dbd - Browse repository at this point
Copy the full SHA 4634dbdView commit details
Commits on Aug 9, 2025
-
feat: configurable HTTP/HTTPS sync server with comprehensive document…
…ation - Add HTTP/HTTPS auto-detection based on certificate availability - Make certificate path configurable via CERT_PATH environment variable - Add development and production npm scripts for sync server - Update README with complete setup instructions for local development - Add Raspberry Pi deployment guide for local network demos - Fix svelte-chat to use VITE_AUTOMERGE_URL environment variable - Add client configuration documentation for both React and Svelte - Support any certificate provider (Let's Encrypt, commercial CAs, self-signed)
Configuration menu - View commit details
-
Copy full SHA for e109d0f - Browse repository at this point
Copy the full SHA e109d0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5390c6b - Browse repository at this point
Copy the full SHA 5390c6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a0a988 - Browse repository at this point
Copy the full SHA 0a0a988View commit details -
feat: advanced reaction system with smart key routing and global inpu…
…t capture Replace simple likes with Slack-style reaction system featuring: - Multiple emoji reactions per message with user lists - Smart positioning with Floating UI collision detection - 3x3 popular reactions grid with search functionality - Intelligent keyboard navigation for grid layout - Global key capture routing input to reaction search or chat based on context - Migration from old likes system to heart reactions
Configuration menu - View commit details
-
Copy full SHA for 9a96c89 - Browse repository at this point
Copy the full SHA 9a96c89View commit details -
feat: expand emoji collection and fix ReactionPicker grid layout
- Add 100+ new emoji across faces, gestures, objects, activities, and food categories - Fix ReactionPicker emoji name display showing proper :name: instead of :🎉: - Improve grid layout with proper 3-column structure and responsive sizing - Add text wrapping and truncation for long emoji names to prevent overlapping - Increase picker width and adjust spacing for better readability
Configuration menu - View commit details
-
Copy full SHA for 198a5c8 - Browse repository at this point
Copy the full SHA 198a5c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a233db6 - Browse repository at this point
Copy the full SHA a233db6View commit details -
feat: add comprehensive Raspberry Pi setup guide and SSL support for …
…Vite dev server - Add detailed piradio.local setup instructions with step-by-step Pi configuration - Include system setup, hostname config, environment variables, and service management - Add PM2 and systemd service configurations for production deployment - Configure Vite dev server to reuse sync-server SSL certificates - Add certificate path detection and fallback logic matching sync-server behavior - Include firewall configuration, troubleshooting, and performance optimization tips
Configuration menu - View commit details
-
Copy full SHA for 36ae623 - Browse repository at this point
Copy the full SHA 36ae623View commit details
Commits on Aug 10, 2025
-
fix: correct certificate path for dweb.feathers.dev in sync server
Update default certificate path from dweb.feathers.cloud to dweb.feathers.dev to match actual Let's Encrypt certificate location. This fixes SSL protocol errors where server was falling back to HTTP mode due to missing certificates.
Configuration menu - View commit details
-
Copy full SHA for 1bacf2a - Browse repository at this point
Copy the full SHA 1bacf2aView commit details -
fix: improve mobile UX with larger input font and proper viewport han…
…dling - Increase input font size from 0.875rem to 1rem to prevent mobile zoom - Update both chat input and reaction picker search input - Replace problematic 100vh with 100dvh for dynamic viewport height - Add fallback to 100vh for older browser compatibility - Eliminates extra scrollable space below input area on mobile devices
Configuration menu - View commit details
-
Copy full SHA for a0f8788 - Browse repository at this point
Copy the full SHA a0f8788View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...sync