Commit 2c4932a
committed
fix: remove unused assets and update API parameter types
- Deleted favicon.ico, index.html, logo192.png, logo512.png, manifest.json, and robots.txt from the dist directory as they are no longer needed.
- Updated the DeviceDetail component to pass parameter values as an array to the executeMethod function.
- Changed the params type in the setDeviceJsonCommand mutation from 'any' to 'unknown[]' for better type safety.
- Updated tsconfig.tsbuildinfo to include new common UI hooks and selectors.1 parent ed760b9 commit 2c4932a
10 files changed
Lines changed: 3 additions & 51 deletions
File tree
- dist
- assets
- src
- features
- store
This file was deleted.
Binary file not shown.
This file was deleted.
Binary file not shown.
Binary file not shown.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments