From ced7ebfcac6b2803bcfe27c944cca760a39b1a24 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Sun, 6 Dec 2020 17:52:08 +0100 Subject: [PATCH] Refined chat scroll handling & styling. Moved chat functionality from parent VirtualLotteryPage to isolate within Chat component. Chat has better handling for username validation. When receiving or sending messages to chat the scroll bar position more user-friendly when loading more pages, sending message or scrolling back in history while receiving messages. --- src/components/VirtualLotteryPage.vue | 65 +-------- src/ui/Chat.vue | 182 +++++++++++++++++--------- 2 files changed, 119 insertions(+), 128 deletions(-) diff --git a/src/components/VirtualLotteryPage.vue b/src/components/VirtualLotteryPage.vue index 74f9124..771ad63 100644 --- a/src/components/VirtualLotteryPage.vue +++ b/src/components/VirtualLotteryPage.vue @@ -40,22 +40,14 @@
- +