impress-2020/pages
Emi Matchu dc954d7c3c Stop referencing the {color,species,zone}_translations tables
We're in the process of migrating away from translating these records,
because Neopets hasn't supported non-English languages in many years,
and it'll simplify our code and database lookups.

In Main DTI, we already wrote code to copy these fields onto the main
records and keep them in sync for now; now, once DTI 2020 isn't
referencing them anymore, it should be safe for the main app to drop
the tables altogether.

Note that some Prettier changes got mixed in here and that's fine!

I also wasn't suuuper careful testing these, most of them seem to be
trivially testable by just loading the homepage or doing a few basic
wardrobe actions, and the others are in Discord support log actions
that aren't enabled in development mode, so I'm just like… ehh I'll do
a couple support actions after deploy and see that they don't crash!
2024-02-03 08:05:15 -08:00
..
api Stop referencing the {color,species,zone}_translations tables 2024-02-03 08:05:15 -08:00
internal [WIP] Refactor to renderWithLayout function 2022-09-14 22:50:56 -07:00
items SSR for item trades page 2022-09-15 03:30:14 -07:00
outfits Simplify page title & SSR for saved outfit 2022-09-15 04:03:51 -07:00
support Migrate /support/petAppearances to Next.js routing 2022-09-14 19:46:57 -07:00
user/[userId]/lists [WIP] Migrate single-list page to Next.js routing 2022-09-14 23:18:13 -07:00
_app.tsx Disable Sentry 2023-11-06 12:30:53 -08:00
_document.tsx Move analytics to analytics.openneo.net 2023-12-04 22:46:14 -08:00
conversion.tsx [WIP] Migrate the conversion page 2022-09-14 19:20:49 -07:00
donate.tsx Add the /donate page 2022-09-25 08:05:38 -07:00
index.tsx Migrate home page to Next.js routing 2022-09-15 00:43:05 -07:00
modeling.tsx [WIP] Migrate /modeling to Next.js routing 2022-09-14 19:52:10 -07:00
privacy.tsx [WIP] Move Privacy Policy onto its own Next.js page 2022-09-14 19:16:26 -07:00
terms.tsx New terms of use page 2022-09-25 06:00:59 -07:00
your-outfits.tsx [WIP] Migrate /your-outfits to Next.js routing 2022-09-14 21:55:03 -07:00