You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The wallet needs a feature which allows transfer form fields/values to be encoded in the URL (perhaps in the hash, for privacy). This would allow e.g. condenser to reimplement the "Promote Post" functionality by sending users to this page just to confirm transfer details as opposed to entering null account and author/permlink-style memo manually.
The text was updated successfully, but these errors were encountered:
- parses hash from the URL (#!p=author/the-perm-link!t=toAccount) and calls showTransfer with the prefilled data
- upon mounting the Transfer component, set the state with prefilled data
The wallet needs a feature which allows transfer form fields/values to be encoded in the URL (perhaps in the hash, for privacy). This would allow e.g. condenser to reimplement the "Promote Post" functionality by sending users to this page just to confirm transfer details as opposed to entering
null
account andauthor/permlink
-style memo manually.The text was updated successfully, but these errors were encountered: