This marks the Antd upgrades, it is not in a stable state.

Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
Dave Richer
2023-12-13 16:19:04 -05:00
parent 64f56d20dd
commit 25173b0903
28 changed files with 1715 additions and 955 deletions

View File

@@ -1,7 +1,8 @@
import { SyncOutlined } from "@ant-design/icons";
import { useApolloClient } from "@apollo/client";
import Board, { moveCard } from "@asseinfo/react-kanban";
import { Button, Grid, notification, PageHeader, Space, Statistic } from "antd";
import { Button, Grid, notification, Space, Statistic } from "antd";
import {PageHeader} from "@ant-design/pro-layout";
import React, { useEffect, useState } from "react";
import { useTranslation } from "react-i18next";
import { connect } from "react-redux";