-
Notifications
You must be signed in to change notification settings - Fork 0
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
Implement Conops MVP #176
base: main
Are you sure you want to change the base?
Implement Conops MVP #176
Conversation
Graphite Automations"Request reviewers once CI passes" took an action on this PR • (12/08/24)1 reviewer was added to this PR based on Zach Garcia's automation. |
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.
So fairly major bug here: The Websocket connection for receiving and requesting telemetry is only open on the telemetry page, and closes when going to the Controls or Conops pages. You'll need to probably just open a new websocket on the Conops pages to receive and display telemetry
title="Igniter" | ||
buttons={[ | ||
{ | ||
label: "Arm", |
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.
Change to Ignite and Ignited I think
variant="default" | ||
className="fixed bottom-6 right-6 px-6 py-6 text-lg rounded-lg shadow-lg" | ||
> | ||
{"Next Page"} |
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.
Add previous page buttons
@@ -0,0 +1,66 @@ | |||
import { auth } from "@/app/auth"; |
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.
add next page that forwards to telemetry
Honestly probably will need a few edits/ additions before officially MVP. To be discussed during code review