From f76054d0265be0dbfe94063ec74ed48a8ea20b56 Mon Sep 17 00:00:00 2001 From: Lucemans Date: Thu, 22 Aug 2024 19:55:13 +0200 Subject: [PATCH] Introduce improved sample counting --- web/src/components/Navbar.tsx | 5 +-- web/src/components/PackSidebar.tsx | 57 ++++++++++++++++----------- web/src/components/SampleTray.tsx | 7 +++- web/src/routes/pack/$packId/index.tsx | 8 ++-- 4 files changed, 47 insertions(+), 30 deletions(-) diff --git a/web/src/components/Navbar.tsx b/web/src/components/Navbar.tsx index 354895f..f07ebc7 100644 --- a/web/src/components/Navbar.tsx +++ b/web/src/components/Navbar.tsx @@ -2,8 +2,6 @@ /* eslint-disable no-undef */ import { Link } from '@tanstack/react-router'; -const LOGIN_URL = 'http://localhost:3000/login'; - export const Navbar = () => { return (
@@ -11,6 +9,7 @@ export const Navbar = () => {