RillingDev / yugioh-deck-tool

A tool to share and edit decks, view deck prices, and much more.
https://ygoprodeck.com/card-database/deck-prices/
Apache License 2.0
48 stars 9 forks source link

Simplify card removal #50

Closed AlanOC91 closed 3 years ago

AlanOC91 commented 6 years ago

Some users seem to be having issues with removing cards from the deck builder on devices like an iPad.

https://ygoprodeck.com/Forum/viewtopic.php?f=6&t=2241&p=2986#p2986

Possibly add a physical button to remove cards from the currently built deck?

Potentially:

  1. A button that removes the most recently added card.

or

  1. A "-" symbol next to the card name that removes them.

This may be useful for making it only show on specific devices:

http://detectmobilebrowsers.com/

RillingDev commented 4 years ago

With the new Drag & Drop based approach this can be done by "spilling" a card while dragging. There is an open bug that this relies on though: https://github.com/SortableJS/Vue.Draggable/issues/827

RillingDev commented 4 years ago

Related: #79

RillingDev commented 4 years ago

Once https://github.com/SortableJS/Vue.Draggable/pull/886 is merged, this can be fixed

RillingDev commented 4 years ago

Implemented workaround for 5.0.0, hoping for a 'real' fix for the final release

RillingDev commented 3 years ago

Created follow-up, closing this one.