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
After generate a new link, a box with the generated URL & copy button will appear. The link is unclickable.
Requested behavior:
The generated link in the box being clickable.
Why this behavior is better:
I think most of the user will test the link by clicking the copy button, open a new tab, and paste then press enter. Making the link clickable to open the generated link in a new tab will save the user's time rather than: clicking the copy button -> open a new tab -> paste the link. We should keep the copy button, just add a new functionality to open the generated link in a new tab.
The text was updated successfully, but these errors were encountered:
I just created a PR, please check my implementation and review when possible.
Is this project's Unit Test hasn't been setup yet? I have no experience in setting up Unit Tests using Next.JS. Perhaps the maintainers could help to create a sample test for others to follow.
Is this project's Unit Test hasn't been setup yet? I have no experience in setting up Unit Tests using Next.JS. Perhaps the maintainers could help to create a sample test for others to follow.
I think Jest would be useful here for unit testing. Please make a separate issue for the unit testing so we can get others working on it. Thanks!
This issue is a:
Current behavior:
After generate a new link, a box with the generated URL & copy button will appear. The link is unclickable.
Requested behavior:
The generated link in the box being clickable.
Why this behavior is better:
I think most of the user will test the link by clicking the copy button, open a new tab, and paste then press enter. Making the link clickable to open the generated link in a new tab will save the user's time rather than: clicking the copy button -> open a new tab -> paste the link. We should keep the copy button, just add a new functionality to open the generated link in a new tab.
The text was updated successfully, but these errors were encountered: