add web author headers

This commit is contained in:
2026-04-20 22:01:45 -06:00
parent 46c59336f4
commit b4cef51a91
33 changed files with 99 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
// Author: Shiv
// Date: April 2026
"use client";
import { AuthProvider } from "@/context/AuthContext";

View File

@@ -1,3 +1,6 @@
// Author: Shiv
// Date: April 2026
"use client";
import { useState, useRef, useEffect } from "react";

View File

@@ -1,3 +1,6 @@
// Author: Shiv
// Date: April 2026
import Link from "next/link";
import Image from "next/image";

View File

@@ -1,3 +1,6 @@
// Author: Shiv
// Date: April 2026
"use client";
import Image from "next/image";

View File

@@ -1,3 +1,6 @@
// Author: Shiv
// Date: April 2026
import Link from "next/link";
import { getStatusClass } from "@/components/petUtils";

View File

@@ -1,3 +1,6 @@
// Author: Shiv
// Date: April 2026
import Link from "next/link";
import { getStatusClass } from "@/components/petUtils";

View File

@@ -1,3 +1,6 @@
// Author: Shiv
// Date: April 2026
"use client";
import Link from "next/link";

View File

@@ -1,3 +1,6 @@
// Author: Shiv
// Date: April 2026
"use client";
import { useState } from "react";

View File

@@ -1,3 +1,6 @@
// Author: Shiv
// Date: April 2026
//Temporary, until image support is added
export const SPECIES_EMOJI = {