diff --git a/appwrite.json b/appwrite.json new file mode 100644 index 0000000..199b04a --- /dev/null +++ b/appwrite.json @@ -0,0 +1,4 @@ +{ + "projectId": "65ede55a213134f2b688", + "projectName": "" +} \ No newline at end of file diff --git a/src/boot/appwrite.ts b/src/boot/appwrite.ts index d4b7a46..5d0668c 100644 --- a/src/boot/appwrite.ts +++ b/src/boot/appwrite.ts @@ -24,7 +24,9 @@ const AppwriteIds = { task: '65ee1cd5b550023fae4f', taskTags: '65ee21d72d5c8007c34c', skillTags: '66072582a74d94a4bd01', - boats: '66341910003e287cd71c', + boat: '66341910003e287cd71c', + timeBlock: '66361869002883fb4c4b', + timeBlockTemplate: '66361f480007fdd639af', }, }; diff --git a/src/components/boat/BoatPreviewComponent.vue b/src/components/boat/BoatPreviewComponent.vue index 4cab86f..32dc51b 100644 --- a/src/components/boat/BoatPreviewComponent.vue +++ b/src/components/boat/BoatPreviewComponent.vue @@ -1,23 +1,26 @@ - - - - - {{ boat.name }} - {{ boat.class }} - - - + + + + + + {{ boat.name }} + {{ boat.class }} + + + - + - - Info - Book - Check-Out - Check-In - - + + Info + Book + Check-Out + Check-In + + + + Sorry, no boats to show you! diff --git a/src/pages/ProfilePage.vue b/src/pages/ProfilePage.vue index 6ec4be5..6235554 100644 --- a/src/pages/ProfilePage.vue +++ b/src/pages/ProfilePage.vue @@ -8,32 +8,25 @@ - Ricky Gervais + {{ authStore.currentUser?.name }} Name - - - - - - 123456 - Member ID - - Certifications - J/27 - Capri25 - Night + + J/27 + Capri25 + Night + @@ -42,4 +35,7 @@ diff --git a/src/pages/schedule/BoatScheduleView.vue b/src/pages/schedule/BoatScheduleView.vue index 6174dd3..68801be 100644 --- a/src/pages/schedule/BoatScheduleView.vue +++ b/src/pages/schedule/BoatScheduleView.vue @@ -50,25 +50,17 @@