diff --git a/README.md b/README.md index 84a52ed..82c404a 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ npm run cypress:open ## Screenshots homepage page teambuilder page +User profile page ## Contributing diff --git a/public/UserPage.gif b/public/UserPage.gif new file mode 100644 index 0000000..a13e7a4 Binary files /dev/null and b/public/UserPage.gif differ diff --git a/src/app/components/ProfileCard/grid.tsx b/src/app/components/ProfileCard/grid.tsx index 4a6e3f2..633c612 100644 --- a/src/app/components/ProfileCard/grid.tsx +++ b/src/app/components/ProfileCard/grid.tsx @@ -56,7 +56,7 @@ export function ProfileCardGrid({ }; return <> -
+
{ user.characters.length > 0 ? user.characters.map((character: any, index: number) => { return { diff --git a/src/app/components/ProfileCard/wide.tsx b/src/app/components/ProfileCard/wide.tsx index 2f66818..d88962d 100644 --- a/src/app/components/ProfileCard/wide.tsx +++ b/src/app/components/ProfileCard/wide.tsx @@ -43,12 +43,12 @@ export function ProfileCardWide({ {`${activeCharacter.name} : activeCharacter.name === "Yae Miko" ? - {`${activeCharacter.name} + {`${activeCharacter.name} : (activeCharacter.name === "Traveler") ? {`${activeCharacter.name} : - {`${activeCharacter.name} + {`${activeCharacter.name} } Tenryou Logo
diff --git a/src/app/users/page.tsx b/src/app/users/page.tsx index 4d878f5..3e8760e 100644 --- a/src/app/users/page.tsx +++ b/src/app/users/page.tsx @@ -15,7 +15,7 @@ export default function UserPage() { return ( <>
-

Make sure the profile settings in the game have "Show character details" enabled, otherwise the API will not be able to see profile details.

+

Make sure the profile settings in the game have "Show character details" enabled, otherwise the API will not be able to see profile details. When an update is near, API no longer works.

Example: 600020272