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

[BUGFIX] Resolves pages flickering & public key cursor on hover #146

Merged

Conversation

GenericStudent
Copy link
Contributor

Tunnel list page featuring the tunnel's public key in a table and the Peers list page featuring the peer's public key both have JS events alowing the user to click on them to copy their value, however I only kno about this due to looking at the source code and console errors (previous PR fixed); Having the cursor set to pointer will at least show the user it's clickable, and hopefully they find out it copies the value. Being able to provide a toast or similar may be more useful for UX feedback.

When loading tunnels page or status page, the DOM will flicker as divs are loaded with a display but JS then hides them when loaded.

This PR:

  • Resolves flickering on tunnel list page, and settings page
  • Ensures cursor: pointer is set on the Tunnel list page and the peers lis page for the Tunne / Peer public key field which is truncated

…peer-entries items on page load to prevent flickering as JS hides it
…tatus page flashing on load as well. Peers list page done for cursor pointer too
@rcmcdonald91 rcmcdonald91 merged commit 1eb7b9b into rcmcdonald91:main Sep 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants