From 2e02cd88701a75ebc00d897d1e20b4958ccf4fff Mon Sep 17 00:00:00 2001 From: Anthony Debucquoy Date: Sat, 13 Apr 2024 15:56:43 +0200 Subject: [PATCH] Style bits redone --- frontend/src/Apps/Forums.vue | 30 +++++++++++++++++++----------- frontend/src/rest/forum.js | 4 +++- 2 files changed, 22 insertions(+), 12 deletions(-) diff --git a/frontend/src/Apps/Forums.vue b/frontend/src/Apps/Forums.vue index 50e17f6..0effc5c 100644 --- a/frontend/src/Apps/Forums.vue +++ b/frontend/src/Apps/Forums.vue @@ -18,7 +18,6 @@ const selectedCourse = ref(); const selectedForum = ref(); const Role = (await getSelf()).role; -const addForum = ref(false); const addForumName = ref(""); const addPost = ref(false); const addPostSubject = ref(""); @@ -33,10 +32,10 @@ const addPostContent = ref(""); - + -
{{ post.subject }}
@@ -49,14 +48,14 @@ const addPostContent = ref("");

{{msg.author.firtName}} {{msg.author.lastName}} - {{msg.content}}

- +
-