feat: deals table

This commit is contained in:
2024-08-20 19:58:00 +03:00
parent 191f8ee972
commit a96b99eb01
9 changed files with 290 additions and 159 deletions

View File

@@ -10,7 +10,6 @@ import {
IconMan,
IconMoon,
IconSun,
IconTable,
} from '@tabler/icons-react';
import classes from './Navbar.module.css';
import {useAppDispatch} from "../../redux/store.ts";
@@ -48,11 +47,11 @@ const mockdata = [
label: 'Сделки',
href: '/leads'
},
{
icon: IconTable,
label: 'Таблица сделок',
href: '/deals'
},
// {
// icon: IconTable,
// label: 'Таблица сделок',
// href: '/deals'
// },
{
icon: IconMan,
label: 'Клиенты',
@@ -104,6 +103,7 @@ export function Navbar() {
p={rem(5)}
>
<Image
flex={1}
// style={{filter: "drop-shadow(0 0 30px #fff)"}}
src={colorScheme == "dark" ? "/icons/logo-light.png" : "/icons/logo.png"}
/>