From 2324503ea49762282b9b525907fee017da9d93fd Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Mon, 18 Nov 2024 00:16:17 +0100 Subject: [PATCH] added components --- web/src/components/DictManager.vue | 169 ++++++++++ web/src/components/StatusIndicator.vue | 24 ++ web/src/components/code.vue | 420 +++++++++++++++++++++++++ 3 files changed, 613 insertions(+) create mode 100644 web/src/components/DictManager.vue create mode 100644 web/src/components/StatusIndicator.vue create mode 100644 web/src/components/code.vue diff --git a/web/src/components/DictManager.vue b/web/src/components/DictManager.vue new file mode 100644 index 00000000..763ac055 --- /dev/null +++ b/web/src/components/DictManager.vue @@ -0,0 +1,169 @@ + + + + \ No newline at end of file diff --git a/web/src/components/StatusIndicator.vue b/web/src/components/StatusIndicator.vue new file mode 100644 index 00000000..ee48c701 --- /dev/null +++ b/web/src/components/StatusIndicator.vue @@ -0,0 +1,24 @@ + + + \ No newline at end of file diff --git a/web/src/components/code.vue b/web/src/components/code.vue new file mode 100644 index 00000000..562888f8 --- /dev/null +++ b/web/src/components/code.vue @@ -0,0 +1,420 @@ + + + \ No newline at end of file