All deployments

Peter Theill
Peter Theill 
deployed a new feature 6 months ago
6 months ago
🤖 Add mouse movement tracking for newsletter captcha
Implement mouse movement tracking to enhance anti-bot protection during newsletter sign-up.
Peter Theill
Peter Theill 
deployed a styling change 6 months ago
6 months ago
🎨 Update avatar URL in notification payload
Change the default avatar URL for user subscription notifications to ensure consistency.
Peter Theill
Peter Theill 
deployed a styling change 6 months ago
6 months ago
💄 Update avatar URL for Discord notifications
Change the avatar URL in the phone verification payload to the correct icon.
Peter Theill
Peter Theill 
deployed a new feature 6 months ago
6 months ago
✨ Add username feature to user model and views
Implement username functionality with validations, routing, and
associated views for user profiles and deployments.
Peter Theill
Peter Theill 
deployed a new feature 6 months ago
6 months ago
✨ Enhance pagination and profile display
Improve pagination styles for better visual feedback and add a celebration card for users with more than 5 likes.
Peter Theill
Peter Theill 
deployed a new feature 6 months ago
6 months ago
✨ Enhance user model and views with total likes feature
Add total likes calculation to user profiles and update social media URL
validations for improved accuracy.
✨ Ensure unique user tokens and add index
Implement a migration to generate unique tokens for existing users and
add a unique index to the token column for improved data integrity.
🎨 Format user name and social media fields for consistency
Improve code readability by standardizing spacing in user name and social media helper methods.
✨ Add social media fields to user model and views
Enhance user profiles by adding support for multiple social media platforms.
Peter Theill
Peter Theill 
deployed a styling change 6 months ago
6 months ago
💄 Enhance navigation and forms for better usability
Improve menu interactions and layout for sign up and sign in forms.
✨ Add impersonation feature for public authors
Enable admins to impersonate authors for testing and support, with
visual indicators and session management.
✨ Add email search and fix entries count default in authors table
🎨 Enhance sign up and sign in headings with icons
Add icons to the sign up and sign in headings for improved visual appeal.
Peter Theill
Peter Theill 
deployed a styling change 6 months ago
6 months ago
🎨 Update avatar URL for author notifications
Change the avatar URL in the author joined notification to ensure consistency with branding.
♻️ Refactor application helper and views for author profiles

  • Commented out regex expression modification in `application_helper.rb`.

  • Added `calculate_age` method to compute age based on birth and death dates.

  • Updated `life_in_weeks.html.erb` to display birth and death information with icons and age calculations.

  • Enhanced `milestones.html.erb` to include author avatar display.

  • Modified `profile.html.erb` to use a consistent avatar style.

  • Improved `profiles.html.erb` layout with blurred avatar backgrounds and additional author information.

  • Updated `import_milestones.rake` to include death date for authors.

  • Added comprehensive tests for `calculate_age` in `application_helper_test.rb`.

  • Imported life milestones for Janis Joplin, Jim Morrison, Jimi Hendrix, John Lennon, Kurt Cobain, and Osama bin Laden.

✨ Add life events for multiple historical figures
Include detailed life events for Amy Winehouse, Janis Joplin, Jim Morrison,
Jimi Hendrix, John Lennon, Kurt Cobain, and Osama bin Laden in CSV format.
Peter Theill
Peter Theill 
deployed a styling change 6 months ago
6 months ago
🎨 Refactor image_tag syntax for consistency
Simplify the syntax of the image_tag for the background image on the About page.
Peter Theill
Peter Theill 
deployed a new feature 6 months ago
6 months ago
🔍 Improve meta tags for life in weeks page SEO
✨ Add milestone import/export functionality with CSV, JSON, and text formats
Peter Theill
Peter Theill 
deployed a styling change 6 months ago
Peter Theill
Peter Theill 
deployed a styling change 6 months ago
6 months ago
🎨 Improve footer layout and link styling
Peter Theill
Peter Theill 
deployed a styling change 6 months ago
6 months ago
🎨 Enhance user profile with 12-month activity chart
Peter Theill
Peter Theill 
deployed a styling change 6 months ago
6 months ago
🎨 Update
Peter Theill
Peter Theill 
deployed a performance improvement 6 months ago
6 months ago
🔍 Add meta descriptions for improved SEO across all views
Peter Theill
Peter Theill 
deployed a styling change 6 months ago
6 months ago
💄 Update UI elements and improve visual consistency across diary views
Peter Theill
Peter Theill 
deployed a styling change 6 months ago
6 months ago
🎨 Add avatar display support for featured authors and profiles
Peter Theill
Peter Theill 
deployed a styling change 6 months ago
6 months ago
🎨 Move CSS from stylesheet to inline styles in sign-in email template
Peter Theill
Peter Theill 
deployed a styling change 6 months ago
6 months ago
💄 Improve sign-in email template with better styling and layout
Peter Theill
Peter Theill 
deployed a styling change 6 months ago
6 months ago
🎨 Reorder form fields and adjust dropdown menu spacing
✨ Add safe_tsquery function and improve search highlighting
🔍 Improve search with combined FTS and ILIKE fallback strategy
✨ Add avatar upload functionality to author profiles
This is primarily a feature we will use for public profiles and once we launch our "generate book" feature where it would be nice to have an avatar photo shown in that book
🎨 Make entire author card clickable and remove redundant profile link
🎨 Revamp profile cards with quick action buttons and cleaner layout
🐛 Fix date parsing for BC dates in life-in-weeks view