-
Notifications
You must be signed in to change notification settings - Fork 98
Add timer alarm sound #1120
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
Add timer alarm sound #1120
Conversation
fedc186
to
24e9870
Compare
Signed-off-by: Marcel Robitaille <[email protected]>
After fixing the app name, we no longer need this hacky string replace when using file-loader Signed-off-by: Marcel Robitaille <[email protected]>
Signed-off-by: Marcel Robitaille <[email protected]>
This is the new recommended method in webpack 5 https://webpack.js.org/guides/asset-modules/ Signed-off-by: Marcel Robitaille <[email protected]>
Signed-off-by: Marcel Robitaille <[email protected]>
Signed-off-by: Marcel Robitaille <[email protected]>
If it's paused midway, by default it will resume from that point Signed-off-by: Marcel Robitaille <[email protected]>
09a7447
to
103b812
Compare
I suppose this is mainly ready for review, right? If not, please remove the milestone. |
@christianlupus Yes, I think it's ready for review. Sorry, I'll use the draft features in the future or ping you to better indicate when it's ready. I'm fine if we merge this as is. I wasn't sure if you wanted to wait for #1067 so we could add the proposed user settings. |
Signed-off-by: Marcel Robitaille <[email protected]>
The app can be installed in arbitrary folders (like /custom_apps). This will break when the URL is hardcoded. This fix should make the URL dynamic with the NC core JS functions. Signed-off-by: Christian Wolf <[email protected]> # Conflicts: # src/components/RecipeTimer.vue
Signed-off-by: Christian Wolf <[email protected]>
Signed-off-by: Christian Wolf <[email protected]>
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.
LGTM
Fixes #671