From a9b29b0f70d3b26437c454879d8bd06aa6b69bbd Mon Sep 17 00:00:00 2001 From: AbhiByreddy <54539671+ThunderBird260@users.noreply.github.com> Date: Fri, 2 Aug 2024 16:57:24 -0400 Subject: [PATCH 1/4] feat: UI for patchnotes on moderation, start of patchnotes page and component --- src/components/PatchNote.jsx | 23 ++++++++++++++ src/pages/moderation.jsx | 60 +++++++++++++++++++++++++++++++++++- src/pages/patch-notes.jsx | 36 ++++++++++++++++++++++ 3 files changed, 118 insertions(+), 1 deletion(-) create mode 100644 src/components/PatchNote.jsx create mode 100644 src/pages/patch-notes.jsx diff --git a/src/components/PatchNote.jsx b/src/components/PatchNote.jsx new file mode 100644 index 0000000..dc03cb5 --- /dev/null +++ b/src/components/PatchNote.jsx @@ -0,0 +1,23 @@ +import { MarkdownViewer } from '@/components/MarkdownViewer'; +import React from 'react'; + +export function PatchNote({props}) { + return ( + <> +