Admin AI Tools page: unified design system styling, provider selector with OpenAI turd emoji, free-text model input with exact ID warning

This commit is contained in:
2026-06-02 02:21:11 +00:00
parent 809e0061ca
commit 15e939ad7e
116 changed files with 14991 additions and 5326 deletions
@@ -11,6 +11,12 @@ import {
getRecentLotEvents,
} from "@/actions/route-trace/lots";
export const metadata = {
title: "Lot Lookup | Route Trace",
description: "Search and lookup harvest lots by lot number, bin ID, or container ID. Quick traceability search for produce distribution.",
keywords: ["lot lookup", "search lots", "find lot", "traceability search", "lot number search", "bin lookup"],
};
export default async function LookupPage() {
const adminUser = await getAdminUser();
if (!adminUser) redirect("/login");