All deployments

Peter Theill
Peter Theill 
deployed a feature 6 months ago
6 months ago
✨ Introduce Leaflet map integration
Add Leaflet library for interactive maps and implement map controller
with dynamic radius and pulse marker features. Update navbar and
application layout for improved UI.
Peter Theill
Peter Theill 
deployed a feature 6 months ago
6 months ago
✨ Introduce regions feature with CRUD operations
Add views, migrations, and associations for regions, enabling users to create, view, and manage geographic regions within the application.
Peter Theill
Peter Theill 
deployed a styling change 6 months ago
6 months ago
💄 Update footer and navbar styles
Revamp the footer and navbar with improved color schemes and typography
for better visual appeal and readability.
✨ Introduce admin dashboard components
Add navigation items, stat cards, status badges, and user management
pages to enhance the admin interface and improve user experience.
Peter Theill
Peter Theill 
deployed a feature 6 months ago
6 months ago
✨ Add Mission Control Jobs integration
Introduce the Mission Control Jobs gem and configure HTTP Basic Auth
for the jobs dashboard. Update Gemfile, Gemfile.lock, routes, and
initializers accordingly.
Peter Theill
Peter Theill 
deployed a configuration change 6 months ago
6 months ago
🔨 Add script to wipe and restore development DB
Introduce a script to dump the production database and restore it to
the development environment, including asset syncing from Hetzner
Object Storage. Supports skipping the download with a flag.
Peter Theill
Peter Theill 
deployed a styling change 6 months ago
6 months ago
💄 Update OAuth button styles for better UX
Add cursor pointer to OAuth buttons for improved interactivity.
Peter Theill
Peter Theill 
deployed a feature 6 months ago
6 months ago
✨ Enhance donation pages with charity context
Update page titles, descriptions, and headings to include charity
information for claimed, received, and unclaimed donations.
Peter Theill
Peter Theill 
deployed a feature 6 months ago
6 months ago
✨ Add sitemap generation and routing
Introduce sitemap generation functionality, including routes and jobs for
creating and serving sitemaps. Update .gitignore and robots.txt for
sitemap handling.
Peter Theill
Peter Theill 
deployed a feature 6 months ago
6 months ago
💄 Update default mailer settings
Enhance the default sender and reply-to addresses for improved
notification handling.
✨ Introduce notification mailer and user mailer
Add notification mailer for various events and user mailer for user-related
notifications. Update database schema and migration for mail notifications
default values. Enhance email templates and tests for comprehensive coverage.
Peter Theill
Peter Theill 
deployed a styling change 6 months ago
6 months ago
♻️ Refactor code structure for clarity
Improve organization and readability of the codebase without changing functionality.
💄 Update navbar and form styles for better UX
Refactor navbar to support transparency and enhance form input styles for improved aesthetics and usability.
Peter Theill
Peter Theill 
deployed a performance improvement 6 months ago
6 months ago
🚀 Add GitHub Actions workflow for deployment
Introduce a CI/CD pipeline to automate deployment to production and staging environments.
Peter Theill
Peter Theill 
deployed a refactoring 6 months ago
6 months ago
♻️ Comment out browser version restriction
Remove the restriction on modern browser support for webp images.
Peter Theill
Peter Theill 
deployed a dependency update 6 months ago
Peter Theill
Peter Theill 
deployed a styling change 6 months ago
6 months ago
🎨 Update hero illustrations for events
Change default hero illustration to wedding and adjust New Year's
event handling to include both New Year's Eve and Day.
✨ Introduce lifetime subscription feature
Add functionality for users to purchase lifetime access, including
Stripe integration for payment processing and email notifications
upon activation. Update views and routes accordingly.
✨ Introduce event preservation feature
Add functionality for users to preserve events permanently through
Stripe payments. Includes email notifications and UI updates for
preserved events.
✨ Introduce approaching deletion feature for events
Add a new route and view for displaying events approaching deletion,
including pagination and improved UI elements for better user experience.
💄 Add EU data storage and GDPR section
Introduce a new section detailing data storage within the EU and compliance
with GDPR, enhancing transparency regarding user data protection.
Peter Theill
Peter Theill 
deployed a styling change 6 months ago
6 months ago
💄 Update avatar URLs for Discord notifications
Change avatar URLs in deployment configuration and PWA manifest to ensure
consistent branding across platforms.
Peter Theill
Peter Theill 
deployed a styling change 6 months ago
6 months ago
💄 Update icon assets
Replace existing icon and high-resolution icon files with updated versions.
Peter Theill
Peter Theill 
deployed a refactoring 6 months ago
Peter Theill
Peter Theill 
deployed a styling change 6 months ago
6 months ago
💄 Add instructional text for voting
Include a message prompting users to check dates and save their votes.
💄 Update instructional header for poll creation
Enhance user guidance by adding a clear instructional header to the poll
creation page.
Peter Theill
Peter Theill 
deployed a styling change 6 months ago
6 months ago
💄 Refine UI styles for polls and voting sections
Adjust layout and styling for better responsiveness and visual appeal across devices.
✨ Enhance page title handling logic
Add support for custom titles from content_for and ensure no double-escaping
of special characters. Introduce tests for page_title functionality.
Peter Theill
Peter Theill 
deployed a feature 6 months ago
6 months ago
✨ Introduce admin functionality for polls
Add admin controller and views for managing polls, including index, show, and delete actions. Implement authentication for admin access and ensure proper handling of poll data.