feat: add a date filter for master and maps

This commit is contained in:
2025-03-17 20:27:28 +03:00
parent 9b84ab4c4d
commit 1603d64caf
7 changed files with 65 additions and 28 deletions

View File

@@ -1,4 +1,4 @@
import { Box, Button, Heading, HStack, Divider, Flex } from '@chakra-ui/react';
import { Box, Button, Heading, HStack, Flex } from '@chakra-ui/react';
import React from 'react';
import { useLocation, Link } from 'react-router-dom';
import { useTranslation } from 'react-i18next';
@@ -30,7 +30,6 @@ const Header = () => {
{t('orders')}
</Button>
)}
<Divider orientation='vertical' height='30px' />
{URLs.armMaster.isOn && (
<Button
as={Link}