From 6d31104419e679541dd6159e6b8c30ccf474341b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D9=83=D8=A7=D8=B1=D9=84=20=D9=85=D8=A8=D8=A7=D8=B1=D9=83?= Date: Fri, 2 Jul 2021 14:35:21 +0200 Subject: [PATCH] real-time events in store, quoting parts of messages --- front/.env | 2 +- front/src/App.vue | 169 +++++++++-------------- front/src/api/zulip/index.js | 6 +- front/src/components/Content/Message.vue | 39 +++--- front/src/components/Content/index.vue | 24 ---- front/src/components/Rules/Rule.vue | 11 +- front/src/components/Rules/Styles.vue | 18 ++- front/src/components/Streams/Stream.vue | 1 - front/src/store/index.js | 145 ++++++++++++------- 9 files changed, 211 insertions(+), 204 deletions(-) diff --git a/front/.env b/front/.env index b5064f9..4a179f9 100644 --- a/front/.env +++ b/front/.env @@ -1,3 +1,3 @@ VUE_APP_ZULIP_email=pub-bot@chat.hackersanddesigners.nl -VUE_APP_ZULIP_key=PhvWW1FG1SV4UCZ10z61Evd6Nu1o4qRc +VUE_APP_ZULIP_key=m1MDxscGcPQx2RvIfgG4DiSHE1nurxms VUE_APP_ZULIP_site=https://chat.hackersanddesigners.nl diff --git a/front/src/App.vue b/front/src/App.vue index 2f32ebd..9675a49 100644 --- a/front/src/App.vue +++ b/front/src/App.vue @@ -1,5 +1,10 @@ diff --git a/front/src/components/Content/index.vue b/front/src/components/Content/index.vue index 49e0bb4..1e732e6 100644 --- a/front/src/components/Content/index.vue +++ b/front/src/components/Content/index.vue @@ -1,24 +1,6 @@ diff --git a/front/src/components/Rules/Rule.vue b/front/src/components/Rules/Rule.vue index faaee0c..bb4e6de 100644 --- a/front/src/components/Rules/Rule.vue +++ b/front/src/components/Rules/Rule.vue @@ -5,7 +5,10 @@ inline > --> - +

{{ rule.className }} {

-