diff --git a/frontend/NOTES.md b/frontend/NOTES.md index f568447..b767f73 100644 --- a/frontend/NOTES.md +++ b/frontend/NOTES.md @@ -1,8 +1,22 @@ # Todos -[ ] Mega menu for categories in menu +[x] Mega menu for categories in menu -[ ] Marquee animation bug ( Replace with nuxt ui marquee ) +[x] Marquee animation bug + +[x] Add favorite button for products + +[x] Change footer to a dynamic ray animation + +[x] Create saved products tab in user panel + +[x] Add save button to product page + +[x] Add save button to product page + +[x] Make mega menu responsive + +[x] Fix mega menu bugs [ ] Pause marquee on mouse hover @@ -14,8 +28,4 @@ Test showcase background with gradient -[ ] Add favorite button for products - -[x] Change footer to a dynamic ray animation - -[ ] Compress all large pictures and videos \ No newline at end of file +[ ] Compress all large pictures and videos diff --git a/frontend/components/global/CategoryCard.vue b/frontend/components/global/CategoryCard.vue index e3dd03f..b11fb07 100644 --- a/frontend/components/global/CategoryCard.vue +++ b/frontend/components/global/CategoryCard.vue @@ -26,7 +26,7 @@ const { colorObject } = useImageColor(`#category-image-${id.value}`);