-
Notifications
You must be signed in to change notification settings - Fork 111
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
App 723 cameras #1485
App 723 cameras #1485
Conversation
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.
✅
eea5d35
to
773b58b
Compare
web/frontend/src/components/base.vue
Outdated
const selectCameras = ref('') | ||
|
||
const initStreamState = () => { | ||
for (var value of filterResources(props.resources, 'rdk', 'component', 'camera')) { |
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.
for (var value of filterResources(props.resources, 'rdk', 'component', 'camera')) { | |
for (const value of filterResources(props.resources, 'rdk', 'component', 'camera')) { |
web/frontend/src/main.ts
Outdated
import '@fontsource/space-mono/400-italic.css'; | ||
import '@fontsource/space-mono/700.css'; | ||
import '@fontsource/space-mono/700-italic.css'; | ||
import '@fontsource/space-mono'; |
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.
Why did we reduce specificity here?
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.
Seems like the previous imports would only import the variants needed, just curious what this solved
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.
I'll add them back. I didn't realize they only loaded on need.
<head> | ||
<link rel="icon" type="image/png" href="data:image/png;base64,iVBORw0KGgo=" /> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> |
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.
Yaaaaaaaaay 🎂 🎉
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.
👨🍳 🤌
|
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.
🎉
https://viam.atlassian.net/browse/APP-723