-
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
Re-implement DeviceClassifier in vanilla JS #3788
Labels
Comments
This was referenced Apr 11, 2021
Thanks for picking this one up, @mariuszr . Great work! Modified the issue description to include changes to |
@davetsay can we get testing instructions? |
TESTING INSTRUCTIONS:
|
verified |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The DeviceClassifier loads on startup and detects the user agent and device that is being used to render Open MCT. It then attaches some additional CSS classes to the DOM based on the platform that it is rendering on.
Right now this is implemented in Angular, and needs to be re-implemented in vanilla JS.
AgentService needs to be re-implemented as is implemented in AngularJS.
MCTDevice can be removed as it is not in use anymore.
The text was updated successfully, but these errors were encountered: