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

Implement PasswordNagBar #3817

Merged
merged 3 commits into from
May 8, 2017
Merged

Implement PasswordNagBar #3817

merged 3 commits into from
May 8, 2017

Conversation

lukebarnard1
Copy link
Contributor

@lukebarnard1 lukebarnard1 commented May 5, 2017

This will tell the user that they need to set a password to return to their account.

Part of #3602

This will tell the user that they need to set a password to return to their account.
const AccessibleButton = sdk.getComponent('elements.AccessibleButton');
return (
<div className="mx_MatrixToolbar">
<img className="mx_MatrixToolbar_warning" src="img/warning.svg" width="24" height="23" alt="/!\"/>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you want two backslashes at the end here (as this is an escaped double quote) (and yes, it was probably wrong in wherever you copied it from) (or possibly replace it with something more screenreader-friendly than, "forward slash, exclamation mark, backslash")

@@ -19,9 +20,6 @@ limitations under the License.
* You can edit it you like, but your changes will be overwritten,
* so you'd just be trying to swim upstream like a salmon.
* You are not a salmon.
*
* To update it, run:
* ./reskindex.js -h header
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your PRs are getting crossed ;)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

poop

@dbkr dbkr assigned lukebarnard1 and unassigned dbkr May 5, 2017
@lukebarnard1 lukebarnard1 assigned dbkr and unassigned lukebarnard1 May 8, 2017
@dbkr dbkr merged commit 1b78737 into new-guest-access May 8, 2017
@t3chguy t3chguy deleted the luke/password-nag-bar branch May 12, 2022 08:57
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.

2 participants