From a755c592dcd4a1fff0ea6fbdbf0410f34fb9888c Mon Sep 17 00:00:00 2001 From: sara-pervana Date: Sun, 19 Nov 2023 16:18:51 +0100 Subject: [PATCH] try to make the build go through --- .../components/dashboard/activity/index.tsx | 6 ---- pkgs/ui/src/mock/DLG/index.tsx | 35 ------------------- pkgs/ui/tailwind.config.js | 4 +-- 3 files changed, 2 insertions(+), 43 deletions(-) delete mode 100644 pkgs/ui/src/mock/DLG/index.tsx diff --git a/pkgs/ui/src/components/dashboard/activity/index.tsx b/pkgs/ui/src/components/dashboard/activity/index.tsx index 5882432..7276576 100644 --- a/pkgs/ui/src/components/dashboard/activity/index.tsx +++ b/pkgs/ui/src/components/dashboard/activity/index.tsx @@ -1,7 +1,5 @@ import { DashboardCard } from "@/components/card"; import { NoDataOverlay } from "@/components/noDataOverlay"; -import CustomTable from "@/components/table"; -import { DLGTableConfig, DLGdummyData } from "@/mock/DLG"; export const RecentActivity = () => { return ( @@ -9,10 +7,6 @@ export const RecentActivity = () => {
- -
- -
); }; diff --git a/pkgs/ui/src/mock/DLG/index.tsx b/pkgs/ui/src/mock/DLG/index.tsx deleted file mode 100644 index d0307da..0000000 --- a/pkgs/ui/src/mock/DLG/index.tsx +++ /dev/null @@ -1,35 +0,0 @@ -import { Checkbox } from "@mui/material" - -export const DLGdummyData = [ - { - requester_name: "C1", - "requester_did": "did:sov:test:1234", - "did_resolved": "did:sov:test:123", - "timestamp": "2023.11.01.17:05:48", - } -] - - -export const DLGTableConfig = [ - { - key: "requester_name", - label: "Requester Name" - }, - { - key: "requester_did", - label: "Requester DID" - }, - { - key: "did_resolved", - label: "DID Resolved" - }, - { - key: "timestamp", - label: "Timestamp" - }, - { - key: "visible", - label: "Visible", - render: (value: any) => - } -] diff --git a/pkgs/ui/tailwind.config.js b/pkgs/ui/tailwind.config.js index 8234f9a..3343255 100644 --- a/pkgs/ui/tailwind.config.js +++ b/pkgs/ui/tailwind.config.js @@ -1,6 +1,6 @@ /** @type {import('tailwindcss').Config} */ -// import colors from "@clan/colors/colors.json"; -import colors from "../theme/src/colors.json"; +import colors from "@clan/colors/colors.json"; +// import colors from "../theme/src/colors.json"; const { ref: { palette, common },