To be honest, I think it looks okay without the underline. What do you think?
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Thu, Nov 14
In D13906#388763, @ashoat wrote:I was more concerned about users being able to notice that a link can be clickable. In the mobile app, we usually use buttons to indicate actions that can be performed. There are some usages of LinkButton, but only in the navigation header where users expect some actions to be possible.
That's a fair concern. It might be possible to improve with color, italics, underline, etc... might be easier to think about if we had a screenshot.
Wed, Nov 13
rebase
Use Array.prototype.every()
Code comments
I was more concerned about users being able to notice that a link can be clickable. In the mobile app, we usually use buttons to indicate actions that can be performed. There are some usages of LinkButton, but only in the navigation header where users expect some actions to be possible.
Hmm... the reason I'm thinking of a link is that our restore flow is comparable to a "Forgot password?" flow, and I usually see those accessed by a link.
I think a button would be too distracting, and might come across as part of the QR code flow when it's really a separate thing.
Yeah, that makes sense.
It sounds like you're proposing a solution where on the initial screen there are two buttons: Sign in and Register. Clicking Sign in opens the QR screen, where there is a No longer have access to your primary device? text. Clicking this link would open the restore screen. Is that correct?
Update copy and remove "or" section
In D13906#388408, @ashoat wrote:I think it would be best to tuck the restore button behind the login button.
Basically we would show the QR screen, and then there would be a link below it that says something like "No longer have access to your primary device?"
What do you think?
Fix line order
Rebase
Rebase
Overall, this logic makes sense, but I think we should try to make it easier to understand.