diff --git a/README.md b/README.md index d147b1a..4ba696f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@
The frontend for https://www.staticpi.com,
-
backend code (soon to be seen) here
+
backend code here
Built using vue.js,
diff --git a/src/auto-imports.d.ts b/src/auto-imports.d.ts
index c05b828..ff32938 100644
--- a/src/auto-imports.d.ts
+++ b/src/auto-imports.d.ts
@@ -1,4 +1,7 @@
-// Generated by 'unplugin-auto-import'
+/* eslint-disable */
+/* prettier-ignore */
+// @ts-nocheck
+// Generated by unplugin-auto-import
export {}
declare global {
const EffectScope: typeof import('vue')['EffectScope']
@@ -73,5 +76,5 @@ declare global {
// for type re-export
declare global {
// @ts-ignore
- export type { Component,ComponentPublicInstance,ComputedRef,InjectionKey,PropType,Ref,VNode } from 'vue'
+ export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode } from 'vue'
}
diff --git a/src/components/Devices/AllDeviceTable/ExtraInformation/ExtraConnectedTable.vue b/src/components/Devices/AllDeviceTable/ExtraInformation/ExtraConnectedTable.vue
index d6417a7..2f13e5d 100644
--- a/src/components/Devices/AllDeviceTable/ExtraInformation/ExtraConnectedTable.vue
+++ b/src/components/Devices/AllDeviceTable/ExtraInformation/ExtraConnectedTable.vue
@@ -81,7 +81,7 @@ const { mdAndUp, mobile, smAndDown } = useDisplay();
const heading = computed((): string => {
let suffix = props.tableRows.length>1 ? `s: ${props.tableRows.length}` : '';
- return props.is_device ? 'device connection' : `client connection${suffix}`;
+ return props.is_device ? 'pi connection' : `client connection${suffix}`;
});
const icon = computed((): string => {
return props.is_device? props.online? mdiAccessPointNetwork : mdiAccessPointNetworkOff : props.online? mdiPlaylistCheck : mdiPlaylistRemove;
diff --git a/src/views/DocumentationView.vue b/src/views/DocumentationView.vue
index b491ed4..a75ee53 100644
--- a/src/views/DocumentationView.vue
+++ b/src/views/DocumentationView.vue
@@ -38,14 +38,14 @@
-
+