Clicking on the logo redirects to a blank page
See original GitHub issueDuring the onboarding, clicking on the Hiro Wallet logo in the header redirects from chrome-extension://.../index.html#/onboarding
to chrome-extension://.../index.html#/
which is a blank page, perhaps because the account is not yet authenticated.
https://user-images.githubusercontent.com/239215/153922749-aafd771e-4a25-4201-b535-2264737174d4.mp4
Should clicking on the logo redirect somewhere or we could just remove this interaction? I think it’s safe to remove the click interaction in this particular place.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:6 (2 by maintainers)
Top Results From Across the Web
What Is about:blank and How Do You Remove It?
This is an annoying method web developers use to code file download links (because it opens an unnecessary blank page), but there's nothing ......
Read more >Apache2 html-link redirects to about:blank instead of the in ...
Only when I click into the URL-field and hit ENTER, it actually loads the URL specified in href="page.domain.com" . Is this just me,...
Read more >Website Home Page redirects to a blank page - Stack Overflow
I've digged out the problem to http://remysharp.com/downloads/jquery.marquee.js . It says: // you're seeing this because you're hot-link a script that can ...
Read more >Blank Page when clicking some links - OutSystems
Hi, We have an issues with some pages which requires clicking the refresh button to display the content, Blank Page appears when clicking...
Read more >While redirecting, show "redirecting" page or blank page?
When the first oauth flow is complete, display a blank page paired with javascript to kick off automatic redirection. I see some tradeoffs...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
It is a common pattern indeed. I wasn’t as clear, I meant removing it from the initial splash page, shown in the video, that acts a home page for un-authenticated accounts. So in this single spot, there’s no need to have a click to home since this is the starting point.
But we can also keep the link if it links to this same page. That is acceptable as well.
On Tue, 15 Feb 2022 at 11:01 kyranjamie @.***> wrote:
Great, will do. Thx for the feedback!