-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
feat: webpage toggle, sound notification, fix evga links #52
Conversation
Add sound notification. Add toggle for opening web browser.
I heavily suggest that the notification sound is https://www.youtube.com/watch?v=gjVmeKWOsEU I can provide .wav |
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.
Not sure how I feel about putting wav
files into GitHub. Perhaps we can .gitignore
and point the users to a list of wav
s in the wiki.
src/play-sound.d.ts
Outdated
@@ -0,0 +1 @@ | |||
declare module 'play-sound'; |
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.
lets put this into src/types
Otherwise, great contribution. Thank you! |
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.
Love it! Looks great! Thank you very much for all the work 😄
Description
feat: add sound notification ding
feat: toggle for opening webpage (good for if you're trying to run this on a VM or server)
fix: evga; add individual cards, rather than the whole search page for the 3080
New dependencies
"play-sound": "^1.1.3",