Minor Changes
-
#2677
58f953381ee0826bfeb6d068c28bf8853b470915Thanks @mfbz! - AddedNftCardcomponent for displaying NFT metadata. The component automatically fetches and renders NFT information including image, name, description, collection details, traits, and external links. Features loading states, error handling, dark mode support and optional display of traits and additional metadata throughshowTraitsandshowExtraprops. -
#2685
f47dd3bd1efce2498b3ab731ca08da2326604f5fThanks @mfbz! - Added standalone Profile component for displaying wallet information. The Profile component has been extracted from the Connect component modal to provide a reusable profile display that can be used independently. The component automatically detects connection state, showing a compact "No connected wallet" message when disconnected and full profile information when connected (including address, balance with cross-VM support, multi-token selector, copy/disconnect actions, and optional scheduled transactions). -
#2679
8ef9cc6933f61c45e32a69c9d723ab669a7757ecThanks @mfbz! - AddedScheduledTransactionListcomponent, a scrollable list that displays scheduled transactions for a Flow account with support for MetadataViews.Display (thumbnails, names, descriptions), transaction cancellation, automatic refresh, responsive design and dark mode. Each card shows the scheduled execution time, fee, priority, and effort with an optional cancel button for pending transactions.Enhanced
Connectcomponent to display scheduled transactions in the profile modal. The modal now shows the user's scheduled transactions below their account info with a configurablemodalConfigprop to control visibility. -
#2680
b7d73c709f009b192bed02f476edcc997538213dThanks @mfbz! - Enhanced the Connect component to enable visualizing different tokens like USDC and other stablecoins within the Connect modal.
Patch Changes
- Updated dependencies []:
- @onflow/[email protected]