mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix(frontend): remove extra lines
This commit is contained in:
parent
44032d352b
commit
e2d6c59870
@ -21,7 +21,6 @@ import {
|
|||||||
} from "@mui/material";
|
} from "@mui/material";
|
||||||
import { FC } from "react";
|
import { FC } from "react";
|
||||||
|
|
||||||
|
|
||||||
import { useDelete } from "@/hooks/crud/useDelete";
|
import { useDelete } from "@/hooks/crud/useDelete";
|
||||||
import { useGet } from "@/hooks/crud/useGet";
|
import { useGet } from "@/hooks/crud/useGet";
|
||||||
import { useDialog } from "@/hooks/useDialog";
|
import { useDialog } from "@/hooks/useDialog";
|
||||||
|
@ -11,7 +11,6 @@ import FolderCopyIcon from "@mui/icons-material/FolderCopy";
|
|||||||
import { Box, Button, Divider, Grid, styled, Typography } from "@mui/material";
|
import { Box, Button, Divider, Grid, styled, Typography } from "@mui/material";
|
||||||
import { ChangeEvent, DragEvent, FC, useState } from "react";
|
import { ChangeEvent, DragEvent, FC, useState } from "react";
|
||||||
|
|
||||||
|
|
||||||
import { useUpload } from "@/hooks/crud/useUpload";
|
import { useUpload } from "@/hooks/crud/useUpload";
|
||||||
import { getDisplayDialogs, useDialog } from "@/hooks/useDialog";
|
import { getDisplayDialogs, useDialog } from "@/hooks/useDialog";
|
||||||
import { useToast } from "@/hooks/useToast";
|
import { useToast } from "@/hooks/useToast";
|
||||||
|
@ -23,7 +23,6 @@ import { useRouter } from "next/router";
|
|||||||
import { useEffect, useState } from "react";
|
import { useEffect, useState } from "react";
|
||||||
import { useForm } from "react-hook-form";
|
import { useForm } from "react-hook-form";
|
||||||
|
|
||||||
|
|
||||||
import { useAcceptInvite } from "@/hooks/entities/auth-hooks";
|
import { useAcceptInvite } from "@/hooks/entities/auth-hooks";
|
||||||
import { useToast } from "@/hooks/useToast";
|
import { useToast } from "@/hooks/useToast";
|
||||||
import { useTranslate } from "@/hooks/useTranslate";
|
import { useTranslate } from "@/hooks/useTranslate";
|
||||||
|
@ -12,7 +12,6 @@ import Link from "next/link";
|
|||||||
import { useRouter } from "next/router";
|
import { useRouter } from "next/router";
|
||||||
import { useForm } from "react-hook-form";
|
import { useForm } from "react-hook-form";
|
||||||
|
|
||||||
|
|
||||||
import { useResetPassword } from "@/hooks/entities/reset-hooks";
|
import { useResetPassword } from "@/hooks/entities/reset-hooks";
|
||||||
import { useToast } from "@/hooks/useToast";
|
import { useToast } from "@/hooks/useToast";
|
||||||
import { useTranslate } from "@/hooks/useTranslate";
|
import { useTranslate } from "@/hooks/useTranslate";
|
||||||
|
@ -10,7 +10,6 @@ import { Button, Grid, Paper, Typography } from "@mui/material";
|
|||||||
import Link from "next/link";
|
import Link from "next/link";
|
||||||
import { useForm } from "react-hook-form";
|
import { useForm } from "react-hook-form";
|
||||||
|
|
||||||
|
|
||||||
import { useRequestResetPassword } from "@/hooks/entities/reset-hooks";
|
import { useRequestResetPassword } from "@/hooks/entities/reset-hooks";
|
||||||
import { useToast } from "@/hooks/useToast";
|
import { useToast } from "@/hooks/useToast";
|
||||||
import { useTranslate } from "@/hooks/useTranslate";
|
import { useTranslate } from "@/hooks/useTranslate";
|
||||||
|
@ -17,7 +17,6 @@ import {
|
|||||||
} from "@mui/material";
|
} from "@mui/material";
|
||||||
import { FC } from "react";
|
import { FC } from "react";
|
||||||
|
|
||||||
|
|
||||||
import { DialogTitle } from "@/app-components/dialogs/DialogTitle";
|
import { DialogTitle } from "@/app-components/dialogs/DialogTitle";
|
||||||
import { DialogControl } from "@/hooks/useDialog";
|
import { DialogControl } from "@/hooks/useDialog";
|
||||||
import { useTranslate } from "@/hooks/useTranslate";
|
import { useTranslate } from "@/hooks/useTranslate";
|
||||||
|
@ -26,7 +26,6 @@ import {
|
|||||||
} from "@mui/material";
|
} from "@mui/material";
|
||||||
import React, { FC, useState } from "react";
|
import React, { FC, useState } from "react";
|
||||||
|
|
||||||
|
|
||||||
import { AnimatedChevron } from "@/app-components/icons/AnimatedChevron";
|
import { AnimatedChevron } from "@/app-components/icons/AnimatedChevron";
|
||||||
import { UnifiedIcon } from "@/app-components/icons/UnifiedIcon";
|
import { UnifiedIcon } from "@/app-components/icons/UnifiedIcon";
|
||||||
import { TMenuItem } from "@/app-components/menus/Sidebar";
|
import { TMenuItem } from "@/app-components/menus/Sidebar";
|
||||||
|
@ -11,7 +11,6 @@ import AddIcon from "@mui/icons-material/Add";
|
|||||||
import { Grid, Paper, Button, Box, debounce } from "@mui/material";
|
import { Grid, Paper, Button, Box, debounce } from "@mui/material";
|
||||||
import React, { useRef, useState } from "react";
|
import React, { useRef, useState } from "react";
|
||||||
|
|
||||||
|
|
||||||
import { DeleteDialog } from "@/app-components/dialogs/DeleteDialog";
|
import { DeleteDialog } from "@/app-components/dialogs/DeleteDialog";
|
||||||
import { NoDataOverlay } from "@/app-components/tables/NoDataOverlay";
|
import { NoDataOverlay } from "@/app-components/tables/NoDataOverlay";
|
||||||
import { useCreate } from "@/hooks/crud/useCreate";
|
import { useCreate } from "@/hooks/crud/useCreate";
|
||||||
|
@ -10,7 +10,6 @@ import { Dialog, DialogActions, DialogContent } from "@mui/material";
|
|||||||
import { FC, useEffect } from "react";
|
import { FC, useEffect } from "react";
|
||||||
import { useForm } from "react-hook-form";
|
import { useForm } from "react-hook-form";
|
||||||
|
|
||||||
|
|
||||||
import DialogButtons from "@/app-components/buttons/DialogButtons";
|
import DialogButtons from "@/app-components/buttons/DialogButtons";
|
||||||
import { DialogTitle } from "@/app-components/dialogs/DialogTitle";
|
import { DialogTitle } from "@/app-components/dialogs/DialogTitle";
|
||||||
import { ContentContainer } from "@/app-components/dialogs/layouts/ContentContainer";
|
import { ContentContainer } from "@/app-components/dialogs/layouts/ContentContainer";
|
||||||
|
@ -18,7 +18,6 @@ import {
|
|||||||
import { useEffect } from "react";
|
import { useEffect } from "react";
|
||||||
import { useFieldArray, useForm } from "react-hook-form";
|
import { useFieldArray, useForm } from "react-hook-form";
|
||||||
|
|
||||||
|
|
||||||
import DialogButtons from "@/app-components/buttons/DialogButtons";
|
import DialogButtons from "@/app-components/buttons/DialogButtons";
|
||||||
import {
|
import {
|
||||||
DialogTitle,
|
DialogTitle,
|
||||||
|
@ -17,7 +17,6 @@ import {
|
|||||||
useWatch,
|
useWatch,
|
||||||
} from "react-hook-form";
|
} from "react-hook-form";
|
||||||
|
|
||||||
|
|
||||||
import { IconButton } from "@/app-components/buttons/IconButton";
|
import { IconButton } from "@/app-components/buttons/IconButton";
|
||||||
import { Input } from "@/app-components/inputs/Input";
|
import { Input } from "@/app-components/inputs/Input";
|
||||||
import { useTranslate } from "@/hooks/useTranslate";
|
import { useTranslate } from "@/hooks/useTranslate";
|
||||||
|
@ -11,7 +11,6 @@ import AddIcon from "@mui/icons-material/Add";
|
|||||||
import { Button, Grid, Paper } from "@mui/material";
|
import { Button, Grid, Paper } from "@mui/material";
|
||||||
import { useRouter } from "next/router";
|
import { useRouter } from "next/router";
|
||||||
|
|
||||||
|
|
||||||
import { DeleteDialog } from "@/app-components/dialogs";
|
import { DeleteDialog } from "@/app-components/dialogs";
|
||||||
import { FilterTextfield } from "@/app-components/inputs/FilterTextfield";
|
import { FilterTextfield } from "@/app-components/inputs/FilterTextfield";
|
||||||
import {
|
import {
|
||||||
|
@ -13,7 +13,6 @@ import { Button, Chip, Grid, Paper, Switch, Typography } from "@mui/material";
|
|||||||
import Link from "next/link";
|
import Link from "next/link";
|
||||||
import { useRouter } from "next/router";
|
import { useRouter } from "next/router";
|
||||||
|
|
||||||
|
|
||||||
import { DeleteDialog } from "@/app-components/dialogs";
|
import { DeleteDialog } from "@/app-components/dialogs";
|
||||||
import { FilterTextfield } from "@/app-components/inputs/FilterTextfield";
|
import { FilterTextfield } from "@/app-components/inputs/FilterTextfield";
|
||||||
import {
|
import {
|
||||||
|
@ -17,7 +17,6 @@ import {
|
|||||||
import { FC, useEffect } from "react";
|
import { FC, useEffect } from "react";
|
||||||
import { Controller, useForm } from "react-hook-form";
|
import { Controller, useForm } from "react-hook-form";
|
||||||
|
|
||||||
|
|
||||||
import DialogButtons from "@/app-components/buttons/DialogButtons";
|
import DialogButtons from "@/app-components/buttons/DialogButtons";
|
||||||
import { DialogTitle } from "@/app-components/dialogs/DialogTitle";
|
import { DialogTitle } from "@/app-components/dialogs/DialogTitle";
|
||||||
import { ContentContainer } from "@/app-components/dialogs/layouts/ContentContainer";
|
import { ContentContainer } from "@/app-components/dialogs/layouts/ContentContainer";
|
||||||
|
@ -9,7 +9,6 @@
|
|||||||
import { Card, CardContent, Divider } from "@mui/material";
|
import { Card, CardContent, Divider } from "@mui/material";
|
||||||
import { MultiLineChart, ResponsiveChartContainer } from "eazychart-react";
|
import { MultiLineChart, ResponsiveChartContainer } from "eazychart-react";
|
||||||
|
|
||||||
|
|
||||||
import { StyledCardHeader } from "@/app-components/card/StyledCardHeader";
|
import { StyledCardHeader } from "@/app-components/card/StyledCardHeader";
|
||||||
import { useFindStats } from "@/hooks/entities/bot-stat-hooks";
|
import { useFindStats } from "@/hooks/entities/bot-stat-hooks";
|
||||||
import { useTranslate } from "@/hooks/useTranslate";
|
import { useTranslate } from "@/hooks/useTranslate";
|
||||||
|
@ -9,7 +9,6 @@
|
|||||||
import { Card, CardContent, Divider } from "@mui/material";
|
import { Card, CardContent, Divider } from "@mui/material";
|
||||||
import { MultiLineChart, ResponsiveChartContainer } from "eazychart-react";
|
import { MultiLineChart, ResponsiveChartContainer } from "eazychart-react";
|
||||||
|
|
||||||
|
|
||||||
import { StyledCardHeader } from "@/app-components/card/StyledCardHeader";
|
import { StyledCardHeader } from "@/app-components/card/StyledCardHeader";
|
||||||
import { useFindStats } from "@/hooks/entities/bot-stat-hooks";
|
import { useFindStats } from "@/hooks/entities/bot-stat-hooks";
|
||||||
import { useTranslate } from "@/hooks/useTranslate";
|
import { useTranslate } from "@/hooks/useTranslate";
|
||||||
|
@ -9,7 +9,6 @@
|
|||||||
import { Card, CardContent, Divider } from "@mui/material";
|
import { Card, CardContent, Divider } from "@mui/material";
|
||||||
import { MultiLineChart, ResponsiveChartContainer } from "eazychart-react";
|
import { MultiLineChart, ResponsiveChartContainer } from "eazychart-react";
|
||||||
|
|
||||||
|
|
||||||
import { StyledCardHeader } from "@/app-components/card/StyledCardHeader";
|
import { StyledCardHeader } from "@/app-components/card/StyledCardHeader";
|
||||||
import { useFindStats } from "@/hooks/entities/bot-stat-hooks";
|
import { useFindStats } from "@/hooks/entities/bot-stat-hooks";
|
||||||
import { useTranslate } from "@/hooks/useTranslate";
|
import { useTranslate } from "@/hooks/useTranslate";
|
||||||
|
@ -9,7 +9,6 @@
|
|||||||
import { Card, CardContent, Divider } from "@mui/material";
|
import { Card, CardContent, Divider } from "@mui/material";
|
||||||
import { ColumnChart, ResponsiveChartContainer } from "eazychart-react";
|
import { ColumnChart, ResponsiveChartContainer } from "eazychart-react";
|
||||||
|
|
||||||
|
|
||||||
import { StyledCardHeader } from "@/app-components/card/StyledCardHeader";
|
import { StyledCardHeader } from "@/app-components/card/StyledCardHeader";
|
||||||
import { useFindStats } from "@/hooks/entities/bot-stat-hooks";
|
import { useFindStats } from "@/hooks/entities/bot-stat-hooks";
|
||||||
import { useTranslate } from "@/hooks/useTranslate";
|
import { useTranslate } from "@/hooks/useTranslate";
|
||||||
|
@ -10,7 +10,6 @@ import DownloadIcon from "@mui/icons-material/Download";
|
|||||||
import { Button, Dialog, DialogContent } from "@mui/material";
|
import { Button, Dialog, DialogContent } from "@mui/material";
|
||||||
import { FC } from "react";
|
import { FC } from "react";
|
||||||
|
|
||||||
|
|
||||||
import { DialogTitle } from "@/app-components/dialogs";
|
import { DialogTitle } from "@/app-components/dialogs";
|
||||||
import { useDialog } from "@/hooks/useDialog";
|
import { useDialog } from "@/hooks/useDialog";
|
||||||
import { useTranslate } from "@/hooks/useTranslate";
|
import { useTranslate } from "@/hooks/useTranslate";
|
||||||
|
@ -17,7 +17,6 @@ import {
|
|||||||
import QuestionAnswerTwoToneIcon from "@mui/icons-material/QuestionAnswerTwoTone";
|
import QuestionAnswerTwoToneIcon from "@mui/icons-material/QuestionAnswerTwoTone";
|
||||||
import { debounce, Grid } from "@mui/material";
|
import { debounce, Grid } from "@mui/material";
|
||||||
|
|
||||||
|
|
||||||
import { useCreate } from "@/hooks/crud/useCreate";
|
import { useCreate } from "@/hooks/crud/useCreate";
|
||||||
import { useAuth } from "@/hooks/useAuth";
|
import { useAuth } from "@/hooks/useAuth";
|
||||||
import { useConfig } from "@/hooks/useConfig";
|
import { useConfig } from "@/hooks/useConfig";
|
||||||
|
@ -11,7 +11,6 @@ import { faHandPointRight } from "@fortawesome/free-solid-svg-icons";
|
|||||||
import { Button, Grid, IconButton, MenuItem, Typography } from "@mui/material";
|
import { Button, Grid, IconButton, MenuItem, Typography } from "@mui/material";
|
||||||
import { useEffect, useState } from "react";
|
import { useEffect, useState } from "react";
|
||||||
|
|
||||||
|
|
||||||
import { UnifiedIcon } from "@/app-components/icons/UnifiedIcon";
|
import { UnifiedIcon } from "@/app-components/icons/UnifiedIcon";
|
||||||
import { Input } from "@/app-components/inputs/Input";
|
import { Input } from "@/app-components/inputs/Input";
|
||||||
import { useFind } from "@/hooks/crud/useFind";
|
import { useFind } from "@/hooks/crud/useFind";
|
||||||
|
@ -11,7 +11,6 @@ import "@chatscope/chat-ui-kit-styles/dist/default/styles.min.css";
|
|||||||
import { Grid, MenuItem } from "@mui/material";
|
import { Grid, MenuItem } from "@mui/material";
|
||||||
import { useState } from "react";
|
import { useState } from "react";
|
||||||
|
|
||||||
|
|
||||||
import AutoCompleteEntitySelect from "@/app-components/inputs/AutoCompleteEntitySelect";
|
import AutoCompleteEntitySelect from "@/app-components/inputs/AutoCompleteEntitySelect";
|
||||||
import { Input } from "@/app-components/inputs/Input";
|
import { Input } from "@/app-components/inputs/Input";
|
||||||
import { useSearch } from "@/hooks/useSearch";
|
import { useSearch } from "@/hooks/useSearch";
|
||||||
|
@ -10,7 +10,6 @@ import { Dialog, DialogActions, DialogContent } from "@mui/material";
|
|||||||
import { FC, useEffect } from "react";
|
import { FC, useEffect } from "react";
|
||||||
import { useForm } from "react-hook-form";
|
import { useForm } from "react-hook-form";
|
||||||
|
|
||||||
|
|
||||||
import DialogButtons from "@/app-components/buttons/DialogButtons";
|
import DialogButtons from "@/app-components/buttons/DialogButtons";
|
||||||
import { DialogTitle } from "@/app-components/dialogs/DialogTitle";
|
import { DialogTitle } from "@/app-components/dialogs/DialogTitle";
|
||||||
import { ContentContainer } from "@/app-components/dialogs/layouts/ContentContainer";
|
import { ContentContainer } from "@/app-components/dialogs/layouts/ContentContainer";
|
||||||
|
@ -12,7 +12,6 @@ import { Button, Grid, Paper } from "@mui/material";
|
|||||||
import { GridColDef } from "@mui/x-data-grid";
|
import { GridColDef } from "@mui/x-data-grid";
|
||||||
import React from "react";
|
import React from "react";
|
||||||
|
|
||||||
|
|
||||||
import { DeleteDialog } from "@/app-components/dialogs/DeleteDialog";
|
import { DeleteDialog } from "@/app-components/dialogs/DeleteDialog";
|
||||||
import { FilterTextfield } from "@/app-components/inputs/FilterTextfield";
|
import { FilterTextfield } from "@/app-components/inputs/FilterTextfield";
|
||||||
import {
|
import {
|
||||||
|
@ -16,7 +16,6 @@ import {
|
|||||||
import { FC, useEffect } from "react";
|
import { FC, useEffect } from "react";
|
||||||
import { Controller, useForm } from "react-hook-form";
|
import { Controller, useForm } from "react-hook-form";
|
||||||
|
|
||||||
|
|
||||||
import DialogButtons from "@/app-components/buttons/DialogButtons";
|
import DialogButtons from "@/app-components/buttons/DialogButtons";
|
||||||
import { DialogTitle } from "@/app-components/dialogs/DialogTitle";
|
import { DialogTitle } from "@/app-components/dialogs/DialogTitle";
|
||||||
import { ContentContainer } from "@/app-components/dialogs/layouts/ContentContainer";
|
import { ContentContainer } from "@/app-components/dialogs/layouts/ContentContainer";
|
||||||
|
@ -10,7 +10,6 @@ import DriveFolderUploadIcon from "@mui/icons-material/DriveFolderUpload";
|
|||||||
import { Box, Grid, Paper } from "@mui/material";
|
import { Box, Grid, Paper } from "@mui/material";
|
||||||
import { GridColDef, GridEventListener } from "@mui/x-data-grid";
|
import { GridColDef, GridEventListener } from "@mui/x-data-grid";
|
||||||
|
|
||||||
|
|
||||||
import AttachmentThumbnail from "@/app-components/attachment/AttachmentThumbnail";
|
import AttachmentThumbnail from "@/app-components/attachment/AttachmentThumbnail";
|
||||||
import { DeleteDialog } from "@/app-components/dialogs/DeleteDialog";
|
import { DeleteDialog } from "@/app-components/dialogs/DeleteDialog";
|
||||||
import { FilterTextfield } from "@/app-components/inputs/FilterTextfield";
|
import { FilterTextfield } from "@/app-components/inputs/FilterTextfield";
|
||||||
|
@ -19,7 +19,6 @@ import {
|
|||||||
import { FC, useEffect } from "react";
|
import { FC, useEffect } from "react";
|
||||||
import { useForm } from "react-hook-form";
|
import { useForm } from "react-hook-form";
|
||||||
|
|
||||||
|
|
||||||
import DialogButtons from "@/app-components/buttons/DialogButtons";
|
import DialogButtons from "@/app-components/buttons/DialogButtons";
|
||||||
import { DialogTitle } from "@/app-components/dialogs/DialogTitle";
|
import { DialogTitle } from "@/app-components/dialogs/DialogTitle";
|
||||||
import { ContentContainer } from "@/app-components/dialogs/layouts/ContentContainer";
|
import { ContentContainer } from "@/app-components/dialogs/layouts/ContentContainer";
|
||||||
|
@ -9,7 +9,6 @@
|
|||||||
import { Dialog, DialogContent } from "@mui/material";
|
import { Dialog, DialogContent } from "@mui/material";
|
||||||
import { FC } from "react";
|
import { FC } from "react";
|
||||||
|
|
||||||
|
|
||||||
import { DialogTitle } from "@/app-components/dialogs/DialogTitle";
|
import { DialogTitle } from "@/app-components/dialogs/DialogTitle";
|
||||||
import { useUpdate } from "@/hooks/crud/useUpdate";
|
import { useUpdate } from "@/hooks/crud/useUpdate";
|
||||||
import { DialogControlProps } from "@/hooks/useDialog";
|
import { DialogControlProps } from "@/hooks/useDialog";
|
||||||
|
@ -11,7 +11,6 @@ import { useRouter } from "next/router";
|
|||||||
import { FC, useEffect } from "react";
|
import { FC, useEffect } from "react";
|
||||||
import { Controller, useForm } from "react-hook-form";
|
import { Controller, useForm } from "react-hook-form";
|
||||||
|
|
||||||
|
|
||||||
import DialogButtons from "@/app-components/buttons/DialogButtons";
|
import DialogButtons from "@/app-components/buttons/DialogButtons";
|
||||||
import { DialogTitle } from "@/app-components/dialogs/DialogTitle";
|
import { DialogTitle } from "@/app-components/dialogs/DialogTitle";
|
||||||
import { ContentContainer } from "@/app-components/dialogs/layouts/ContentContainer";
|
import { ContentContainer } from "@/app-components/dialogs/layouts/ContentContainer";
|
||||||
|
@ -9,7 +9,6 @@
|
|||||||
import { Box } from "@mui/material";
|
import { Box } from "@mui/material";
|
||||||
import React from "react";
|
import React from "react";
|
||||||
|
|
||||||
|
|
||||||
import { StyledCardHeader } from "@/app-components/card/StyledCardHeader";
|
import { StyledCardHeader } from "@/app-components/card/StyledCardHeader";
|
||||||
import { useCount } from "@/hooks/crud/useCount";
|
import { useCount } from "@/hooks/crud/useCount";
|
||||||
import { useTranslate } from "@/hooks/useTranslate";
|
import { useTranslate } from "@/hooks/useTranslate";
|
||||||
|
@ -11,7 +11,6 @@ import { Button, Chip, Grid } from "@mui/material";
|
|||||||
import { GridColDef } from "@mui/x-data-grid";
|
import { GridColDef } from "@mui/x-data-grid";
|
||||||
import { useRouter } from "next/router";
|
import { useRouter } from "next/router";
|
||||||
|
|
||||||
|
|
||||||
import { DeleteDialog } from "@/app-components/dialogs";
|
import { DeleteDialog } from "@/app-components/dialogs";
|
||||||
import { FilterTextfield } from "@/app-components/inputs/FilterTextfield";
|
import { FilterTextfield } from "@/app-components/inputs/FilterTextfield";
|
||||||
import {
|
import {
|
||||||
|
@ -14,7 +14,6 @@ import { GridColDef } from "@mui/x-data-grid";
|
|||||||
import { useRouter } from "next/router";
|
import { useRouter } from "next/router";
|
||||||
import { useEffect, useState } from "react";
|
import { useEffect, useState } from "react";
|
||||||
|
|
||||||
|
|
||||||
import { DeleteDialog } from "@/app-components/dialogs";
|
import { DeleteDialog } from "@/app-components/dialogs";
|
||||||
import { FilterTextfield } from "@/app-components/inputs/FilterTextfield";
|
import { FilterTextfield } from "@/app-components/inputs/FilterTextfield";
|
||||||
import {
|
import {
|
||||||
|
@ -12,7 +12,6 @@ import dynamic from "next/dynamic";
|
|||||||
import { useRouter } from "next/router";
|
import { useRouter } from "next/router";
|
||||||
import React from "react";
|
import React from "react";
|
||||||
|
|
||||||
|
|
||||||
import { TabPanel } from "@/app-components/tabs/TabPanel";
|
import { TabPanel } from "@/app-components/tabs/TabPanel";
|
||||||
import { useCreate } from "@/hooks/crud/useCreate";
|
import { useCreate } from "@/hooks/crud/useCreate";
|
||||||
import { useFind } from "@/hooks/crud/useFind";
|
import { useFind } from "@/hooks/crud/useFind";
|
||||||
|
@ -25,7 +25,6 @@ import {
|
|||||||
} from "@mui/material";
|
} from "@mui/material";
|
||||||
import { useState, FC, useEffect } from "react";
|
import { useState, FC, useEffect } from "react";
|
||||||
|
|
||||||
|
|
||||||
import { IconButton } from "@/app-components/buttons/IconButton";
|
import { IconButton } from "@/app-components/buttons/IconButton";
|
||||||
import { DialogTitle } from "@/app-components/dialogs/DialogTitle";
|
import { DialogTitle } from "@/app-components/dialogs/DialogTitle";
|
||||||
import { Input } from "@/app-components/inputs/Input";
|
import { Input } from "@/app-components/inputs/Input";
|
||||||
|
@ -10,7 +10,6 @@ import { Dialog, DialogActions, DialogContent } from "@mui/material";
|
|||||||
import { FC, useEffect } from "react";
|
import { FC, useEffect } from "react";
|
||||||
import { useForm } from "react-hook-form";
|
import { useForm } from "react-hook-form";
|
||||||
|
|
||||||
|
|
||||||
import DialogButtons from "@/app-components/buttons/DialogButtons";
|
import DialogButtons from "@/app-components/buttons/DialogButtons";
|
||||||
import { DialogTitle } from "@/app-components/dialogs/DialogTitle";
|
import { DialogTitle } from "@/app-components/dialogs/DialogTitle";
|
||||||
import { ContentContainer } from "@/app-components/dialogs/layouts/ContentContainer";
|
import { ContentContainer } from "@/app-components/dialogs/layouts/ContentContainer";
|
||||||
|
@ -17,7 +17,6 @@ import Link from "next/link";
|
|||||||
import { useEffect, FC, useState } from "react";
|
import { useEffect, FC, useState } from "react";
|
||||||
import { Controller, useForm } from "react-hook-form";
|
import { Controller, useForm } from "react-hook-form";
|
||||||
|
|
||||||
|
|
||||||
import DialogButtons from "@/app-components/buttons/DialogButtons";
|
import DialogButtons from "@/app-components/buttons/DialogButtons";
|
||||||
import { DialogTitle } from "@/app-components/dialogs/DialogTitle";
|
import { DialogTitle } from "@/app-components/dialogs/DialogTitle";
|
||||||
import { ContentContainer } from "@/app-components/dialogs/layouts/ContentContainer";
|
import { ContentContainer } from "@/app-components/dialogs/layouts/ContentContainer";
|
||||||
|
@ -12,7 +12,6 @@ import { Grid, IconButton, MenuItem, Paper } from "@mui/material";
|
|||||||
import { GridColDef } from "@mui/x-data-grid";
|
import { GridColDef } from "@mui/x-data-grid";
|
||||||
import React, { useState } from "react";
|
import React, { useState } from "react";
|
||||||
|
|
||||||
|
|
||||||
import { ChipEntity } from "@/app-components/displays/ChipEntity";
|
import { ChipEntity } from "@/app-components/displays/ChipEntity";
|
||||||
import { FilterTextfield } from "@/app-components/inputs/FilterTextfield";
|
import { FilterTextfield } from "@/app-components/inputs/FilterTextfield";
|
||||||
import { Input } from "@/app-components/inputs/Input";
|
import { Input } from "@/app-components/inputs/Input";
|
||||||
|
@ -16,7 +16,6 @@ import {
|
|||||||
import { FC, useEffect } from "react";
|
import { FC, useEffect } from "react";
|
||||||
import { Controller, useForm } from "react-hook-form";
|
import { Controller, useForm } from "react-hook-form";
|
||||||
|
|
||||||
|
|
||||||
import DialogButtons from "@/app-components/buttons/DialogButtons";
|
import DialogButtons from "@/app-components/buttons/DialogButtons";
|
||||||
import { DialogTitle } from "@/app-components/dialogs/DialogTitle";
|
import { DialogTitle } from "@/app-components/dialogs/DialogTitle";
|
||||||
import { ContentContainer } from "@/app-components/dialogs/layouts/ContentContainer";
|
import { ContentContainer } from "@/app-components/dialogs/layouts/ContentContainer";
|
||||||
|
@ -11,7 +11,6 @@ import AutorenewIcon from "@mui/icons-material/Autorenew";
|
|||||||
import { Button, Chip, Grid, Paper, Stack } from "@mui/material";
|
import { Button, Chip, Grid, Paper, Stack } from "@mui/material";
|
||||||
import { GridColDef } from "@mui/x-data-grid";
|
import { GridColDef } from "@mui/x-data-grid";
|
||||||
|
|
||||||
|
|
||||||
import { DeleteDialog } from "@/app-components/dialogs";
|
import { DeleteDialog } from "@/app-components/dialogs";
|
||||||
import { FilterTextfield } from "@/app-components/inputs/FilterTextfield";
|
import { FilterTextfield } from "@/app-components/inputs/FilterTextfield";
|
||||||
import {
|
import {
|
||||||
|
@ -17,7 +17,6 @@ import Link from "next/link";
|
|||||||
import { FC, useEffect, useState } from "react";
|
import { FC, useEffect, useState } from "react";
|
||||||
import { Controller, useForm } from "react-hook-form";
|
import { Controller, useForm } from "react-hook-form";
|
||||||
|
|
||||||
|
|
||||||
import DialogButtons from "@/app-components/buttons/DialogButtons";
|
import DialogButtons from "@/app-components/buttons/DialogButtons";
|
||||||
import { DialogTitle } from "@/app-components/dialogs/DialogTitle";
|
import { DialogTitle } from "@/app-components/dialogs/DialogTitle";
|
||||||
import { ContentContainer } from "@/app-components/dialogs/layouts/ContentContainer";
|
import { ContentContainer } from "@/app-components/dialogs/layouts/ContentContainer";
|
||||||
|
@ -12,7 +12,6 @@ import { Button, Dialog, DialogActions, DialogContent } from "@mui/material";
|
|||||||
import { FC, useEffect } from "react";
|
import { FC, useEffect } from "react";
|
||||||
import { Controller, useForm } from "react-hook-form";
|
import { Controller, useForm } from "react-hook-form";
|
||||||
|
|
||||||
|
|
||||||
import { DialogTitle } from "@/app-components/dialogs/DialogTitle";
|
import { DialogTitle } from "@/app-components/dialogs/DialogTitle";
|
||||||
import { ContentContainer } from "@/app-components/dialogs/layouts/ContentContainer";
|
import { ContentContainer } from "@/app-components/dialogs/layouts/ContentContainer";
|
||||||
import { ContentItem } from "@/app-components/dialogs/layouts/ContentItem";
|
import { ContentItem } from "@/app-components/dialogs/layouts/ContentItem";
|
||||||
|
@ -11,7 +11,6 @@ import PersonAddAlt1Icon from "@mui/icons-material/PersonAddAlt1";
|
|||||||
import { Button, Grid, Paper, Switch } from "@mui/material";
|
import { Button, Grid, Paper, Switch } from "@mui/material";
|
||||||
import { GridColDef } from "@mui/x-data-grid";
|
import { GridColDef } from "@mui/x-data-grid";
|
||||||
|
|
||||||
|
|
||||||
import { ChipEntity } from "@/app-components/displays/ChipEntity";
|
import { ChipEntity } from "@/app-components/displays/ChipEntity";
|
||||||
import { FilterTextfield } from "@/app-components/inputs/FilterTextfield";
|
import { FilterTextfield } from "@/app-components/inputs/FilterTextfield";
|
||||||
import {
|
import {
|
||||||
|
@ -9,7 +9,6 @@
|
|||||||
import { Grid, IconButton, Paper, Typography, styled } from "@mui/material";
|
import { Grid, IconButton, Paper, Typography, styled } from "@mui/material";
|
||||||
import { FC, SVGProps } from "react";
|
import { FC, SVGProps } from "react";
|
||||||
|
|
||||||
|
|
||||||
import AttachmentIcon from "@/app-components/svg/toolbar/AttachmentIcon";
|
import AttachmentIcon from "@/app-components/svg/toolbar/AttachmentIcon";
|
||||||
import ButtonsIcon from "@/app-components/svg/toolbar/ButtonsIcon";
|
import ButtonsIcon from "@/app-components/svg/toolbar/ButtonsIcon";
|
||||||
import ListIcon from "@/app-components/svg/toolbar/ListIcon";
|
import ListIcon from "@/app-components/svg/toolbar/ListIcon";
|
||||||
|
@ -21,7 +21,6 @@ import {
|
|||||||
import { FC, useEffect, useState } from "react";
|
import { FC, useEffect, useState } from "react";
|
||||||
import { Controller, useForm } from "react-hook-form";
|
import { Controller, useForm } from "react-hook-form";
|
||||||
|
|
||||||
|
|
||||||
import DialogButtons from "@/app-components/buttons/DialogButtons";
|
import DialogButtons from "@/app-components/buttons/DialogButtons";
|
||||||
import { DialogTitle } from "@/app-components/dialogs/DialogTitle";
|
import { DialogTitle } from "@/app-components/dialogs/DialogTitle";
|
||||||
import { ContentContainer } from "@/app-components/dialogs/layouts/ContentContainer";
|
import { ContentContainer } from "@/app-components/dialogs/layouts/ContentContainer";
|
||||||
|
@ -8,7 +8,6 @@
|
|||||||
|
|
||||||
import { Grid } from "@mui/material";
|
import { Grid } from "@mui/material";
|
||||||
|
|
||||||
|
|
||||||
import PluginIcon from "@/app-components/svg/toolbar/PluginIcon";
|
import PluginIcon from "@/app-components/svg/toolbar/PluginIcon";
|
||||||
import { useFind } from "@/hooks/crud/useFind";
|
import { useFind } from "@/hooks/crud/useFind";
|
||||||
import { useTranslate } from "@/hooks/useTranslate";
|
import { useTranslate } from "@/hooks/useTranslate";
|
||||||
|
@ -8,7 +8,6 @@
|
|||||||
|
|
||||||
import { Controller, useFormContext } from "react-hook-form";
|
import { Controller, useFormContext } from "react-hook-form";
|
||||||
|
|
||||||
|
|
||||||
import AttachmentInput from "@/app-components/attachment/AttachmentInput";
|
import AttachmentInput from "@/app-components/attachment/AttachmentInput";
|
||||||
import { ContentItem } from "@/app-components/dialogs";
|
import { ContentItem } from "@/app-components/dialogs";
|
||||||
import AttachmentIcon from "@/app-components/svg/toolbar/AttachmentIcon";
|
import AttachmentIcon from "@/app-components/svg/toolbar/AttachmentIcon";
|
||||||
|
@ -8,7 +8,6 @@
|
|||||||
|
|
||||||
import { Controller, useFormContext } from "react-hook-form";
|
import { Controller, useFormContext } from "react-hook-form";
|
||||||
|
|
||||||
|
|
||||||
import { ContentItem } from "@/app-components/dialogs";
|
import { ContentItem } from "@/app-components/dialogs";
|
||||||
import { Input } from "@/app-components/inputs/Input";
|
import { Input } from "@/app-components/inputs/Input";
|
||||||
import ButtonsIcon from "@/app-components/svg/toolbar/ButtonsIcon";
|
import ButtonsIcon from "@/app-components/svg/toolbar/ButtonsIcon";
|
||||||
|
@ -9,7 +9,6 @@
|
|||||||
import { Typography } from "@mui/material";
|
import { Typography } from "@mui/material";
|
||||||
import { Controller, useFormContext } from "react-hook-form";
|
import { Controller, useFormContext } from "react-hook-form";
|
||||||
|
|
||||||
|
|
||||||
import { ContentContainer } from "@/app-components/dialogs/layouts/ContentContainer";
|
import { ContentContainer } from "@/app-components/dialogs/layouts/ContentContainer";
|
||||||
import { ContentItem } from "@/app-components/dialogs/layouts/ContentItem";
|
import { ContentItem } from "@/app-components/dialogs/layouts/ContentItem";
|
||||||
import AutoCompleteEntitySelect from "@/app-components/inputs/AutoCompleteEntitySelect";
|
import AutoCompleteEntitySelect from "@/app-components/inputs/AutoCompleteEntitySelect";
|
||||||
|
@ -8,7 +8,6 @@
|
|||||||
|
|
||||||
import { Controller, useFormContext } from "react-hook-form";
|
import { Controller, useFormContext } from "react-hook-form";
|
||||||
|
|
||||||
|
|
||||||
import { ContentItem } from "@/app-components/dialogs";
|
import { ContentItem } from "@/app-components/dialogs";
|
||||||
import { Input } from "@/app-components/inputs/Input";
|
import { Input } from "@/app-components/inputs/Input";
|
||||||
import QuickRepliesIcon from "@/app-components/svg/toolbar/QuickRepliesIcon";
|
import QuickRepliesIcon from "@/app-components/svg/toolbar/QuickRepliesIcon";
|
||||||
|
@ -8,7 +8,6 @@
|
|||||||
|
|
||||||
import { Controller, useFormContext } from "react-hook-form";
|
import { Controller, useFormContext } from "react-hook-form";
|
||||||
|
|
||||||
|
|
||||||
import { ContentItem } from "@/app-components/dialogs";
|
import { ContentItem } from "@/app-components/dialogs";
|
||||||
import MultipleInput from "@/app-components/inputs/MultipleInput";
|
import MultipleInput from "@/app-components/inputs/MultipleInput";
|
||||||
import SimpleTextIcon from "@/app-components/svg/toolbar/SimpleTextIcon";
|
import SimpleTextIcon from "@/app-components/svg/toolbar/SimpleTextIcon";
|
||||||
|
@ -9,7 +9,6 @@
|
|||||||
import { Divider } from "@mui/material";
|
import { Divider } from "@mui/material";
|
||||||
import { Controller, useFormContext } from "react-hook-form";
|
import { Controller, useFormContext } from "react-hook-form";
|
||||||
|
|
||||||
|
|
||||||
import { ContentContainer } from "@/app-components/dialogs/layouts/ContentContainer";
|
import { ContentContainer } from "@/app-components/dialogs/layouts/ContentContainer";
|
||||||
import { ContentItem } from "@/app-components/dialogs/layouts/ContentItem";
|
import { ContentItem } from "@/app-components/dialogs/layouts/ContentItem";
|
||||||
import AutoCompleteEntitySelect from "@/app-components/inputs/AutoCompleteEntitySelect";
|
import AutoCompleteEntitySelect from "@/app-components/inputs/AutoCompleteEntitySelect";
|
||||||
|
@ -10,7 +10,6 @@ import { Grid, MenuItem } from "@mui/material";
|
|||||||
import { FC } from "react";
|
import { FC } from "react";
|
||||||
import { FieldPath, useFormContext } from "react-hook-form";
|
import { FieldPath, useFormContext } from "react-hook-form";
|
||||||
|
|
||||||
|
|
||||||
import { Input } from "@/app-components/inputs/Input";
|
import { Input } from "@/app-components/inputs/Input";
|
||||||
import { ToggleableInput } from "@/app-components/inputs/ToggleableInput";
|
import { ToggleableInput } from "@/app-components/inputs/ToggleableInput";
|
||||||
import { useTranslate } from "@/hooks/useTranslate";
|
import { useTranslate } from "@/hooks/useTranslate";
|
||||||
|
@ -10,7 +10,6 @@ import { Grid, MenuItem } from "@mui/material";
|
|||||||
import { FC, useState } from "react";
|
import { FC, useState } from "react";
|
||||||
import { useFormContext } from "react-hook-form";
|
import { useFormContext } from "react-hook-form";
|
||||||
|
|
||||||
|
|
||||||
import { Input } from "@/app-components/inputs/Input";
|
import { Input } from "@/app-components/inputs/Input";
|
||||||
import { ToggleableInput } from "@/app-components/inputs/ToggleableInput";
|
import { ToggleableInput } from "@/app-components/inputs/ToggleableInput";
|
||||||
import { useTranslate } from "@/hooks/useTranslate";
|
import { useTranslate } from "@/hooks/useTranslate";
|
||||||
|
@ -11,7 +11,6 @@ import { Grid } from "@mui/material";
|
|||||||
import { FC } from "react";
|
import { FC } from "react";
|
||||||
import { useFormContext } from "react-hook-form";
|
import { useFormContext } from "react-hook-form";
|
||||||
|
|
||||||
|
|
||||||
import AutoCompleteEntitySelect from "@/app-components/inputs/AutoCompleteEntitySelect";
|
import AutoCompleteEntitySelect from "@/app-components/inputs/AutoCompleteEntitySelect";
|
||||||
import AutoCompleteSelect from "@/app-components/inputs/AutoCompleteSelect";
|
import AutoCompleteSelect from "@/app-components/inputs/AutoCompleteSelect";
|
||||||
import { useFind } from "@/hooks/crud/useFind";
|
import { useFind } from "@/hooks/crud/useFind";
|
||||||
|
@ -12,7 +12,6 @@ import { Accordion, AccordionDetails, AccordionSummary } from "@mui/material";
|
|||||||
import { FC, useEffect, useState } from "react";
|
import { FC, useEffect, useState } from "react";
|
||||||
import { useFormContext } from "react-hook-form";
|
import { useFormContext } from "react-hook-form";
|
||||||
|
|
||||||
|
|
||||||
import { ContentContainer, ContentItem } from "@/app-components/dialogs";
|
import { ContentContainer, ContentItem } from "@/app-components/dialogs";
|
||||||
import { Input } from "@/app-components/inputs/Input";
|
import { Input } from "@/app-components/inputs/Input";
|
||||||
import MultipleInput from "@/app-components/inputs/MultipleInput";
|
import MultipleInput from "@/app-components/inputs/MultipleInput";
|
||||||
|
@ -9,7 +9,6 @@
|
|||||||
import { Box, Typography } from "@mui/material";
|
import { Box, Typography } from "@mui/material";
|
||||||
import { useMemo } from "react";
|
import { useMemo } from "react";
|
||||||
|
|
||||||
|
|
||||||
import AutoCompleteSelect from "@/app-components/inputs/AutoCompleteSelect";
|
import AutoCompleteSelect from "@/app-components/inputs/AutoCompleteSelect";
|
||||||
import { useFind } from "@/hooks/crud/useFind";
|
import { useFind } from "@/hooks/crud/useFind";
|
||||||
import { useGetFromCache } from "@/hooks/crud/useGet";
|
import { useGetFromCache } from "@/hooks/crud/useGet";
|
||||||
|
@ -10,7 +10,6 @@ import { Box, Grid, MenuItem, Typography } from "@mui/material";
|
|||||||
import { FC, useEffect, useState } from "react";
|
import { FC, useEffect, useState } from "react";
|
||||||
import { RegisterOptions, useFormContext } from "react-hook-form";
|
import { RegisterOptions, useFormContext } from "react-hook-form";
|
||||||
|
|
||||||
|
|
||||||
import AutoCompleteEntitySelect from "@/app-components/inputs/AutoCompleteEntitySelect";
|
import AutoCompleteEntitySelect from "@/app-components/inputs/AutoCompleteEntitySelect";
|
||||||
import { Input } from "@/app-components/inputs/Input";
|
import { Input } from "@/app-components/inputs/Input";
|
||||||
import { RegexInput } from "@/app-components/inputs/RegexInput";
|
import { RegexInput } from "@/app-components/inputs/RegexInput";
|
||||||
|
@ -9,7 +9,6 @@
|
|||||||
import { Box, Typography } from "@mui/material";
|
import { Box, Typography } from "@mui/material";
|
||||||
import { useMemo } from "react";
|
import { useMemo } from "react";
|
||||||
|
|
||||||
|
|
||||||
import AutoCompleteSelect from "@/app-components/inputs/AutoCompleteSelect";
|
import AutoCompleteSelect from "@/app-components/inputs/AutoCompleteSelect";
|
||||||
import { useGetFromCache } from "@/hooks/crud/useGet";
|
import { useGetFromCache } from "@/hooks/crud/useGet";
|
||||||
import { useTranslate } from "@/hooks/useTranslate";
|
import { useTranslate } from "@/hooks/useTranslate";
|
||||||
|
@ -9,7 +9,6 @@
|
|||||||
import { Grid } from "@mui/material";
|
import { Grid } from "@mui/material";
|
||||||
import dynamic from "next/dynamic";
|
import dynamic from "next/dynamic";
|
||||||
|
|
||||||
|
|
||||||
const Diagrams = dynamic(() => import("./v2/Diagrams"), { ssr: false });
|
const Diagrams = dynamic(() => import("./v2/Diagrams"), { ssr: false });
|
||||||
const VisualEditorProvider = dynamic(() => import("./hooks/useVisualEditor"), {
|
const VisualEditorProvider = dynamic(() => import("./hooks/useVisualEditor"), {
|
||||||
ssr: false,
|
ssr: false,
|
||||||
|
@ -37,7 +37,6 @@ import {
|
|||||||
useState,
|
useState,
|
||||||
} from "react";
|
} from "react";
|
||||||
|
|
||||||
|
|
||||||
import { DeleteDialog } from "@/app-components/dialogs";
|
import { DeleteDialog } from "@/app-components/dialogs";
|
||||||
import { CategoryDialog } from "@/components/categories/CategoryDialog";
|
import { CategoryDialog } from "@/components/categories/CategoryDialog";
|
||||||
import { useDelete, useDeleteFromCache } from "@/hooks/crud/useDelete";
|
import { useDelete, useDeleteFromCache } from "@/hooks/crud/useDelete";
|
||||||
|
@ -19,7 +19,6 @@ import {
|
|||||||
import MuiAppBar, { AppBarProps as MuiAppBarProps } from "@mui/material/AppBar";
|
import MuiAppBar, { AppBarProps as MuiAppBarProps } from "@mui/material/AppBar";
|
||||||
import { FC, useEffect, useRef, useState } from "react";
|
import { FC, useEffect, useRef, useState } from "react";
|
||||||
|
|
||||||
|
|
||||||
import { HexabotLogo } from "@/app-components/logos/HexabotLogo";
|
import { HexabotLogo } from "@/app-components/logos/HexabotLogo";
|
||||||
import { PopoverMenu } from "@/app-components/menus/PopoverMenu";
|
import { PopoverMenu } from "@/app-components/menus/PopoverMenu";
|
||||||
import { getAvatarSrc } from "@/components/inbox/helpers/mapMessages";
|
import { getAvatarSrc } from "@/components/inbox/helpers/mapMessages";
|
||||||
|
@ -11,7 +11,6 @@ import { Avatar, Box, Typography } from "@mui/material";
|
|||||||
import UiChatWidget from "hexabot-widget/src/UiChatWidget";
|
import UiChatWidget from "hexabot-widget/src/UiChatWidget";
|
||||||
import { ReactElement } from "react";
|
import { ReactElement } from "react";
|
||||||
|
|
||||||
|
|
||||||
import { getAvatarSrc } from "@/components/inbox/helpers/mapMessages";
|
import { getAvatarSrc } from "@/components/inbox/helpers/mapMessages";
|
||||||
import { VisualEditor } from "@/components/visual-editor";
|
import { VisualEditor } from "@/components/visual-editor";
|
||||||
import { useConfig } from "@/hooks/useConfig";
|
import { useConfig } from "@/hooks/useConfig";
|
||||||
|
Loading…
Reference in New Issue
Block a user