Skip to content

Commit

Permalink
Merge pull request #83 from AnimalFoodBank/delano/38-revisit-requestf…
Browse files Browse the repository at this point in the history
…orm-vueform

Fix issue #38: Make a request form
  • Loading branch information
delano authored Mar 24, 2024
2 parents cc4178d + ec06628 commit 6e6981d
Show file tree
Hide file tree
Showing 20 changed files with 1,901 additions and 3,317 deletions.
1,607 changes: 0 additions & 1,607 deletions apps/ui/components/RequestForm.vue

This file was deleted.

745 changes: 745 additions & 0 deletions apps/ui/components/requests/FoodDeliveryForm.vue

Large diffs are not rendered by default.

94 changes: 0 additions & 94 deletions apps/ui/components/requests/FoodRequestForm.vue

This file was deleted.

11 changes: 6 additions & 5 deletions apps/ui/layouts/dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const links = [
id: 'profile',
label: 'Profile',
to: '/profile',
icon: 'i-heroicons-cog-8-tooth',
icon: 'i-heroicons-user',
children: [
{
label: 'My Delivery Info',
Expand All @@ -52,6 +52,11 @@ const links = [
to: '/profile/pets',
exact: true
},
{
label: 'Update info',
to: '/profile/feedback',
exact: true
},
],
tooltip: {
text: 'Your profile details',
Expand Down Expand Up @@ -104,9 +109,5 @@ const colors = computed(() => defaultColors.value.map(color => ({ ...color, acti
<!-- <HelpSlideover /> -->
<!-- ~/components/NotificationsSlideover.vue -->
<!-- <NotificationsSlideover /> -->

<ClientOnly>

</ClientOnly>
</UDashboardLayout>
</template>
1 change: 1 addition & 0 deletions apps/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"@vitejs/plugin-vue": "^5.0.4",
"@vueform/builder-nuxt": "^1.3.1",
"@vueform/nuxt": "^1.4.0",
"@vueform/plugin-mask": "^1.0.3",
"@vueform/vueform": "^1.9.1",
"@vueuse/nuxt": "^10.9.0",
"date-fns": "^3.4.0",
Expand Down
Loading

0 comments on commit 6e6981d

Please sign in to comment.