@@ -1,10 +1,3 @@
|
||||
/*
|
||||
* Wraps the app in all the context providers and the floating chat.
|
||||
*
|
||||
* Author: Shiv
|
||||
* Date: April 2026
|
||||
*/
|
||||
|
||||
"use client";
|
||||
|
||||
import { AuthProvider } from "@/context/AuthContext";
|
||||
|
||||
@@ -1,10 +1,3 @@
|
||||
/*
|
||||
* Floating chat button and popup for AI help and live support.
|
||||
*
|
||||
* Author: Shiv
|
||||
* Date: April 2026
|
||||
*/
|
||||
|
||||
"use client";
|
||||
|
||||
import { useState, useRef, useEffect } from "react";
|
||||
|
||||
@@ -1,10 +1,3 @@
|
||||
/*
|
||||
* Site footer with quick links, company info, and contact details.
|
||||
*
|
||||
* Author: Shiv
|
||||
* Date: April 2026
|
||||
*/
|
||||
|
||||
import Link from "next/link";
|
||||
import Image from "next/image";
|
||||
|
||||
|
||||
@@ -1,10 +1,3 @@
|
||||
/*
|
||||
* Top navigation bar with links, cart icon, and mobile drawer menu.
|
||||
*
|
||||
* Author: Shiv
|
||||
* Date: April 2026
|
||||
*/
|
||||
|
||||
"use client";
|
||||
|
||||
import Image from "next/image";
|
||||
|
||||
@@ -1,10 +1,3 @@
|
||||
/*
|
||||
* Small card component for showing a pet in the adoption grid.
|
||||
*
|
||||
* Author: Shiv
|
||||
* Date: April 2026
|
||||
*/
|
||||
|
||||
import Link from "next/link";
|
||||
import { getStatusClass } from "@/components/petUtils";
|
||||
|
||||
|
||||
@@ -1,10 +1,3 @@
|
||||
/*
|
||||
* Full detail view for a single pet on the adoption detail page.
|
||||
*
|
||||
* Author: Shiv
|
||||
* Date: April 2026
|
||||
*/
|
||||
|
||||
import Link from "next/link";
|
||||
import { getStatusClass } from "@/components/petUtils";
|
||||
|
||||
|
||||
@@ -1,10 +1,3 @@
|
||||
/*
|
||||
* Card component for showing a product in the store grid.
|
||||
*
|
||||
* Author: Shiv
|
||||
* Date: April 2026
|
||||
*/
|
||||
|
||||
"use client";
|
||||
|
||||
import Link from "next/link";
|
||||
|
||||
@@ -1,10 +1,3 @@
|
||||
/*
|
||||
* Full detail view for a single product on the product detail page.
|
||||
*
|
||||
* Author: Shiv
|
||||
* Date: April 2026
|
||||
*/
|
||||
|
||||
"use client";
|
||||
|
||||
import { useState } from "react";
|
||||
|
||||
@@ -1,10 +1,3 @@
|
||||
/*
|
||||
* Shared helper functions for pet species emojis and status styling.
|
||||
*
|
||||
* Author: Shiv
|
||||
* Date: April 2026
|
||||
*/
|
||||
|
||||
|
||||
//Temporary, until image support is added
|
||||
export const SPECIES_EMOJI = {
|
||||
|
||||
Reference in New Issue
Block a user