diff --git a/frontend/index.html b/frontend/index.html index e28a0a3..9ac53f2 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -6,7 +6,7 @@ CT Mesh Map - + diff --git a/frontend/src/assets/devices/CANARYONE.png b/frontend/public/images/devices/CANARYONE.png similarity index 100% rename from frontend/src/assets/devices/CANARYONE.png rename to frontend/public/images/devices/CANARYONE.png diff --git a/frontend/src/assets/devices/CDEBYTE_EORA_S3.png b/frontend/public/images/devices/CDEBYTE_EORA_S3.png similarity index 100% rename from frontend/src/assets/devices/CDEBYTE_EORA_S3.png rename to frontend/public/images/devices/CDEBYTE_EORA_S3.png diff --git a/frontend/src/assets/devices/EBYTE_ESP32_S3.png b/frontend/public/images/devices/EBYTE_ESP32_S3.png similarity index 100% rename from frontend/src/assets/devices/EBYTE_ESP32_S3.png rename to frontend/public/images/devices/EBYTE_ESP32_S3.png diff --git a/frontend/src/assets/devices/HELTEC_CAPSULE_SENSOR_V3.png b/frontend/public/images/devices/HELTEC_CAPSULE_SENSOR_V3.png similarity index 100% rename from frontend/src/assets/devices/HELTEC_CAPSULE_SENSOR_V3.png rename to frontend/public/images/devices/HELTEC_CAPSULE_SENSOR_V3.png diff --git a/frontend/src/assets/devices/HELTEC_HT62.png b/frontend/public/images/devices/HELTEC_HT62.png similarity index 100% rename from frontend/src/assets/devices/HELTEC_HT62.png rename to frontend/public/images/devices/HELTEC_HT62.png diff --git a/frontend/src/assets/devices/HELTEC_MESH_NODE_T114.png b/frontend/public/images/devices/HELTEC_MESH_NODE_T114.png similarity index 100% rename from frontend/src/assets/devices/HELTEC_MESH_NODE_T114.png rename to frontend/public/images/devices/HELTEC_MESH_NODE_T114.png diff --git a/frontend/src/assets/devices/HELTEC_V1.png b/frontend/public/images/devices/HELTEC_V1.png similarity index 100% rename from frontend/src/assets/devices/HELTEC_V1.png rename to frontend/public/images/devices/HELTEC_V1.png diff --git a/frontend/src/assets/devices/HELTEC_V2_0.png b/frontend/public/images/devices/HELTEC_V2_0.png similarity index 100% rename from frontend/src/assets/devices/HELTEC_V2_0.png rename to frontend/public/images/devices/HELTEC_V2_0.png diff --git a/frontend/src/assets/devices/HELTEC_V2_01.png b/frontend/public/images/devices/HELTEC_V2_01.png similarity index 100% rename from frontend/src/assets/devices/HELTEC_V2_01.png rename to frontend/public/images/devices/HELTEC_V2_01.png diff --git a/frontend/src/assets/devices/HELTEC_V2_1.png b/frontend/public/images/devices/HELTEC_V2_1.png similarity index 100% rename from frontend/src/assets/devices/HELTEC_V2_1.png rename to frontend/public/images/devices/HELTEC_V2_1.png diff --git a/frontend/src/assets/devices/HELTEC_V3.png b/frontend/public/images/devices/HELTEC_V3.png similarity index 100% rename from frontend/src/assets/devices/HELTEC_V3.png rename to frontend/public/images/devices/HELTEC_V3.png diff --git a/frontend/src/assets/devices/HELTEC_VISION_MASTER_E213.png b/frontend/public/images/devices/HELTEC_VISION_MASTER_E213.png similarity index 100% rename from frontend/src/assets/devices/HELTEC_VISION_MASTER_E213.png rename to frontend/public/images/devices/HELTEC_VISION_MASTER_E213.png diff --git a/frontend/src/assets/devices/HELTEC_VISION_MASTER_E290.png b/frontend/public/images/devices/HELTEC_VISION_MASTER_E290.png similarity index 100% rename from frontend/src/assets/devices/HELTEC_VISION_MASTER_E290.png rename to frontend/public/images/devices/HELTEC_VISION_MASTER_E290.png diff --git a/frontend/src/assets/devices/HELTEC_VISION_MASTER_T190.png b/frontend/public/images/devices/HELTEC_VISION_MASTER_T190.png similarity index 100% rename from frontend/src/assets/devices/HELTEC_VISION_MASTER_T190.png rename to frontend/public/images/devices/HELTEC_VISION_MASTER_T190.png diff --git a/frontend/src/assets/devices/HELTEC_WIRELESS_BRIDGE.png b/frontend/public/images/devices/HELTEC_WIRELESS_BRIDGE.png similarity index 100% rename from frontend/src/assets/devices/HELTEC_WIRELESS_BRIDGE.png rename to frontend/public/images/devices/HELTEC_WIRELESS_BRIDGE.png diff --git a/frontend/src/assets/devices/HELTEC_WIRELESS_PAPER.png b/frontend/public/images/devices/HELTEC_WIRELESS_PAPER.png similarity index 100% rename from frontend/src/assets/devices/HELTEC_WIRELESS_PAPER.png rename to frontend/public/images/devices/HELTEC_WIRELESS_PAPER.png diff --git a/frontend/src/assets/devices/HELTEC_WIRELESS_PAPER_V1_0.png b/frontend/public/images/devices/HELTEC_WIRELESS_PAPER_V1_0.png similarity index 100% rename from frontend/src/assets/devices/HELTEC_WIRELESS_PAPER_V1_0.png rename to frontend/public/images/devices/HELTEC_WIRELESS_PAPER_V1_0.png diff --git a/frontend/src/assets/devices/HELTEC_WIRELESS_TRACKER.png b/frontend/public/images/devices/HELTEC_WIRELESS_TRACKER.png similarity index 100% rename from frontend/src/assets/devices/HELTEC_WIRELESS_TRACKER.png rename to frontend/public/images/devices/HELTEC_WIRELESS_TRACKER.png diff --git a/frontend/src/assets/devices/HELTEC_WIRELESS_TRACKER_V1_0.png b/frontend/public/images/devices/HELTEC_WIRELESS_TRACKER_V1_0.png similarity index 100% rename from frontend/src/assets/devices/HELTEC_WIRELESS_TRACKER_V1_0.png rename to frontend/public/images/devices/HELTEC_WIRELESS_TRACKER_V1_0.png diff --git a/frontend/src/assets/devices/HELTEC_WSL_V3.png b/frontend/public/images/devices/HELTEC_WSL_V3.png similarity index 100% rename from frontend/src/assets/devices/HELTEC_WSL_V3.png rename to frontend/public/images/devices/HELTEC_WSL_V3.png diff --git a/frontend/src/assets/devices/LILYGO_TBEAM_S3_CORE.png b/frontend/public/images/devices/LILYGO_TBEAM_S3_CORE.png similarity index 100% rename from frontend/src/assets/devices/LILYGO_TBEAM_S3_CORE.png rename to frontend/public/images/devices/LILYGO_TBEAM_S3_CORE.png diff --git a/frontend/src/assets/devices/M5STACK.png b/frontend/public/images/devices/M5STACK.png similarity index 100% rename from frontend/src/assets/devices/M5STACK.png rename to frontend/public/images/devices/M5STACK.png diff --git a/frontend/src/assets/devices/NANO_G1_EXPLORER.png b/frontend/public/images/devices/NANO_G1_EXPLORER.png similarity index 100% rename from frontend/src/assets/devices/NANO_G1_EXPLORER.png rename to frontend/public/images/devices/NANO_G1_EXPLORER.png diff --git a/frontend/src/assets/devices/NANO_G2_ULTRA.png b/frontend/public/images/devices/NANO_G2_ULTRA.png similarity index 100% rename from frontend/src/assets/devices/NANO_G2_ULTRA.png rename to frontend/public/images/devices/NANO_G2_ULTRA.png diff --git a/frontend/src/assets/devices/NRF52840DK.png b/frontend/public/images/devices/NRF52840DK.png similarity index 100% rename from frontend/src/assets/devices/NRF52840DK.png rename to frontend/public/images/devices/NRF52840DK.png diff --git a/frontend/src/assets/devices/PORTDUINO.png b/frontend/public/images/devices/PORTDUINO.png similarity index 100% rename from frontend/src/assets/devices/PORTDUINO.png rename to frontend/public/images/devices/PORTDUINO.png diff --git a/frontend/src/assets/devices/RADIOMASTER_900_BANDIT_NANO.png b/frontend/public/images/devices/RADIOMASTER_900_BANDIT_NANO.png similarity index 100% rename from frontend/src/assets/devices/RADIOMASTER_900_BANDIT_NANO.png rename to frontend/public/images/devices/RADIOMASTER_900_BANDIT_NANO.png diff --git a/frontend/src/assets/devices/RAK11200.png b/frontend/public/images/devices/RAK11200.png similarity index 100% rename from frontend/src/assets/devices/RAK11200.png rename to frontend/public/images/devices/RAK11200.png diff --git a/frontend/src/assets/devices/RAK11310.png b/frontend/public/images/devices/RAK11310.png similarity index 100% rename from frontend/src/assets/devices/RAK11310.png rename to frontend/public/images/devices/RAK11310.png diff --git a/frontend/src/assets/devices/RAK2560.png b/frontend/public/images/devices/RAK2560.png similarity index 100% rename from frontend/src/assets/devices/RAK2560.png rename to frontend/public/images/devices/RAK2560.png diff --git a/frontend/src/assets/devices/RAK4631.png b/frontend/public/images/devices/RAK4631.png similarity index 100% rename from frontend/src/assets/devices/RAK4631.png rename to frontend/public/images/devices/RAK4631.png diff --git a/frontend/src/assets/devices/RP2040_FEATHER_RFM95.png b/frontend/public/images/devices/RP2040_FEATHER_RFM95.png similarity index 100% rename from frontend/src/assets/devices/RP2040_FEATHER_RFM95.png rename to frontend/public/images/devices/RP2040_FEATHER_RFM95.png diff --git a/frontend/src/assets/devices/RP2040_LORA.png b/frontend/public/images/devices/RP2040_LORA.png similarity index 100% rename from frontend/src/assets/devices/RP2040_LORA.png rename to frontend/public/images/devices/RP2040_LORA.png diff --git a/frontend/src/assets/devices/RPI_PICO.png b/frontend/public/images/devices/RPI_PICO.png similarity index 100% rename from frontend/src/assets/devices/RPI_PICO.png rename to frontend/public/images/devices/RPI_PICO.png diff --git a/frontend/src/assets/devices/RPI_PICO2.png b/frontend/public/images/devices/RPI_PICO2.png similarity index 100% rename from frontend/src/assets/devices/RPI_PICO2.png rename to frontend/public/images/devices/RPI_PICO2.png diff --git a/frontend/src/assets/devices/SEEED_XIAO_S3.png b/frontend/public/images/devices/SEEED_XIAO_S3.png similarity index 100% rename from frontend/src/assets/devices/SEEED_XIAO_S3.png rename to frontend/public/images/devices/SEEED_XIAO_S3.png diff --git a/frontend/src/assets/devices/SENSECAP_INDICATOR.png b/frontend/public/images/devices/SENSECAP_INDICATOR.png similarity index 100% rename from frontend/src/assets/devices/SENSECAP_INDICATOR.png rename to frontend/public/images/devices/SENSECAP_INDICATOR.png diff --git a/frontend/src/assets/devices/STATION_G1.png b/frontend/public/images/devices/STATION_G1.png similarity index 100% rename from frontend/src/assets/devices/STATION_G1.png rename to frontend/public/images/devices/STATION_G1.png diff --git a/frontend/src/assets/devices/STATION_G2.png b/frontend/public/images/devices/STATION_G2.png similarity index 100% rename from frontend/src/assets/devices/STATION_G2.png rename to frontend/public/images/devices/STATION_G2.png diff --git a/frontend/src/assets/devices/TBEAM.png b/frontend/public/images/devices/TBEAM.png similarity index 100% rename from frontend/src/assets/devices/TBEAM.png rename to frontend/public/images/devices/TBEAM.png diff --git a/frontend/src/assets/devices/TLORA_T3_S3.png b/frontend/public/images/devices/TLORA_T3_S3.png similarity index 100% rename from frontend/src/assets/devices/TLORA_T3_S3.png rename to frontend/public/images/devices/TLORA_T3_S3.png diff --git a/frontend/src/assets/devices/TLORA_V1.png b/frontend/public/images/devices/TLORA_V1.png similarity index 100% rename from frontend/src/assets/devices/TLORA_V1.png rename to frontend/public/images/devices/TLORA_V1.png diff --git a/frontend/src/assets/devices/TLORA_V2.png b/frontend/public/images/devices/TLORA_V2.png similarity index 100% rename from frontend/src/assets/devices/TLORA_V2.png rename to frontend/public/images/devices/TLORA_V2.png diff --git a/frontend/src/assets/devices/TLORA_V2_1_1P6.png b/frontend/public/images/devices/TLORA_V2_1_1P6.png similarity index 100% rename from frontend/src/assets/devices/TLORA_V2_1_1P6.png rename to frontend/public/images/devices/TLORA_V2_1_1P6.png diff --git a/frontend/src/assets/devices/TRACKER_T1000_E.png b/frontend/public/images/devices/TRACKER_T1000_E.png similarity index 100% rename from frontend/src/assets/devices/TRACKER_T1000_E.png rename to frontend/public/images/devices/TRACKER_T1000_E.png diff --git a/frontend/src/assets/devices/T_DECK.png b/frontend/public/images/devices/T_DECK.png similarity index 100% rename from frontend/src/assets/devices/T_DECK.png rename to frontend/public/images/devices/T_DECK.png diff --git a/frontend/src/assets/devices/T_ECHO.png b/frontend/public/images/devices/T_ECHO.png similarity index 100% rename from frontend/src/assets/devices/T_ECHO.png rename to frontend/public/images/devices/T_ECHO.png diff --git a/frontend/src/assets/devices/T_WATCH_S3.png b/frontend/public/images/devices/T_WATCH_S3.png similarity index 100% rename from frontend/src/assets/devices/T_WATCH_S3.png rename to frontend/public/images/devices/T_WATCH_S3.png diff --git a/frontend/src/assets/devices/WIO_WM1110.png b/frontend/public/images/devices/WIO_WM1110.png similarity index 100% rename from frontend/src/assets/devices/WIO_WM1110.png rename to frontend/public/images/devices/WIO_WM1110.png diff --git a/frontend/src/assets/devices/WISMESH_TAP.png b/frontend/public/images/devices/WISMESH_TAP.png similarity index 100% rename from frontend/src/assets/devices/WISMESH_TAP.png rename to frontend/public/images/devices/WISMESH_TAP.png diff --git a/frontend/src/assets/icon.png b/frontend/public/images/icon.png similarity index 100% rename from frontend/src/assets/icon.png rename to frontend/public/images/icon.png diff --git a/frontend/src/assets/no_image.png b/frontend/public/images/no_image.png similarity index 100% rename from frontend/src/assets/no_image.png rename to frontend/public/images/no_image.png diff --git a/frontend/src/components/HardwareModelList.vue b/frontend/src/components/HardwareModelList.vue index 1a93796..4de21e0 100644 --- a/frontend/src/components/HardwareModelList.vue +++ b/frontend/src/components/HardwareModelList.vue @@ -68,7 +68,7 @@ onMounted(() => {
- +

{{ hardwareModel.hardware_model_name }}

diff --git a/frontend/src/components/Header.vue b/frontend/src/components/Header.vue index 3080fea..021e2dc 100644 --- a/frontend/src/components/Header.vue +++ b/frontend/src/components/Header.vue @@ -21,7 +21,7 @@ import { getNodeColor, getNodeTextColor } from '../utils.js'; diff --git a/frontend/src/components/InfoModal.vue b/frontend/src/components/InfoModal.vue index c176642..bb28702 100644 --- a/frontend/src/components/InfoModal.vue +++ b/frontend/src/components/InfoModal.vue @@ -57,7 +57,7 @@ function dismissInfoModal() {
- +

CT Mesh Map

Created by Liam Cottle

diff --git a/frontend/src/components/NodeInfo.vue b/frontend/src/components/NodeInfo.vue index feefbe9..8cc9479 100644 --- a/frontend/src/components/NodeInfo.vue +++ b/frontend/src/components/NodeInfo.vue @@ -211,7 +211,7 @@ watch(
- +