You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implemented BidTransaction component via the AuctionFakeData container
Context
Similar to the SwapTransaction, we need to implement BidTransaction first using stub data. All the underlying component should be ready at this time: AccessDaiBlock, DepositBlock, BidBlock, BidTransactionTable.
Note that Bid with DAI button should stay disabled in this issue as it will be implemented later.
Goal
Implemented
BidTransaction
component via theAuctionFakeData
containerContext
Similar to the
SwapTransaction
, we need to implementBidTransaction
first using stub data. All the underlying component should be ready at this time:AccessDaiBlock
,DepositBlock
,BidBlock
,BidTransactionTable
.Note that
Bid with DAI
button should stay disabled in this issue as it will be implemented later.Assets
Tasks
BidTransaction
insidetransaction
folderisFinished
andisActive
states properly (reuse error handling from another transaction component)AuctionFakeData
or the storybookThe text was updated successfully, but these errors were encountered: