Merge 1ec0b73712 into 0e2df242d0
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "tomodachi-share",
|
"name": "tomodachi-share",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"packageManager": "pnpm@10.28.2",
|
"packageManager": "pnpm@10.33.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
|
|
@ -19,6 +19,7 @@
|
||||||
"@sentry/nextjs": "^10.46.0",
|
"@sentry/nextjs": "^10.46.0",
|
||||||
"bit-buffer": "^0.3.0",
|
"bit-buffer": "^0.3.0",
|
||||||
"canvas-confetti": "^1.9.4",
|
"canvas-confetti": "^1.9.4",
|
||||||
|
"charinfo-ex": "^0.0.2",
|
||||||
"dayjs": "^1.11.20",
|
"dayjs": "^1.11.20",
|
||||||
"downshift": "^9.3.2",
|
"downshift": "^9.3.2",
|
||||||
"embla-carousel-react": "^8.6.0",
|
"embla-carousel-react": "^8.6.0",
|
||||||
|
|
|
||||||
|
|
@ -32,6 +32,9 @@ importers:
|
||||||
canvas-confetti:
|
canvas-confetti:
|
||||||
specifier: ^1.9.4
|
specifier: ^1.9.4
|
||||||
version: 1.9.4
|
version: 1.9.4
|
||||||
|
charinfo-ex:
|
||||||
|
specifier: ^0.0.2
|
||||||
|
version: 0.0.2
|
||||||
dayjs:
|
dayjs:
|
||||||
specifier: ^1.11.20
|
specifier: ^1.11.20
|
||||||
version: 1.11.20
|
version: 1.11.20
|
||||||
|
|
@ -1742,6 +1745,9 @@ packages:
|
||||||
canvas-confetti@1.9.4:
|
canvas-confetti@1.9.4:
|
||||||
resolution: {integrity: sha512-yxQbJkAVrFXWNbTUjPqjF7G+g6pDotOUHGbkZq2NELZUMDpiJ85rIEazVb8GTaAptNW2miJAXbs1BtioA251Pw==}
|
resolution: {integrity: sha512-yxQbJkAVrFXWNbTUjPqjF7G+g6pDotOUHGbkZq2NELZUMDpiJ85rIEazVb8GTaAptNW2miJAXbs1BtioA251Pw==}
|
||||||
|
|
||||||
|
charinfo-ex@0.0.2:
|
||||||
|
resolution: {integrity: sha512-G1x3yupWRBdB+gCpjQj0Vp+iNN1SeMJoE3L0JMKWH7Di/nMkjtnjoNVU48TMVwFre0K0omrkQ72Cg8M6RDYxMA==}
|
||||||
|
|
||||||
chokidar@4.0.3:
|
chokidar@4.0.3:
|
||||||
resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==}
|
resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==}
|
||||||
engines: {node: '>= 14.16.0'}
|
engines: {node: '>= 14.16.0'}
|
||||||
|
|
@ -5039,6 +5045,8 @@ snapshots:
|
||||||
|
|
||||||
canvas-confetti@1.9.4: {}
|
canvas-confetti@1.9.4: {}
|
||||||
|
|
||||||
|
charinfo-ex@0.0.2: {}
|
||||||
|
|
||||||
chokidar@4.0.3:
|
chokidar@4.0.3:
|
||||||
dependencies:
|
dependencies:
|
||||||
readdirp: 4.1.2
|
readdirp: 4.1.2
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,2 @@
|
||||||
|
-- AlterTable
|
||||||
|
ALTER TABLE "miis" ADD COLUMN "miiData" JSONB;
|
||||||
|
|
@ -83,6 +83,8 @@ model Mii {
|
||||||
gender MiiGender?
|
gender MiiGender?
|
||||||
makeup MiiMakeup?
|
makeup MiiMakeup?
|
||||||
|
|
||||||
|
miiData Json?
|
||||||
|
|
||||||
firstName String?
|
firstName String?
|
||||||
lastName String?
|
lastName String?
|
||||||
islandName String?
|
islandName String?
|
||||||
|
|
|
||||||
BIN
public/icons/MiiEditor_Face_Beard00_Uit.png
Normal file
|
After Width: | Height: | Size: 4.3 KiB |
BIN
public/icons/MiiEditor_Face_Beard01_Uit.png
Normal file
|
After Width: | Height: | Size: 4.6 KiB |
BIN
public/icons/MiiEditor_Face_Beard02_Uit.png
Normal file
|
After Width: | Height: | Size: 4.4 KiB |
BIN
public/icons/MiiEditor_Face_Beard03_Uit.png
Normal file
|
After Width: | Height: | Size: 4.4 KiB |
BIN
public/icons/MiiEditor_Face_Beard04_Uit.png
Normal file
|
After Width: | Height: | Size: 4.5 KiB |
BIN
public/icons/MiiEditor_Face_Beard05_Uit.png
Normal file
|
After Width: | Height: | Size: 4.3 KiB |
BIN
public/icons/MiiEditor_Face_Beard06_Uit.png
Normal file
|
After Width: | Height: | Size: 4.3 KiB |
BIN
public/icons/MiiEditor_Face_Beard07_Uit.png
Normal file
|
After Width: | Height: | Size: 4.4 KiB |
BIN
public/icons/MiiEditor_Face_Beard08_Uit.png
Normal file
|
After Width: | Height: | Size: 4.4 KiB |
BIN
public/icons/MiiEditor_Face_Beard09_Uit.png
Normal file
|
After Width: | Height: | Size: 4.5 KiB |
BIN
public/icons/MiiEditor_Face_Beard10_Uit.png
Normal file
|
After Width: | Height: | Size: 4.3 KiB |
BIN
public/icons/MiiEditor_Face_Beard11_Uit.png
Normal file
|
After Width: | Height: | Size: 4.4 KiB |
BIN
public/icons/MiiEditor_Face_Beard12_Uit.png
Normal file
|
After Width: | Height: | Size: 4.3 KiB |
BIN
public/icons/MiiEditor_Face_BeardNothing_Uit.png
Normal file
|
After Width: | Height: | Size: 4 KiB |
BIN
public/icons/MiiEditor_Face_BeardShort00_Uit.png
Normal file
|
After Width: | Height: | Size: 4.4 KiB |
BIN
public/icons/MiiEditor_Face_BeardShort01_Uit.png
Normal file
|
After Width: | Height: | Size: 4.6 KiB |
BIN
public/icons/MiiEditor_Face_BeardShort02_Uit.png
Normal file
|
After Width: | Height: | Size: 4.6 KiB |
BIN
public/icons/MiiEditor_Face_BeardShort03_Uit.png
Normal file
|
After Width: | Height: | Size: 4.9 KiB |
BIN
public/icons/MiiEditor_Face_BeardShort04_Uit.png
Normal file
|
After Width: | Height: | Size: 5 KiB |
BIN
public/icons/MiiEditor_Face_BeardShort05_Uit.png
Normal file
|
After Width: | Height: | Size: 4.5 KiB |
BIN
public/icons/MiiEditor_Face_BeardShort06_Uit.png
Normal file
|
After Width: | Height: | Size: 4.3 KiB |
BIN
public/icons/MiiEditor_Face_BeardShort07_Uit.png
Normal file
|
After Width: | Height: | Size: 4.6 KiB |
BIN
public/icons/MiiEditor_Face_BeardShort08_Uit.png
Normal file
|
After Width: | Height: | Size: 4.6 KiB |
BIN
public/icons/MiiEditor_Face_BeardShort09_Uit.png
Normal file
|
After Width: | Height: | Size: 4.7 KiB |
BIN
public/icons/MiiEditor_Face_BeardShort10_Uit.png
Normal file
|
After Width: | Height: | Size: 4.7 KiB |
BIN
public/icons/MiiEditor_Face_BeardShort11_Uit.png
Normal file
|
After Width: | Height: | Size: 4.3 KiB |
BIN
public/icons/MiiEditor_Face_BeardShort12_Uit.png
Normal file
|
After Width: | Height: | Size: 4.7 KiB |
BIN
public/icons/MiiEditor_Face_BeardShort13_Uit.png
Normal file
|
After Width: | Height: | Size: 4.3 KiB |
BIN
public/icons/MiiEditor_Face_Ear00_Uit.png
Normal file
|
After Width: | Height: | Size: 5.2 KiB |
BIN
public/icons/MiiEditor_Face_Ear01_Uit.png
Normal file
|
After Width: | Height: | Size: 5 KiB |
BIN
public/icons/MiiEditor_Face_Ear02_Uit.png
Normal file
|
After Width: | Height: | Size: 5.5 KiB |
BIN
public/icons/MiiEditor_Face_Ear03_Uit.png
Normal file
|
After Width: | Height: | Size: 5.3 KiB |
BIN
public/icons/MiiEditor_Face_Ear99_Uit.png
Normal file
|
After Width: | Height: | Size: 4.6 KiB |
BIN
public/icons/MiiEditor_Face_Eye000_Uit.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
public/icons/MiiEditor_Face_Eye001_Uit.png
Normal file
|
After Width: | Height: | Size: 852 B |
BIN
public/icons/MiiEditor_Face_Eye002_Uit.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
public/icons/MiiEditor_Face_Eye003_Uit.png
Normal file
|
After Width: | Height: | Size: 4.1 KiB |
BIN
public/icons/MiiEditor_Face_Eye004_Uit.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
public/icons/MiiEditor_Face_Eye005_Uit.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
public/icons/MiiEditor_Face_Eye006_Uit.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
public/icons/MiiEditor_Face_Eye007_Uit.png
Normal file
|
After Width: | Height: | Size: 4 KiB |
BIN
public/icons/MiiEditor_Face_Eye008_Uit.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
public/icons/MiiEditor_Face_Eye009_Uit.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
public/icons/MiiEditor_Face_Eye010_Uit.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
public/icons/MiiEditor_Face_Eye011_Uit.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
public/icons/MiiEditor_Face_Eye012_Uit.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
public/icons/MiiEditor_Face_Eye013_Uit.png
Normal file
|
After Width: | Height: | Size: 691 B |
BIN
public/icons/MiiEditor_Face_Eye014_Uit.png
Normal file
|
After Width: | Height: | Size: 856 B |
BIN
public/icons/MiiEditor_Face_Eye015_Uit.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
public/icons/MiiEditor_Face_Eye016_Uit.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
public/icons/MiiEditor_Face_Eye017_Uit.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
public/icons/MiiEditor_Face_Eye018_Uit.png
Normal file
|
After Width: | Height: | Size: 768 B |
BIN
public/icons/MiiEditor_Face_Eye019_Uit.png
Normal file
|
After Width: | Height: | Size: 4.2 KiB |
BIN
public/icons/MiiEditor_Face_Eye020_Uit.png
Normal file
|
After Width: | Height: | Size: 3 KiB |
BIN
public/icons/MiiEditor_Face_Eye021_Uit.png
Normal file
|
After Width: | Height: | Size: 949 B |
BIN
public/icons/MiiEditor_Face_Eye022_Uit.png
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
public/icons/MiiEditor_Face_Eye023_Uit.png
Normal file
|
After Width: | Height: | Size: 915 B |
BIN
public/icons/MiiEditor_Face_Eye024_Uit.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
public/icons/MiiEditor_Face_Eye025_Uit.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
public/icons/MiiEditor_Face_Eye026_Uit.png
Normal file
|
After Width: | Height: | Size: 273 B |
BIN
public/icons/MiiEditor_Face_Eye027_Uit.png
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
public/icons/MiiEditor_Face_Eye028_Uit.png
Normal file
|
After Width: | Height: | Size: 4.2 KiB |
BIN
public/icons/MiiEditor_Face_Eye029_Uit.png
Normal file
|
After Width: | Height: | Size: 4 KiB |
BIN
public/icons/MiiEditor_Face_Eye030_Uit.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
public/icons/MiiEditor_Face_Eye031_Uit.png
Normal file
|
After Width: | Height: | Size: 3 KiB |
BIN
public/icons/MiiEditor_Face_Eye032_Uit.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
public/icons/MiiEditor_Face_Eye033_Uit.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
public/icons/MiiEditor_Face_Eye034_Uit.png
Normal file
|
After Width: | Height: | Size: 720 B |
BIN
public/icons/MiiEditor_Face_Eye035_Uit.png
Normal file
|
After Width: | Height: | Size: 3 KiB |
BIN
public/icons/MiiEditor_Face_Eye036_Uit.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
public/icons/MiiEditor_Face_Eye037_Uit.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
public/icons/MiiEditor_Face_Eye038_Uit.png
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
public/icons/MiiEditor_Face_Eye039_Uit.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
public/icons/MiiEditor_Face_Eye040_Uit.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
public/icons/MiiEditor_Face_Eye041_Uit.png
Normal file
|
After Width: | Height: | Size: 806 B |
BIN
public/icons/MiiEditor_Face_Eye042_Uit.png
Normal file
|
After Width: | Height: | Size: 3.8 KiB |
BIN
public/icons/MiiEditor_Face_Eye043_Uit.png
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
public/icons/MiiEditor_Face_Eye044_Uit.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
public/icons/MiiEditor_Face_Eye045_Uit.png
Normal file
|
After Width: | Height: | Size: 3.9 KiB |
BIN
public/icons/MiiEditor_Face_Eye046_Uit.png
Normal file
|
After Width: | Height: | Size: 4.6 KiB |
BIN
public/icons/MiiEditor_Face_Eye047_Uit.png
Normal file
|
After Width: | Height: | Size: 1,009 B |
BIN
public/icons/MiiEditor_Face_Eye048_Uit.png
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
public/icons/MiiEditor_Face_Eye049_Uit.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
public/icons/MiiEditor_Face_Eye050_Uit.png
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
public/icons/MiiEditor_Face_Eye051_Uit.png
Normal file
|
After Width: | Height: | Size: 3.8 KiB |
BIN
public/icons/MiiEditor_Face_Eye052_Uit.png
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
public/icons/MiiEditor_Face_Eye053_Uit.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
public/icons/MiiEditor_Face_Eye054_Uit.png
Normal file
|
After Width: | Height: | Size: 3.9 KiB |
BIN
public/icons/MiiEditor_Face_Eye055_Uit.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
public/icons/MiiEditor_Face_Eye056_Uit.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
public/icons/MiiEditor_Face_Eye057_Uit.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
public/icons/MiiEditor_Face_Eye058_Uit.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
public/icons/MiiEditor_Face_Eye059_Uit.png
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
public/icons/MiiEditor_Face_Eye060_Uit.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
public/icons/MiiEditor_Face_Eye064_Uit.png
Normal file
|
After Width: | Height: | Size: 4.4 KiB |
BIN
public/icons/MiiEditor_Face_Eye067_Uit.png
Normal file
|
After Width: | Height: | Size: 498 B |