From bdde18af3214dc8117aadae172d0eaaa66183bc2 Mon Sep 17 00:00:00 2001 From: Scott Brown <71395931+xscottxbrownx@users.noreply.github.com> Date: Fri, 29 Jul 2022 10:45:38 -0700 Subject: [PATCH 1/3] update Button Style to Button Colour Change "Button Style" to "Button Colour" for ease of user understanding. <-- In reaction panel creation --- frontend/src/components/manage/PanelCreationForm.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/manage/PanelCreationForm.svelte b/frontend/src/components/manage/PanelCreationForm.svelte index 8565ab4..2efe008 100644 --- a/frontend/src/components/manage/PanelCreationForm.svelte +++ b/frontend/src/components/manage/PanelCreationForm.svelte @@ -26,7 +26,7 @@
- + From 3768d2d93b97df4578235e97864bbc4319ccd880 Mon Sep 17 00:00:00 2001 From: Scott Brown <71395931+xscottxbrownx@users.noreply.github.com> Date: Fri, 29 Jul 2022 11:18:08 -0700 Subject: [PATCH 2/3] Update DiscordMessages.svelte text/typo Changing Typo in: "Premium users can receive messages in real-time and response to tickets through the dashboard" to "Premium users can receive messages in real-time and respond to tickets through the dashboard" --- frontend/src/components/DiscordMessages.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/DiscordMessages.svelte b/frontend/src/components/DiscordMessages.svelte index ed525eb..22e0891 100644 --- a/frontend/src/components/DiscordMessages.svelte +++ b/frontend/src/components/DiscordMessages.svelte @@ -12,7 +12,7 @@
+ placeholder="{isPremium ? `Message #ticket-${ticketId}` : 'Premium users can receive messages in real-time and respond to tickets through the dashboard'}">
@@ -105,4 +105,4 @@ .message-input:focus, .message-input:focus-visible { outline-width: 0; } - \ No newline at end of file + From 1cef869dfec8e5cede371fbd91dcb2f6aa2a3bf3 Mon Sep 17 00:00:00 2001 From: Scott Brown <71395931+xscottxbrownx@users.noreply.github.com> Date: Fri, 29 Jul 2022 12:04:35 -0700 Subject: [PATCH 3/3] Update Panels.svelte - Titles of cards/sections Updated "Reaction Panels" title to "Your Reaction Panels" Updated "Multi-Panels" title to "Your Multi-Panels" Updated "Create A Multi-Panel" title to "Create Multi-Panel" --- frontend/src/views/Panels.svelte | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/views/Panels.svelte b/frontend/src/views/Panels.svelte index e2c406c..73e524e 100644 --- a/frontend/src/views/Panels.svelte +++ b/frontend/src/views/Panels.svelte @@ -28,7 +28,7 @@
- Reaction Panels + Your Reaction Panels

Your panel quota: {panels.length} / {isPremium ? '∞' : '3'}

@@ -85,7 +85,7 @@
- Multi-Panels + Your Multi-Panels
@@ -118,7 +118,7 @@
- Create A Multi-Panel + Create Multi-Panel

Note: The panels which you wish to combine into a multi-panel must already exist

@@ -474,4 +474,4 @@ td { padding: 10px 0 10px 10px; } - \ No newline at end of file +