karlsen-network / node-karlsen-wallet-pwa

MIT License
0 stars 3 forks source link

[Fix] Proper fix for non-working buttons in PWA wallet #4

Closed lemois-1337 closed 9 months ago

lemois-1337 commented 9 months ago

We can continue to use upstream @aspectron/flow-ux module. However lit-3.x.x introduced some incompatible backward changes which we fixed in flow-ux itself to make webpack working in PWA wallet. But lit-3.x.x has some side-effects which lead to non-working buttons in the wallet while the rest works good, eg:

image

Using strict versioning with lit-2.x.x in the PWA wallet let it compile and is a proper fix for the button misbehavior. Users were especially very sensitive to non-working Send button.

lemois-1337 commented 9 months ago

Tested already and works fine. I will also archive the repository https://github.com/karlsen-network/node-flow-ux

In npm registry the @karlsen/flow-ux module has been unpublished already.