Next.js 16, React 19.2, Identities page, Invitations identities step, PNPM Catalogs (#381)

* Upgraded to Next.js 16
* Refactored code to comply with React 19.2 ESLint rules
* Refactored some useEffect usages with the new useEffectEvent
* Added Identities page and added second step to set up an identity after accepting an invitation
* Updated all dependencies
* Introduced PNPM catalogs for some frequently updated dependencies
* Bugs fixing and improvements
This commit is contained in:
Giancarlo Buomprisco
2025-10-22 11:47:47 +09:00
committed by GitHub
parent ea0c1dde80
commit 2c0d0bf7a1
98 changed files with 4812 additions and 4394 deletions

View File

@@ -126,15 +126,24 @@
"accountLinked": "Account linked",
"unlinkAccount": "Unlink Account",
"failedToLinkAccount": "Failed to link account",
"availableAccounts": "Available Accounts",
"availableAccountsDescription": "Connect other authentication providers to your account",
"alreadyLinkedAccountsDescription": "You have already linked these accounts",
"availableMethods": "Available Methods",
"availableMethodsDescription": "Connect your account to one or more of the following methods to sign in",
"linkedMethods": "Sign-in methods linked to your account",
"alreadyLinkedMethodsDescription": "You have already linked these accounts",
"confirmUnlinkAccount": "You are unlinking this provider.",
"unlinkAccountConfirmation": "Are you sure you want to unlink this provider from your account? This action cannot be undone.",
"unlinkingAccount": "Unlinking account...",
"accountUnlinked": "Account successfully unlinked",
"linkEmailPassword": "Email & Password",
"linkEmailPasswordDescription": "Add an email and password to your account for additional sign-in options",
"noAccountsAvailable": "No additional accounts available to link",
"linkAccountDescription": "Link account to sign in with {{provider}}"
"linkEmailPasswordDescription": "Add password authentication to your account",
"noAccountsAvailable": "No other method is available at this time",
"linkAccountDescription": "Link account to sign in with {{provider}}",
"updatePasswordDescription": "Add password authentication to your account",
"setEmailAddress": "Set Email Address",
"setEmailDescription": "Add an email address to your account",
"setEmailSuccess": "Email set successfully",
"setEmailSuccessMessage": "We sent you an email to confirm your email address. Please check your inbox and click on the link to confirm your email address.",
"setEmailLoading": "Setting your email...",
"setEmailError": "Email not set. Please try again",
"emailNotChanged": "Your email address has not changed"
}