-
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
[Timer] Re-implement Timer object in Vue.js #4131
Labels
Milestone
Comments
8 tasks
Testing instructionsLocal TestingIf possible, create a timer in a branch before this change and then switch to the branch with the new timer. Ensure that the timer continues to display properly and that editing the properties works. Other Testing
|
Unable to test as plugin is not installed. |
Unable to verify Testathon 11-15-21 |
Verified fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The existing Timer object is currently implemented as a legacy bundle and written in Angular.js. It should be re-implemented as a plugin under /src/plugins using our current API, with the UI migrated to Vue.
Any legacy code associated with the legacy Timer object should be removed from the code-base.
The text was updated successfully, but these errors were encountered: