spruceid / tzprofiles

Create portable verified profiles on Tezos with public accounts.
https://tzprofiles.com
Apache License 2.0
38 stars 17 forks source link

Adds modal that displays info on how to get to the explainer tool #106

Closed w4ll3 closed 3 years ago

w4ll3 commented 3 years ago

This adds a button to the Deploy Personal Profile page What am I signing? which when clicked opens a modal with information on how to get to the explainer tool.

For this to properly work a new environment variable will need to be settled up EXPLAINER_URL which should be an URL to the explainer tool.

cloudflare-pages[bot] commented 3 years ago

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 4dd4ddd
Status:🚫  Build failed.

View logs

w4ll3 commented 3 years ago

The "What am I signing?" isn't very obvious but maybe that can be fixed in the upcoming revamp of the UI.

The link to the explainer tool doesn't seem to work yet? Also I was thinking, could it be embedded in an iframe for lazy users who don't want to copy/paste in a new tab?

About the link, I think that maybe I need to trigger a new deploy for it to load the variable. I guess it could be embedded, not sure how it would behave on smaller screens though, I'll give it a try.