From c23b3f98e56f5ef486a02575d9b2ecf687758270 Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Wed, 14 Aug 2024 22:15:36 +0200 Subject: [PATCH] welcome to the wonder Lollms v 11 --- web/src/components/ActionButton.vue | 33 +++++++++++++++++++++++++++++ web/src/components/SocialIcon.vue | 31 +++++++++++++++++++++++++++ web/src/components/StatusIcon.vue | 20 +++++++++++++++++ 3 files changed, 84 insertions(+) create mode 100644 web/src/components/ActionButton.vue create mode 100644 web/src/components/SocialIcon.vue create mode 100644 web/src/components/StatusIcon.vue diff --git a/web/src/components/ActionButton.vue b/web/src/components/ActionButton.vue new file mode 100644 index 00000000..801c94fb --- /dev/null +++ b/web/src/components/ActionButton.vue @@ -0,0 +1,33 @@ + + + + \ No newline at end of file diff --git a/web/src/components/SocialIcon.vue b/web/src/components/SocialIcon.vue new file mode 100644 index 00000000..d3236cb6 --- /dev/null +++ b/web/src/components/SocialIcon.vue @@ -0,0 +1,31 @@ + + + + \ No newline at end of file diff --git a/web/src/components/StatusIcon.vue b/web/src/components/StatusIcon.vue new file mode 100644 index 00000000..add160fd --- /dev/null +++ b/web/src/components/StatusIcon.vue @@ -0,0 +1,20 @@ + + + + \ No newline at end of file