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

Use different characters to encode share link #23

Closed RillingDev closed 4 years ago

RillingDev commented 6 years ago

Currently used:

const DELIMITERS = {
    deckPart: "|",
    cardId: ";",
    cardAmount: "*"
};

These cause issues in some cases, use _,- and ~ instead. This breaks existing sharelinks

RillingDev commented 4 years ago

c467a7933cb7e8cd70205c4c58a37e41f85725e2