the-creators-galaxy / hts-distribution-tool

Hedera Token Service Distribution Tool
MIT License
10 stars 0 forks source link

Fixes #20 Confirmation Dialog #35

Closed bugbytesinc closed 2 years ago

bugbytesinc commented 2 years ago

When a user attempts to close the application while it is processing a distribution, the application will prompt for a confirmation to ensure that the application is not accidenatlly closed.

Explicitly closing the applicaiton during processing will stop distributions mid- way thru the process.

bugbytesinc commented 2 years ago

It turned out that creating an HTML dialog produced a cleaner solution than a native confirmation dialog, still will want to have UI design though.