From b7464e84aafd38f1637c96ee69556389c9ecb1eb Mon Sep 17 00:00:00 2001 From: dragongoose Date: Mon, 19 Jun 2023 23:18:10 -0400 Subject: [PATCH] Clean this mess --- src/assets/types/index.ts | 2 +- src/components/TwitchChat.vue | 20 +++++----- src/main.ts | 4 +- src/mixins.ts | 15 +++---- src/types/Category.ts | 2 +- src/types/Search.ts | 8 ++-- src/types/Streamer.ts | 1 + src/types/index.ts | 3 +- src/views/CategoryView.vue | 73 +++++++++++++++-------------------- src/views/HomepageView.vue | 38 +++++++++--------- src/views/SearchPageView.vue | 1 - src/views/UserView.vue | 2 +- 12 files changed, 80 insertions(+), 89 deletions(-) diff --git a/src/assets/types/index.ts b/src/assets/types/index.ts index f85d431..b199bcb 100644 --- a/src/assets/types/index.ts +++ b/src/assets/types/index.ts @@ -1,2 +1,2 @@ export * from './Badge' -export * from './ParsedMessage' +export * from './ParsedMessage' \ No newline at end of file diff --git a/src/components/TwitchChat.vue b/src/components/TwitchChat.vue index 2e3c4cb..1b15141 100644 --- a/src/components/TwitchChat.vue +++ b/src/components/TwitchChat.vue @@ -1,10 +1,13 @@