Commit graph

27 commits

Author SHA1 Message Date
20f1c51f0c feat: groundwork for 'living the dream' mii submissions
Based on the screenshots from yesterday's Nintendo Direct, it is
presumed that the Mii editor in "Living the Dream" is similar to
Miitopia's one.

This commit lays the groundwork for Miis created in the sequel game.
However, due to the way TomodachiShare generates portraits of the Miis,
I can't do that unless there is a way to parse the QR code data and
render the Mii.

Note: I don't know if Nintendo will use access codes (as was the case
with Miitopia) therefore, as a precaution, another branch will be
created in anticipation for that.
2025-09-13 15:03:12 +01:00
df6ff9fd13 style: increase visibility of mii page gallery 2025-08-29 17:25:08 +01:00
be36378a56 style: standardize gender information on mii page with gender select 2025-08-29 17:24:12 +01:00
779e5550a3 refactor: move offscreen metadata images from index to mii page 2025-08-24 20:02:42 +01:00
817baf7970 feat: hide metadata type images offscreen for seo 2025-08-19 21:48:37 +01:00
78320fdd56 fix: grouped pathnames for rate limit 2025-07-26 22:45:07 +01:00
701f038971 fix: rate limit on images not working properly 2025-07-26 15:50:20 +01:00
a37759622a feat: add aria-label to buttons and links 2025-07-18 22:40:24 +01:00
748399460a feat: add images to sitemap 2025-07-16 12:08:26 +01:00
8b4842b584 chore: update packages
also migrate zod to v4
2025-07-14 13:03:31 +01:00
afd4e449a5 fix: add noindex to mii and qr-code image types 2025-06-12 22:04:53 +01:00
0c7be71b2c feat: redesign reports in admin panel 2025-05-25 11:31:52 +01:00
36f0ff8398 feat: report notifications 2025-05-23 15:33:35 +01:00
8c0a7c47a3 feat: share mii button 2025-05-22 22:30:08 +01:00
1485267bdd fix: add content-type headers to mii image api route 2025-05-22 22:29:05 +01:00
de2c281257 feat: 'metadata' image generation for miis
for use on search engines
2025-05-21 22:02:35 +01:00
ada54d46c8 style: use brightness instead of scale on hover for qr-code image in mii page 2025-05-21 18:29:54 +01:00
9b8c697f66 feat: my likes page and redesign profile page 2025-05-14 20:13:25 +01:00
58032ed31b refactor: update metatags 2025-05-10 19:57:35 +01:00
5514f2ec39 feat: change profile pictures
I keep forgetting to do things. The edit mii api route has been using
the public folder as an uploads directory... whoops...
2025-05-09 22:33:43 +01:00
398580e72b feat: mii descriptions 2025-05-07 21:06:10 +01:00
8753358a48 style: redesign mii page
also adds a gender viewer!
2025-05-07 21:06:10 +01:00
60cc4d1de9 style: use flex-wrap for tags in mii page 2025-05-04 23:14:18 +01:00
f633648fee feat: reporting 2025-05-02 18:33:20 +01:00
950a461fb1 feat: admin user 2025-05-01 22:10:46 +01:00
7c13d106d7 feat: tooltips 2025-05-01 21:05:43 +01:00
eea3df283c fix: move mii images to new uploads directory and add route to access it 2025-04-30 19:26:08 +01:00