From 9447d4522f812e51b8b56a34f23d14eaedb48427 Mon Sep 17 00:00:00 2001 From: Jason Qin Date: Sat, 15 Jun 2024 22:25:44 +1000 Subject: [PATCH] autocommit 15-06-2024-22-25 --- pos-frontend/app/inventory/page.tsx | 52 ++++++++++++++++++++++++++--- 1 file changed, 48 insertions(+), 4 deletions(-) diff --git a/pos-frontend/app/inventory/page.tsx b/pos-frontend/app/inventory/page.tsx index 254ef9f..3bab1dc 100644 --- a/pos-frontend/app/inventory/page.tsx +++ b/pos-frontend/app/inventory/page.tsx @@ -1,10 +1,10 @@ "use client" import React, { useState } from 'react' -import { Box, Container, Paper, Table, Button, TextInput, useMantineTheme, Flex, Image } from '@mantine/core' +import { Box, Container, Paper, Table, Button, TextInput, useMantineTheme, Flex, Image, Grid } from '@mantine/core' import Example from './query' // import { Image as NextImage } from 'next/image' -import NextImage from 'next/image'; +import NextImage from 'next/image' import Prawn from "../images/aussietigerprawns.jpg" // import Prawn from "/aussietigerprawns.jpg" @@ -101,6 +101,50 @@ export default function InventoryPage() { + + {/* + + + + + + + + + + + + + */} + + {/* maybe instead, do 4 items on small. And double each time To 8 or 16 */} + + + + + {/* + + */} + + + + + + + + + {/* */} + {/* hi */} + + + + + 1 + 2 + 3 + 4 + + {/* would fetch the source from axios */} + {/* @@ -120,8 +165,7 @@ export default function InventoryPage() { - - + */} {/* */} {/* TIGER PRAWNS */}