All deployments

Peter Theill
Peter Theill 
deployed a styling change 3 months ago
3 months ago
💄 Refactor authentication redirects
Change authentication redirects to root path for consistency across controllers.
Peter Theill
Peter Theill 
deployed a styling change 3 months ago
3 months ago
🎨 Allow processing through queue
Peter Theill
Peter Theill 
deployed a styling change 3 months ago
3 months ago
💄 Update media display text and styling
Change "upload" to "photo" for clarity and add background color to media container.
Peter Theill
Peter Theill 
deployed a new feature 3 months ago
3 months ago
✨ Enhance lightbox functionality and media handling
Refactor lightbox controller and media model to support optimized media
variants and improve loading behavior in the UI.
Peter Theill
Peter Theill 
deployed a styling change 3 months ago
3 months ago
✨ Refactor default name generation logic
Consolidate default value setting for event name and date into a single method.
💄 Refine QR code display and layout
Adjust the layout for QR code section and improve text clarity for better user experience.
Peter Theill
Peter Theill 
deployed a new feature 3 months ago
3 months ago
✨ Implement user join notification functionality
Add a method to notify via Discord when a new user joins the platform.
Peter Theill
Peter Theill 
deployed a new feature 3 months ago
3 months ago
✨ Add toast notification functionality
Implement toast notifications with slide-in animation and auto-dismiss
feature for improved user feedback on actions.
Peter Theill
Peter Theill 
deployed a styling change 3 months ago
3 months ago
💄 Enhance file upload progress UI
Improve the styling and structure of the upload progress container and
add shimmer animation for better visual feedback during file uploads.
Peter Theill
Peter Theill 
deployed a styling change 3 months ago
3 months ago
💄 Refine text formatting in homepage
Improve readability by consolidating text in the event sharing description.
Peter Theill
Peter Theill 
deployed a new feature 3 months ago
3 months ago
✨ Implement Google OAuth authentication and event claiming functionality

  • Added Google OAuth integration with OmniAuth for user authentication.

  • Created Users table with fields for email, name, Google ID, and avatar URL.

  • Updated Events table to include a user reference for claimed events.

  • Implemented SessionsController for handling sign-in, sign-out, and failure actions.

  • Created EventClaimsController to manage claiming events by users.

  • Updated views for sign-in, event claiming, and event management.

  • Enhanced header and footer for user authentication state.

  • Added routes for authentication and event claiming.

  • Configured OmniAuth initializer for Google OAuth.

  • Updated application layout and styles for improved user experience.