Dandelion is a fair source project. View the code on Github

Commits on Feb 11, 2026
06e9f4e

💬 Update feature descriptions and reorder cards on landing page

153d119

🐛 Fix anchor links on home page for events & gatherings

Commits on Feb 10, 2026
48e562f

✨ add dedicated /features page to showcase platform capabilities
♻️ extract adjectives list into ADJECTIVES constant for reuse
🎨 move payment-methods markup into reusable partial
💄 restyle home hero: bigger strapline, new CTA button, extra padding

6a5a5a2

🔧 Delayed::Worker.destroy_failed_jobs = false to keep failed jobs for inspection

86bf00a

♻️ Move Event.public scope below handle_asynchronously calls

8da7575

♻️ Move handle_asynchronously :ai_tag below method definition

Ensures Sidekiq correctly picks up the method for background processing.

f73de68

💬 Update referral reward claim flash message to include "we'll be in touch soon"

9cf46d3

⚡️ (event.rb): run ai_tag asynchronously to avoid blocking the save

df7d89d

✨ Add reward claimer info to referrals stats page

df3ef61

🔥 Remove unused percentage calculation from referrals view

bcfcbba

✨ Add admin referrals stats page

b98605c

🎨 (app.rb, docs.rb, account_contribution.rb): refactor multi-line email bodies into arrays joined by newlines for readability
💡 (app.rb): include referrer info in reward-claim email for better tracking
💬 (referrals.erb): replace hard-coded €100 with constant to keep wording in sync

bb04e90

✏️ Shorten reward-claim subject line to keep it readable

e8f6bc3

💬 (app.rb): update referral reward email subject from "[Referral]" to "[Reward claim]" for clearer intent

f1e70e3

♻️ (app.rb, referrals.erb, organisation.rb): refactor referral reward logic to use Money objects and configurable threshold

f6ac04f

💄 (referrals.erb): simplify progress display to show rounded euro count up to 100

9d2f776

💄 (referrals): always show referrals link in nav and improve empty state
✨ (organisations): add no_referrer flag to hide referrer field in build form

16f509a

✨ Add referral reward claim flow for referrers

Commits on Feb 09, 2026
b97a546

💬 Add event date/time to SMS confirmation message

dbfeea8

💬 Replace WhatsApp notifications with Signal for order confirmations