这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@krzysu
Copy link
Contributor

@krzysu krzysu commented Dec 5, 2024

  • migrate from SPA (vite) to SSR (remix) (start the demo webapp with yarn dev in the circle-demo-webapp folder)
  • list and create wallet sets
  • list and create wallets + WalletDetails component, for now looking like this:
Screenshot 2024-12-05 at 13 03 46
  • I could update the designs to match the ones by the designer, and it would look like this:
Screenshot 2024-12-05 at 13 56 54
  • the WalletDetails component is available in the storybook (yarn storybook)

Closes #28

* For NEAR blockchains only, the originally assigned public key of a wallet at the time of its creation.
*/
initialPublicKey: string;
initialPublicKey?: string;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these are optional and not always returned, the type must show that. also not all are strings but fixed set of values (like EOA | SCA), could be also indicated by the type

@krzysu krzysu force-pushed the circle-webapp-2 branch 3 times, most recently from 8087d0e to cd1c0b9 Compare December 5, 2024 12:00
};

const Avatar = React.forwardRef<
React.ElementRef<typeof AvatarPrimitive.Root>,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

all components inside /ui folder are imported to the project with shadcn CLI tool: https://ui.shadcn.com/docs/cli
if they are not used right now, they will be used soon

@krzysu krzysu merged commit 7702fe5 into main Dec 9, 2024
2 checks passed
@krzysu krzysu deleted the circle-webapp-2 branch December 9, 2024 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Component that displays the network the wallet is on

4 participants