DecentralCardGame / frontend

The frontend for Crowd Control
https://crowdcontrol.network
5 stars 4 forks source link

Make save card content and change artwork of a card in card creator optional #226

Open patrickwieth opened 10 months ago

patrickwieth commented 10 months ago

Currently if you only change one of both, you still have to sign both transactions even if you have only changed the image or only changed the card content. It would be nicer to check if the image has changed and if so, do the transaction and the same for the content

patrickwieth commented 10 months ago

I think ramda should be able with R.equals to check if objects are deep equal