Dandelion is a fair source project. View the code on Github
Commits on Dec 04, 2025
| 5abc620 |
✨ (images.rb): add PDF support to QR-code endpoint
|
| 52ec49e |
💄 (event.erb): add inline aspect-ratio style to event image to prevent layout shift |
| bac7ddc |
⚡️ Add preconnect hints for external CDNs to speed up first paint
|
| 6c08c45 |
🐛 Fix navigation highlighting for organisations and gatherings
|
| 5eea8b7 |
➖ Remove rack_session_access gem and replace test login helper |
| 4f36099 |
✨ Add new /stats/gems page to list all project gems
|
| a1137ea |
⬆️ (Gemfile): switch padrino from git to released gem
|
| b633cb1 |
🚸 Add read-more toggle for long feedback responses
|
| 245353d |
💄 (event_feedbacks): preserve line breaks in organiser replies |
| ea3f3f0 |
🐛 Fix feedback filtering to handle missing answers |
| 0dc5dc5 |
🐛 Fix response visibility logic in event feedback partials The changes correct the conditional rendering of organisation responses and the feedback form. The response block is now always rendered outside the anonymity check, ensuring replies are shown when they exist. The form placeholder text is also simplified to always read “public response”, matching the intended UX. |
Commits on Dec 03, 2025
| 1f437af |
🐛 Replace admin‐loop with single FOUNDER_EMAIL env var
|
Commits on Dec 02, 2025
| 4bad9e8 |
🐛 (check_in.rb): remove manual fragment deletion to prevent stale cache issues
|
| ac9f91f |
Add data-pagelet-loaded attribute in pagelets.js |
Commits on Dec 01, 2025
| b824600 |
🔥 Remove unused treasure-map route and related files |
| 3eb9767 |
🐛 Filter out homepage-hidden events from account profile |
Commits on Nov 28, 2025
| 23f441f |
♻️ (check_in.rb): replace full event cache clear with targeted fragment deletion for stats_row |
| b15812e |
♻️ (check_in.rb): clear event cache after toggling check-in status |
Commits on Nov 27, 2025
| 24884ea |
🔥 Remove unused /events/:id/checked_in route |
| 31a8ed3 |
♻️ Replace client-side placeholder with server-rendered partial |