impress/app
Emi Matchu 661a5385f4 Migrate pet state edit form to .support-form class
Most notable change here is extracting the pose option bubbles into a
`data-type="radio-grid"`, and pulling that into the `.support-form`
CSS. My rationale is that, unlike most fields, this field benefits from
being 100%-width, and I don't want to specify that as an override if I
can avoid it, because that's fragile-y.

Instead, I extract this into a generic type of field that
`.support-form` can use (it feels pretty reusable anyway!), and require
the caller to specify how many columns they want as `--num-columns`.
2024-11-30 10:49:47 -08:00
..
assets Migrate pet state edit form to .support-form class 2024-11-30 10:49:47 -08:00
controllers Add the "body fit" field to the item editing page 2024-11-20 12:23:30 -08:00
helpers Announcement about modeling being broken 2024-11-06 11:55:05 -08:00
javascript Move Alt Styles into /rainbow-pool URLs, say "Pet Styles" more in text 2024-10-11 15:37:37 -07:00
mailers/fundraising Move most fundraising files into a Fundraising module 2024-02-18 20:12:14 -08:00
models Refactor support-form CSS to be more reusable layout 2024-11-30 10:33:58 -08:00
services Oops, fix bug when loading species with no alt styles in the Studio 2024-11-14 19:03:06 -08:00
views Migrate pet state edit form to .support-form class 2024-11-30 10:49:47 -08:00