Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix copying of public address of wallets #25

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nidhi2026
Copy link

Fixes #18

Issue
improper z index was covering the div behind other elements, thus preventing any click interaction in that div - made user unable to copy the public address and see the private key

Changes Implemented
Adjusting z index so now
Public address can be copied successfully and stored in a declared variable to be able to access it, and instead of alert, follow the standard copying button,
Nor private key can be seen as well

If my changes seem fine, please label the pr with "gssoc-ext" and level

Here is a preview of the changes made

Untitled.video.-.Made.with.Clipchamp.mp4

Copy link

vercel bot commented Oct 22, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
crypto-purse ❌ Failed (Inspect) Oct 22, 2024 9:08pm

@nidhi2026
Copy link
Author

@AbhiDiva96 I have made this pr. Please label it with gssoc-ext and level

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The public address in wallet cannot be copied and private key can't be hidden
2 participants