1
0
Fork 0
forked from OpenNeo/impress
impress/app
Matchu d8b577aab1 Add more info to NC Mall section of Item Getting Guide
NC prices, some CSS, and also a new application-level helper that adds
a feature I've long wanted and been working around for Turbo: the
ability to specific that a stylesheet is specific to the current page,
and should be unloaded when removed!

I use this to write `sources.sass` without the usual
`body.items-sources` scoping that we've historically used to control
what pages a stylesheet applies to. (In the long past, this was because
a lot of stylesheets were—and still are–routed through the
`application.sass` stylesheet! But even for more recent standalone page
stylesheets, I've done the scoping, to avoid issues with styles leaking
beyond the page they're meant for when Turbo does a navigation.)
2024-05-14 16:04:40 -07:00
..
assets Add more info to NC Mall section of Item Getting Guide 2024-05-14 16:04:40 -07:00
controllers Split Item Getting Guide between NC Mall items and Other NC items 2024-05-14 00:09:27 -07:00
helpers Add more info to NC Mall section of Item Getting Guide 2024-05-14 16:04:40 -07:00
javascript Fix multi-word search in outfit editor 2024-05-06 15:08:37 -07:00
mailers/fundraising Move most fundraising files into a Fundraising module 2024-02-18 20:12:14 -08:00
models Add more info to NC Mall section of Item Getting Guide 2024-05-14 16:04:40 -07:00
services Load *all* NC Mall pages in nc_mall:sync 2024-05-10 17:39:40 -07:00
views Add more info to NC Mall section of Item Getting Guide 2024-05-14 16:04:40 -07:00