forked from OpenNeo/impress
23 lines
879 B
Text
23 lines
879 B
Text
- title "Styling Studio"
|
|
|
|
%p
|
|
We're getting set up with the new NC Pet Styles! They're not ready in the app
|
|
yet, but here's what we have so far!
|
|
|
|
%p
|
|
If you have one 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 <em>item</em> data
|
|
for normal wearables, 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
|