From ebda6424c773c94d1931e37333eb874036753d9d Mon Sep 17 00:00:00 2001 From: Theis Gaedigk Date: Fri, 5 Dec 2025 10:17:46 +0100 Subject: [PATCH 1/3] fixed design of item table in the admin panel --- admin/src/components/ItemTable.tsx | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/admin/src/components/ItemTable.tsx b/admin/src/components/ItemTable.tsx index ccadef0..fbb3d75 100644 --- a/admin/src/components/ItemTable.tsx +++ b/admin/src/components/ItemTable.tsx @@ -193,7 +193,12 @@ const ItemTable: React.FC = () => { {/* make table fill available width, like UserTable */} {!isLoading && ( - + @@ -208,10 +213,10 @@ const ItemTable: React.FC = () => { Im Schließfach - + Schließfachnummer - + Schlüssel @@ -226,7 +231,7 @@ const ItemTable: React.FC = () => { Dav ** - + Aktionen @@ -314,7 +319,7 @@ const ItemTable: React.FC = () => { {formatDateTime(item.entry_updated_at)} {item.last_borrowed_person} {item.currently_borrowing} - +