orcnog / orcnog-card-viewer

MIT License
4 stars 0 forks source link

Flip a card if it's flipped in the fancy display #21

Open kristianserrano opened 1 year ago

kristianserrano commented 1 year ago

If the user flips a card in the fancy display, execute card.flip().

(I've got it updating the card data locally, but it's not reflecting on the stack. Not sure why. Will investigate further.)

orcnog commented 1 year ago

Might need to manually execute a rerender of the Card Config app - aka refresh the stack view...? shooting from the hip here. @kristianserrano

kristianserrano commented 1 year ago

That's exactly what I'm thinking, but closing and reopening the hand's app window manually didn't do anything. Haven't had a chance to look into it yet, but I will.

kristianserrano commented 1 year ago

I've got this working locally by the way.