feat: UI style refresh — Lucide icons, theme, slider, filters, buttons, VK
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import { useEffect, useState } from 'react'
|
||||
import Inventory2OutlinedIcon from '@mui/icons-material/Inventory2Outlined'
|
||||
import MenuRoundedIcon from '@mui/icons-material/MenuRounded'
|
||||
import { Menu, Package } from 'lucide-react'
|
||||
import AppBar from '@mui/material/AppBar'
|
||||
import Badge from '@mui/material/Badge'
|
||||
import Box from '@mui/material/Box'
|
||||
@@ -101,7 +100,7 @@ export function AppHeader() {
|
||||
edge="start"
|
||||
sx={{ mr: 1 }}
|
||||
>
|
||||
<MenuRoundedIcon />
|
||||
<Menu />
|
||||
</IconButton>
|
||||
)}
|
||||
|
||||
@@ -137,7 +136,7 @@ export function AppHeader() {
|
||||
<Tooltip title="Заказы">
|
||||
<IconButton color="inherit" sx={{ ml: 1 }} onClick={() => navigate('/me/orders')} aria-label="Заказы">
|
||||
<Badge color="secondary" badgeContent={activeOrdersCount} invisible={activeOrdersCount === 0}>
|
||||
<Inventory2OutlinedIcon />
|
||||
<Package />
|
||||
</Badge>
|
||||
</IconButton>
|
||||
</Tooltip>
|
||||
|
||||
Reference in New Issue
Block a user