Skip to content

Add achievement icon padding

George Tsiolis requested to merge gt/add-ahievement-padding into master

What does this MR do and why?

Add some padding in the user achievement icon.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
Frame_1604 Frame_1605

How to set up and validate locally

  • Run the achievements seed script: bundle exec rake db:seed_fu FILTER=36_achievements
  • Enable the feature flag in the rails console: Feature.enable(:achievements)
  • Visit http://gdk.test:3000/root

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 🤞

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by George Tsiolis

Merge request reports