Skip to content

Commit

Permalink
with material svg symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Kugel committed Feb 28, 2025
1 parent 6222c39 commit 46e451f
Show file tree
Hide file tree
Showing 3 changed files with 132 additions and 0 deletions.
127 changes: 127 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"@fortawesome/fontawesome-free": "^6.7.2",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@material-symbols/svg-400": "^0.28.2",
"pinia": "^3.0.1",
"vue": "^3.5.13",
"vue-echarts": "^7.0.3",
Expand Down
4 changes: 4 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ import * as BleHandler from "./services/bleHandler"
import { permitMotion, disableMotion, } from './services/deviceMotion'
// test material icon components
import BLE from '@material-symbols/svg-400/outlined/bluetooth_drive.svg';
const logDeviceInfo = async () => {
const info = await Device.getInfo();
Expand Down Expand Up @@ -313,6 +316,7 @@ const viewCtl = (val) => {
</div>
<div v-else class="upload">
<p>Upload Devices</p>
<VaAvatar :src="BLE" class="mr-6" />
<VaFileUpload v-model="deviceFiles" file-types="json" />
</div>
<div class="devlist">
Expand Down

0 comments on commit 46e451f

Please sign in to comment.