Skip to content

Commit

Permalink
✨ feat(app): add Vue configuration, update audio handling, and enhanc…
Browse files Browse the repository at this point in the history
…e UI components

- Introduced `vue.config.js` for Webpack configuration with fallbacks for Node.js modules.
- Updated Node version in VSCode launch configuration to 18.
- Upgraded `package-lock.json` to version 3, reflecting updated dependencies.
- Enhanced `DataRecording.vue` with MP3 format selection and improved audio playback controls.
- Added waveform visualization for audio playback and improved event handling for audio controls.
- Updated `package.json` to include new Babel plugins for class properties and optional chaining.
  • Loading branch information
s045pd committed Jan 5, 2025
1 parent 12234b5 commit 5324a9f
Show file tree
Hide file tree
Showing 5 changed files with 18,014 additions and 12,168 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"type": "node-terminal"
},
{
"command": "cd gui && nvm use 12.16.2 && npm run serve",
"command": "cd gui && nvm use 18 && npm run serve",
"name": "ui",
"request": "launch",
"type": "node-terminal"
Expand Down
Loading

0 comments on commit 5324a9f

Please sign in to comment.