diff --git a/tests/end_point_tests/endpoints.http b/tests/end_point_tests/endpoints.http index e392ecdb..926bca22 100644 --- a/tests/end_point_tests/endpoints.http +++ b/tests/end_point_tests/endpoints.http @@ -25,7 +25,7 @@ POST http://localhost:9600/delete_discussion Content-Type: application/json { - "id": 0 // Discussion ID Must be integer + "id": 0 } ############################################ ### Edit discussion title diff --git a/web/src/components/ChatBox.vue b/web/src/components/ChatBox.vue index 7df32a17..dc8e6d80 100644 --- a/web/src/components/ChatBox.vue +++ b/web/src/components/ChatBox.vue @@ -16,51 +16,64 @@
+ + + -
- -
-
- -
-
- - -
+
-
- {{ file.name }} +
+ +
+
-
-
+
+
+ -
+
-
-

- {{ computedFileSize(file.size) }} -

- + +
-
- -
-
- + +
@@ -86,14 +99,17 @@
-
- +
+ + +
- +
@@ -174,7 +190,7 @@ import MountedPersonalitiesComponent from './MountedPersonalitiesComponent.vue' -->