diff --git a/.cspell.json b/.cspell.json index c574fe37b..2d252ec5b 100644 --- a/.cspell.json +++ b/.cspell.json @@ -5,6 +5,9 @@ "$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json", "words": [ "appdev", + "adipiscing", + "amet", + "aliqua", "signin", "APPSTORE", "barcodes", @@ -19,7 +22,12 @@ "clsxm", "commitlint", "compodoc", + "consectetur", + "dolor", + "dolore", "dummyimage", + "eiusmod", + "elit", "envalid", "everco", "everteamsdesktop", @@ -31,11 +39,14 @@ "heroicons", "Huhn", "icnsutils", + "incididunt", "isdragging", "isdraggingfrom", "isdropdisabled", + "ipsum", "JITSU", "kanban", + "Lorem", "libappindicator", "lucide", "mathieudutour", @@ -56,6 +67,7 @@ "testid", "Timesheet", "tanstack", + "tempor", "vcpu", "Vercel", "HUBSTAFF", @@ -78,6 +90,7 @@ "hyperscript", "nocheck", "locatio", + "labore", "falsey", "unhang", "popperjs", diff --git a/apps/web/components/ui/svgs/circular-progress.tsx b/apps/web/components/ui/svgs/circular-progress.tsx new file mode 100644 index 000000000..cbc79e264 --- /dev/null +++ b/apps/web/components/ui/svgs/circular-progress.tsx @@ -0,0 +1,50 @@ +export default function CircularProgress({ + radius=24, + cx=24, + cy=24, + percentage=55 +}: { + radius?: number, + cx?: number, + cy?: number, + percentage: number +}) { + const circumference = radius * 2 * Math.PI; + + return ( + <> +
#213
-{item.content}
+ + #213 + {item.content}