-
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
Update Prime version and fix associated logic #1673
Conversation
web/frontend/src/components/base.vue
Outdated
@@ -82,7 +82,6 @@ const stop = () => { | |||
stopped = true; | |||
const req = new baseApi.StopRequest(); | |||
req.setName(props.name); | |||
rcLogConditionally(req); |
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.
we should leave this in, Steve uses 'em often
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.
fixed
web/frontend/src/components/base.vue
Outdated
@@ -323,6 +320,7 @@ onUnmounted(() => { | |||
:data-stream-preview="basecamera.name" | |||
:class="{ 'hidden': !baseStreamStates.get(basecamera.name) }" | |||
/> | |||
<p>{{ baseStreamStates.get(basecamera.name) }}</p> |
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.
was this meant to be left in?
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.
Oops. Fixed.
|
This updates our Prime dependency.
@viamrobotics/prime ^0.0.99 → ^0.0.100