website icon indicating copy to clipboard operation
website copied to clipboard

fix: change face sorting direction

Open vaeng opened this issue 1 year ago • 2 comments

I made a fiddle to test the changes. https://jsfiddle.net/297t4rzm/

vaeng avatar Nov 29 '24 08:11 vaeng

Thanks!

Reflecting on this, I think it will look better with the faces still stacked how they were but with the order of the faces reversed. I think the right places to do this are:

  • https://github.com/exercism/website/blob/main/app/helpers/react_components/track/concept_makers_button.rb#L26
  • https://github.com/exercism/website/blob/main/app/helpers/react_components/track/exercise_makers_button.rb#L25 (and maybe somewhere else for the track itself)

A .reverse on the end of that probably works perfect.

@vaeng Do you want to do this, or shall I throw it @dem4ron's way? :)

iHiD avatar Dec 03 '24 08:12 iHiD

If @dem4ron can do this and it is not a big job, I'm happy to have him give it a go. I would probably miss a lot of things :D

vaeng avatar Dec 03 '24 08:12 vaeng