-
Notifications
You must be signed in to change notification settings - Fork 1
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
Tool tip for alert words. #35
base: master
Are you sure you want to change the base?
Conversation
c08879d
to
7723515
Compare
Added footer. Should hyperlink github, and replace the icon with a high res one. |
src/background.js
Outdated
@@ -9,6 +9,7 @@ function notify(word) { | |||
type: "basic", | |||
title: "AutoMeet", | |||
message: `The word '${word}' has appeared!`, | |||
iconUrl: "http://www.google.com/favicon.ico", |
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.
Is this accidental?
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.
Fixed it with a force push
just pushed a commit to add right and wrong URLs indication. It looks like this now: It'd look better if we reduce the margin below the error image(the svg) and add a little padding below |
82a2044
to
4bbf470
Compare
src/index.css
Outdated
#heart{ | ||
|
||
} |
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.
will this do anything?
@chdinesh1089 is the notification on chrome fixed? |
Merged other commits for the release. Only the tool tip thing is left. |
No description provided.