All deployments

Peter Theill
Peter Theill 
deployed a refactoring about 1 month ago
about 1 month ago
♻️ Refactor payment tier selection logic
Update PRICE_TIERS to use fixed amounts instead of strings for better
consistency and clarity in the payment process.
Peter Theill
Peter Theill 
deployed a security update about 1 month ago
about 1 month ago
🔒️ Disable insecure incoming SMS endpoint
Prevent unauthorized access to the incoming SMS endpoint due to a security
vulnerability. This change disables the endpoint and logs a warning.
Peter Theill
Peter Theill 
deployed a dependency update about 1 month ago
about 1 month ago
⬆️ Upgrade dependencies and CI actions
Update Ruby and action versions in CI and deploy workflows for improved
stability and performance. Adjust gem versions in Gemfile and Gemfile.lock
to ensure compatibility.
Peter Theill
Peter Theill 
deployed a styling change about 1 month ago
about 1 month ago
💄 Update poll date labels and share controls
Change "Poll date" to "Suggested date" for clarity and enhance share
controls with inline buttons for better user interaction.
Peter Theill
Peter Theill 
deployed a feature about 1 month ago
about 1 month ago
✨ Introduce calendar view and voting enhancements
Add calendar view for displaying poll dates, implement view toggle
between list and calendar formats, and enhance vote submission
feedback with real-time updates.
Peter Theill
Peter Theill 
deployed a styling change about 1 month ago
about 1 month ago
🎨 Update icon files and improve HTML links
Refactor icon file paths and update SVG structure for better
compatibility and performance.
Peter Theill
Peter Theill 
deployed a refactoring about 1 month ago
about 1 month ago
🎨 Refactor date header logic for clarity
Improve the condition for determining best dates in the poll dates header.
🔧 Update development configuration for preload links
Disable preload links header to prevent browser warnings in Turbo/Hotwire apps.
Peter Theill
Peter Theill 
deployed a feature about 1 month ago
about 1 month ago
✨ Add FAQ section with common questions
Introduce a new FAQ section to address user inquiries about Shareaslot's features and usage.
✨ Introduce smart avatar feature
Add functionality to display avatars from various services or fallback to initials.
Enhance avatar loading with graceful error handling and implement tests for
email detection and avatar information retrieval.
Peter Theill
Peter Theill 
deployed a feature about 1 month ago
about 1 month ago
✨ Trigger confetti celebration on vote submission
Implement confetti animations for users upon vote submission and
update confetti controller to handle different celebration types
based on timestamp values.
Peter Theill
Peter Theill 
deployed a styling change about 1 month ago
about 1 month ago
💄 Enhance UI for charities and user profile pages
Revamp layout and styling for better visual appeal and user experience.
✨ Add search functionality for charities
Implement search feature in the charities index to allow users to
filter charities by title or description.
💄 Update image display styles for charity logos
Change image display to 'object-contain' for better visual consistency
across leaderboard and donation cards.
Peter Theill
Peter Theill 
deployed a styling change about 1 month ago
about 1 month ago
💄 Update UI for first-time yearbook creation
Enhance styling and layout for better visibility and user engagement.
Peter Theill
Peter Theill 
deployed a refactoring about 1 month ago
about 1 month ago
📈 Add analytics tracking script
Integrate Ahrefs analytics script for improved tracking of user interactions.
🔧 Tweak readme
Peter Theill
Peter Theill 
deployed a feature about 1 month ago
about 1 month ago
✨ Add life advice feature to retrospective
Introduce a new section for life advice in the retrospective model,
service, and view to enhance user insights and well-being.
Peter Theill
Peter Theill 
deployed a feature about 1 month ago
about 1 month ago
✨ Enhance journal writing pages and forms
Revamp content on journal writing benefits, types, and tips.
Improve entry form with a date picker and mood suggestion features.
Peter Theill
Peter Theill 
deployed a feature about 1 month ago
about 1 month ago
✨ Delay event ready email delivery
Add a 2-minute delay to the event ready email to allow users time
to customize the auto-generated event name before it is sent.
Peter Theill
Peter Theill 
deployed a feature about 1 month ago
about 1 month ago
✨ Add native sharing feature using Web Share API
Implement a new button for sharing polls natively and fallback to
copying the link if the Web Share API is not supported.
Peter Theill
Peter Theill 
deployed a refactoring about 1 month ago
about 1 month ago
🔧 Update Grover configuration for Puppeteer options
Refactor Puppeteer launch options to include no-sandbox flag for
containerized environments and streamline executable path settings.
Peter Theill
Peter Theill 
deployed a configuration change about 1 month ago
about 1 month ago
🔥 Remove unused deployment configuration
Eliminate unnecessary timeout and healthcheck settings from the deploy file.
Peter Theill
Peter Theill 
deployed a styling change about 1 month ago
about 1 month ago
✨ Add comparison page for OhDiary vs Dabble Me
Introduce a new comparison page highlighting the features and benefits of
OhDiary over Dabble Me, including SEO enhancements and footer links.
💄 Update most common words section UI
Enhance the layout and styling of the most common words section,
including improved word frequency visualization and user guidance.
💄 Update UI elements and improve layout
Refactor book comparison and yearbook sections for better
presentation and user experience. Enhance header link text for clarity.
💡 Update Christmas period logic
Refine the Christmas period method to accurately reflect the
inclusive date range from December 15th to December 26th.
💄 Update welcome section and email box rendering
Revamp the welcome message and enhance the layout for better user engagement.
✨ Add pdf-reader gem for page count extraction
Integrate pdf-reader to extract page count from PDF files in the yearbook
generation process. Update yearbook model to broadcast updates and improve
the yearbook card rendering.
💄 Update footer styling and PDF generation options
Refine footer layout and enhance PDF generation with optional footer template.
✨ Add page count to yearbooks and improve routes
Introduce page count tracking for yearbooks and update routes to use year as a parameter. Enhance yearbook generation and display logic accordingly.
✨ Enhance yearbook generation and navigation
Refactor yearbook handling, improve PDF filename generation, and update
navigation links for better user experience.
✨ Introduce Grover for PDF generation
Replace WickedPDF with Grover for generating yearbook PDFs.
Add new service for PDF generation and update related views,
controllers, and routes to support the new functionality.
🎨 Refactor Gemfile and improve Yearbook job formatting
Remove unused CSV gem, add pg dependency, and enhance code readability
in YearbookGenerationJob and yearbook_pdf_content view.
⬆️ Upgrade Ruby and CI dependencies
Update Ruby version to 3.3.6 and upgrade CI actions for improved
performance and compatibility.
🎨 Try
✨ Add yearbook generation feature with PDF export
✨ Add landing page for public people
Peter Theill
Peter Theill 
deployed a performance improvement about 1 month ago
about 1 month ago
⚡️ Improve zip file creation performance
Initialize the zip file with no compression to speed up the process
while maintaining file size efficiency. Update logging for better
insight into zip file creation and upload duration.