diff --git a/src/components/VirtualLotteryPage.vue b/src/components/VirtualLotteryPage.vue index 531e588..38bb08a 100644 --- a/src/components/VirtualLotteryPage.vue +++ b/src/components/VirtualLotteryPage.vue @@ -82,7 +82,7 @@ export default { }; }, created() { - getChatHistory().then(messages => (this.chatHistory = messages)); + getChatHistory(0, 100).then(messages => (this.chatHistory = messages)); }, mounted() { this.track(); diff --git a/src/ui/Chat.vue b/src/ui/Chat.vue index e66ee08..0ac2a4f 100644 --- a/src/ui/Chat.vue +++ b/src/ui/Chat.vue @@ -2,24 +2,22 @@

Chat

-
-
-
- [{{ getTime(history.timestamp) }}] - {{ history.username }}: - {{ history.message }} -
-
-
- - - +
+
+ [{{ getTime(history.timestamp) }}] + {{ history.username }}: + {{ history.message }}
-
+
+ + + +
+