Dandelion is a fair source project. View the code on Github
Commits on Nov 13, 2025
| b7ab20e |
✨ (app.rb, views): add @month instance variable to persist selected month across renders |
| ee01dc4 |
💄 (app.scss): tighten line-height from 1.55 to 1.5 for cleaner text flow |
| 31c0339 |
🔥 Remove DocPage as a commentable type |
| 622de3b |
✨ Add dedicated question submission route for docs
|
| 99f7987 |
💄 Split price & quantity into separate columns with clearer labels |
Commits on Nov 12, 2025
| 2e1c404 |
💬 Reorder placeholder text to improve readability |
| 875965e |
💄 Remove "btn-lg" class from Save profile button |
| 47333c4 |
💄 Wrap account views in container div for consistent layout |
| 8f1f536 |
💄 (app.scss): tighten line-height for .readable from 1.575 to 1.55 |
| 6bfaff4 |
💄 Replace ` |
| 8fcc3b0 |
💄 Improve readability by replacing ` |
| 36b708f |
🐛 Fix typo in conditional check for tickets |
| 684c9d5 |
💄 (app/views/_feedback.erb): add autosize plugin to expand textarea as user types |
| 58b3656 |
🐛 Fix condition to show feedback when user has tickets |
| 4e30a8b |
💬 Shorten feedback subject line to remove redundant text |
| 2d6601b |
♻️ (app.rb): refactor feedback email building to inline variables and add reply-to header |
| bb15a63 |
💬 Tighten feedback placeholder text for clarity |
| 1105ae9 |
🐛 (app.rb): remove sender name/email duplication from feedback email body
|
| 700c090 |
✨ Add feedback submission feature for signed-in users |
| cacf399 |
💄 (chat_card.erb): change chat card width from px to em for better responsive scaling |