Skip to content
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

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
41e64c6
widget-hugger: Make widget attributes reactive
rafaellehmkuhl Apr 24, 2024
2805313
widget-hugger: Remove `makeWidgetRespectWalls` function
rafaellehmkuhl Apr 24, 2024
fb293f1
widget-manager: Expose widget clearance from both bottom and top bar
rafaellehmkuhl Apr 24, 2024
1b77c3d
widget-manager: Disallow widgets from getting too close or under the …
rafaellehmkuhl Apr 24, 2024
76c4601
widgets: Get grid snapping back
rafaellehmkuhl Jun 6, 2024
64e5084
ardupilot: Populate array of available generic variables with the `NA…
rafaellehmkuhl Jun 4, 2024
240ba64
video: Show proper error when failing to process video
rafaellehmkuhl Jun 10, 2024
00b0161
video: Remove unused `v-on` directive
rafaellehmkuhl Jun 10, 2024
b7e9f1a
interaction-dialog: Fix default props definition
rafaellehmkuhl Jun 10, 2024
c69cf59
video: Proceed with video processing when duration fix fails
rafaellehmkuhl Jun 10, 2024
c7ce14e
video: Warn user when failling to save recorded chunk
rafaellehmkuhl Jun 10, 2024
80decb7
video: Warn user when chunk has not finished recording after 5 seconds
rafaellehmkuhl Jun 10, 2024
24df00b
mini-video-recorder: Simplify code that calculates number of availabl…
rafaellehmkuhl Jun 12, 2024
45a1331
video-library-modal: Improve parts of the codebase
rafaellehmkuhl Jun 12, 2024
f279d6b
video-library-modal: Also show videos that failed to be stopped
rafaellehmkuhl Jun 12, 2024
9057d5b
video: Create the video zip file asynchronously
rafaellehmkuhl Jun 13, 2024
0ad3a28
video: Set zip compression level to zero, so it just merge the files …
rafaellehmkuhl Jun 13, 2024
f50b89f
video: Give feedback to user about time for the download to be ready
rafaellehmkuhl Jun 13, 2024
c1a55cd
Store: Interface: Add responsivity logic and interface control store
ArturoManzoli Jun 4, 2024
890e96b
Components: Glass-button: Add main button component for glass UI
ArturoManzoli Jun 4, 2024
cc7df9f
App: Implement main menu for new glass UI
ArturoManzoli Jun 4, 2024
3eb3428
Components: Interaction-dialog: Update responsiveness
ArturoManzoli Jun 14, 2024
3de5180
package.json: Expose local IP on dev server
ArturoManzoli Jun 14, 2024
fe5c064
App: Replace main menu - updated UI version
ArturoManzoli Jun 14, 2024
2b9b0f1
Components: Glass-button: Update icon alignment
ArturoManzoli Jun 14, 2024
a97ca6d
Libraries: Add icon library to prevent alignment issues
ArturoManzoli Jun 10, 2024
2539fd9
Component: Glass-button: Modify icons library to prevent alignment is…
ArturoManzoli Jun 10, 2024
e77797e
video: Remove references to container and codec on recording pipeline
rafaellehmkuhl Jun 14, 2024
a18cb60
video: Use correct video container/extension, based on chunks type
rafaellehmkuhl Jun 14, 2024
fd58153
utils: Create assinchronous sleep function
rafaellehmkuhl May 17, 2024
1415a3b
ardupilot: Rework `sendCommandLong` method to be awaitable and throw …
rafaellehmkuhl May 17, 2024
e11601d
vehicle: commands: Adapt commands to new `sendCommandLong` structure
rafaellehmkuhl May 17, 2024
dbd7c67
utils: Create common method to try ro run function and alert on fail
rafaellehmkuhl May 17, 2024
c1e6edf
vite: Force server on `0.0.0.0`
rafaellehmkuhl Jun 14, 2024
67fff8b
store: mainVehicle: Change connections to storage
JoaoMario109 Jun 18, 2024
a1111da
views: ConfigGeneralView: Make URIs reactive
JoaoMario109 Jun 18, 2024
fa31299
webrtc: Allow setting custom configuration
rafaellehmkuhl Jun 18, 2024
0a26bd5
webrtc: Allow setting configuration from query parameters
rafaellehmkuhl Jun 18, 2024
ef51ee8
main-vehicle: Get query parameter settings back
rafaellehmkuhl Jun 18, 2024
e1fefa3
main-vehicle: Get the main connection default path back to `/mavlink2…
rafaellehmkuhl Jun 18, 2024
b00750c
web-rtc: Add possibility of enabling/disabling custom configuration
rafaellehmkuhl Jun 18, 2024
fdbc012
Components: Expansible-panel: Add main vue component
ArturoManzoli Jun 14, 2024
cedaad8
Components: Glass-button: Update icon alignment
ArturoManzoli Jun 14, 2024
8cc6b49
Components: Interaction-dialog: Add support for items list
ArturoManzoli Jun 14, 2024
e440bdc
Components: Glass-modal: Add main vue component
ArturoManzoli Jun 14, 2024
9182128
Views: Base-configuration: Add small screen breakpoints and styles
ArturoManzoli Jun 14, 2024
61c2ba8
Views: Configuration-general: Refactor component to new UI
ArturoManzoli Jun 14, 2024
803bf6d
App: Add config submenus and its contents
ArturoManzoli Jun 17, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified bun.lockb
Binary file not shown.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"deploy:electron:dir": "electron-builder --dir",
"deploy:electron": "electron-builder --publish=never",
"deploy:flatpak": "electron-builder --x64 --linux flatpak",
"dev": "vite",
"dev": "vite --host",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore --max-warnings=0",
"preview": "vite preview --port 5050",
"serve": "vite preview",
Expand All @@ -24,6 +24,7 @@
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/vue-fontawesome": "^3.0.3",
"@iconify/vue": "^4.1.2",
"@j2only/slide-unlock": "^0.5.5",
"@mdi/font": "^7.0.96",
"@mdi/js": "^7.2.96",
Expand Down
Loading