Skip to content

Choose a tag to compare

@github-actions github-actions released this 06 Nov 20:24
· 6 commits to master since this release
46f8cc1

Minor Changes

  • #2677 58f953381ee0826bfeb6d068c28bf8853b470915 Thanks @mfbz! - Added NftCard component 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 through showTraits and showExtra props.

  • #2685 f47dd3bd1efce2498b3ab731ca08da2326604f5f Thanks @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 8ef9cc6933f61c45e32a69c9d723ab669a7757ec Thanks @mfbz! - Added ScheduledTransactionList component, 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 Connect component to display scheduled transactions in the profile modal. The modal now shows the user's scheduled transactions below their account info with a configurable modalConfig prop to control visibility.

  • #2680 b7d73c709f009b192bed02f476edcc997538213d Thanks @mfbz! - Enhanced the Connect component to enable visualizing different tokens like USDC and other stablecoins within the Connect modal.

Patch Changes