feat: navbar buttons depended on selected project

This commit is contained in:
2025-10-05 19:54:02 +04:00
parent b35961329e
commit 665625557d
15 changed files with 233 additions and 145 deletions

View File

@ -1,3 +1,5 @@
"use client";
import { FC } from "react";
import { IMaskInput } from "react-imask";
import {

View File

@ -1,3 +1,5 @@
"use client";
import { FC, useEffect, useMemo, useState } from "react";
import { Text } from "@mantine/core";
import useClientsList from "@/app/clients/hooks/useClientsList";

View File

@ -1,3 +1,5 @@
"use client";
import { FC, useEffect, useRef, useState } from "react";
import { isNull } from "lodash";
import type { Swiper as SwiperClass } from "swiper/types";