gaiety · fae/femme/faer or she/her
- https://linkery.gaiety.me/
-
making the internet gay
- Joined on
2025-04-08
implementation
Description comes from JSON as raw HTML, this is a quick solution so we don't trust the HTML too far. But I'd do more research into the cleanest solution.
implementation
Ideally this would be a page where you pick a band, but for now we just hard code [0]
.
implementation
Safely parse the HTML with html-react-parser
, more research needed if this is the most ideal tool/method.
implementation
Need to test this with an actual screenreader. Should announce when prices change so the user is aware how much their "cart" costs.
implementation
Currently only checks that anything is entered, given more time I'd write regex for validation (likely against the HTML pattern
attribute).