Basic New Task
Some checks failed
Build BAB Application Deployment Artifact / build (push) Failing after 2m7s

This commit is contained in:
2024-04-03 13:28:35 -04:00
parent 923d09d713
commit deb6a0b8ed
11 changed files with 426 additions and 101 deletions

View File

@@ -3,7 +3,7 @@ import { defineStore } from 'pinia';
// const boatSource = null;
export interface Boat {
id: number;
$id: string;
name: string;
displayName?: string;
class?: string;
@@ -26,7 +26,7 @@ export interface Boat {
const getSampleData = () => [
{
id: 1,
$id: '1',
name: 'ProjectX',
displayName: 'PX',
class: 'J/27',
@@ -52,7 +52,7 @@ and rough engine performance.`,
],
},
{
id: 2,
$id: '2',
name: 'Take5',
displayName: 'T5',
class: 'J/27',
@@ -61,7 +61,7 @@ and rough engine performance.`,
iconsrc: '/tmpimg/take5_avatar32.png',
},
{
id: 3,
$id: '3',
name: 'WeeBeestie',
displayName: 'WB',
class: 'Capri 25',