feat: implement onboarding for non-registered users
This commit is contained in:
parent
17d477bf0f
commit
80c987f383
10 changed files with 522 additions and 14 deletions
12
pnpm-lock.yaml
generated
12
pnpm-lock.yaml
generated
|
|
@ -103,6 +103,9 @@ importers:
|
|||
react-error-boundary:
|
||||
specifier: ^5.0.0
|
||||
version: 5.0.0(react@19.0.0)
|
||||
react-icons:
|
||||
specifier: ^5.5.0
|
||||
version: 5.5.0(react@19.0.0)
|
||||
react-router:
|
||||
specifier: ^7.4.0
|
||||
version: 7.4.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
|
||||
|
|
@ -2736,6 +2739,11 @@ packages:
|
|||
peerDependencies:
|
||||
react: '>=16.13.1'
|
||||
|
||||
react-icons@5.5.0:
|
||||
resolution: {integrity: sha512-MEFcXdkP3dLo8uumGI5xN3lDFNsRtrjbOEKDLD7yv76v4wpnEq2Lt2qeHaQOr34I/wPN3s3+N08WkQ+CW37Xiw==}
|
||||
peerDependencies:
|
||||
react: '*'
|
||||
|
||||
react-refresh@0.14.2:
|
||||
resolution: {integrity: sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
|
|
@ -6235,6 +6243,10 @@ snapshots:
|
|||
'@babel/runtime': 7.26.0
|
||||
react: 19.0.0
|
||||
|
||||
react-icons@5.5.0(react@19.0.0):
|
||||
dependencies:
|
||||
react: 19.0.0
|
||||
|
||||
react-refresh@0.14.2: {}
|
||||
|
||||
react-router-dom@7.4.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue