1
0
Fork 0
forked from OpenNeo/impress
impress/app/views/alt_styles/index.html.haml
2024-02-01 06:58:54 -08:00

23 lines
908 B
Text

- title "Styling Studio"
%p
Here's all the new NC Pet Styles we have! They're available in the app too,
by opening the emotion picker and clicking the "Styles" tab.
%p
If you have an Alt Style we don't, please model it by entering your pet's
name on the homepage! Thank you! 💖
%p
Also, heads-up: Style tokens are pretty different from normal wearables, so
we haven't decided how to bring them into the customizer yet! Whatever we do,
it'll be a bit tricky and new 😅❗️
%p
Also, second heads-up: Because our system can only collect "item data" for
normal wearable items, there's not a great way for us to get style tokens
onto tradelists… this may change someday, but probably not soon, sorry!
- @alt_styles.group_by(&:species).each do |species, species_styles|
%h2.alt-styles-header= species.human_name
%ul.alt-styles-list= render partial: "alt_style", collection: species_styles