Add achievement icon padding
All threads resolved!
Add some padding in the user achievement icon.
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
![]() |
![]() |
bundle exec rake db:seed_fu FILTER=36_achievements
Feature.enable(:achievements)
If you have any problems, try deleting all achievements from the rails console: Achievements::Achievement.delete_all
then re-running the seed script (not from the rails console): bundle exec rake db:seed_fu FILTER=36_achievements
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.