-
Notifications
You must be signed in to change notification settings - Fork 79
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
Create Modal for Brave Browser notification #1180
Conversation
Some extra info: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not a fan of using localStorage
directly from within UI components. This is spaghetti-ish. But I don't want to go back and forth with review comments.
I see what you mean - will transfer it to the background. Thank you |
Your last commit is actually IMO worse than what there was before. |
The wording in your comment, sounded like the UI components should not access chrome.storage at all, rather than |
This PR creates the notification inside Popup and Options (only in Brave Browser) about the socket restriction that was introduced in Brave Browser in version 1.36.109.
Final design details are still pending.
Fixes #1178
A new PR will open to adjust the design when it is provided.
Popup outcome:
Options outcome: