keep-starknet-strange/tsubasa

Implement card waiting on the side before entering the field

Closed this issue · 6 comments

Description

Do what @clicksave shows

Acceptance criteria

  • There is a queue on the side of the field where each card will wait before entering the field to go to its slot
  • There is an animation when the cards go from the side of the field to their slot

can i pick this? @LucasLvy

Hopefully this is useful to you. When cards are placed on the board they enter a pending state which lasts for a full turn. visually It's a bit different that what lucas described but the practical effect is the same.

Screen.Recording.2023-08-14.at.12.20.20.PM.mov

NOTE: Players are dragging and dropping cards here, and the card position has its own emphasized state


Resources

Pattern
Card Components

Thank you! I'll look into this

@ayushtom FYI I implemented a pending state on my card component #59

Thanks. Ill use this component and integrate on my PR or is anything pending to be done in this? @remiroyc

Thanks. Ill use this component and integrate on my PR or is anything pending to be done in this? @remiroyc

Okay nice. I've just marked my PR as ready to review. It should be merged soon if everything goes well.