-
Notifications
You must be signed in to change notification settings - Fork 22
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 new UI to Configurations - general #1002
Implement new UI to Configurations - general #1002
Conversation
It is not needed in the new context.
…top and bottom bars The widgets can still be maximized to full-screen as usual.
…MED_VALUE_FLOATs`
This raises an warning everytime the modal is open.
With the former implementation, Vue warns about "no value for" props that were not passed.
Just warn the user in that case.
c9f0983
to
92b7860
Compare
For example, videos that were being recorded and the user refreshed Cockpit, or the computer shut down during the recording.
This makes a huge difference when downloading multiple videos.
…without compression This reduces the compression time of a 22min/1.1GB video from 36s to 11s. The final zip file size is basically the same, as the video is already compressed (WEBM).
Signed-off-by: Arturo Manzoli <[email protected]>
Signed-off-by: Arturo Manzoli <[email protected]>
Signed-off-by: Arturo Manzoli <[email protected]>
Signed-off-by: Arturo Manzoli <[email protected]>
Signed-off-by: Arturo Manzoli <[email protected]>
Signed-off-by: Arturo Manzoli <[email protected]>
Signed-off-by: Arturo Manzoli <[email protected]>
Signed-off-by: Arturo Manzoli <[email protected]>
…sues Signed-off-by: Arturo Manzoli <[email protected]>
* Change MainVehicleConnetion and WebRTCConnection URIs to use storage and to be reactive * Change video.ts to use new computed property
* Change the way as the URIs are configured to make sure they are reactive and stored properly on storage when using custom ones
It was mistakenly removed on a recent commit.
…rest` The `:6040` path does not work with BlueSim, for example.
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.
Some behavior problems:
- The menu names are selectable.
- I cannot close the general menu once open.
This should also be rebased with the latest changes in master (that add Lago's reactivity changes and my RTC configuration part). This rebase can also be done when we merge the interface-rework branch into master. It's up to you to do it now or on the future.
05a26d2
to
0557467
Compare
Signed-off-by: Arturo Manzoli <[email protected]>
Signed-off-by: Arturo Manzoli <[email protected]>
Signed-off-by: Arturo Manzoli <[email protected]>
Signed-off-by: Arturo Manzoli <[email protected]>
Signed-off-by: Arturo Manzoli <[email protected]>
Signed-off-by: Arturo Manzoli <[email protected]>
Signed-off-by: Arturo Manzoli <[email protected]>
6e91d77
to
04719b4
Compare
@ArturoManzoli it appears that a rebase is necessary in this PR. |
2e7b279
to
7c9594a
Compare
7c9594a
to
803bf6d
Compare
Just noticing that this auto-close from Github without allowing the PR to be reopen is a limitation from Github itself that happens when one push-forces to a branch linked to a closed PR. Unfortunately we didn't know about this limitation and had to reopen the PR. The new one can be found here. More about the limitation here. |
Main features:
Regular size screens:
https://github.com/bluerobotics/cockpit/assets/14910201/c8c67845-fcf5-43a7-8d1f-d2e2477f4e4a
Very small screens:
https://github.com/bluerobotics/cockpit/assets/14910201/63df7c5b-4140-4fb6-99f5-6a55bec1110e
Closes #969