diff --git a/frontend/src/components/manage/SettingsCard.svelte b/frontend/src/components/manage/SettingsCard.svelte index 286ec4d..b8ef350 100644 --- a/frontend/src/components/manage/SettingsCard.svelte +++ b/frontend/src/components/manage/SettingsCard.svelte @@ -1,666 +1,660 @@ - - -{#if data && loaded} - - Settings - - - - - General - - - - - Server Default - {#if data.locales} - {#each data.locales as locale} - {locale.local_name} - {/each} - {/if} - - - - - - - - - - - Thread Mode - - - - - - - - - - Tickets - - - - - Disabled - Uncategorised (Appears at top of channel - list) - {#each channels as channel} - {#if channel.type === 4} - - {channel.name} - - {/if} - {/each} - - - - - - - - - - - /open Command - - - - - - - - - - - - - - - - Context Menu (Start Ticket Dropdown) - - - - Everyone - Support Representative - Administrator - - - - - - - - - - Claiming - - - - - - - - - - Auto Close - - - - - - - - - - - - - - - - - - - - - - - Ticket Permissions - - - - - - - - - - Colour Scheme - - - - - - - - - - - - - Submit - - - - - -{/if} - - - - - - + + +{#if data && loaded} + + Settings + + + + + General + + + + + Server Default + {#if data.locales} + {#each data.locales as locale} + {locale.local_name} + {/each} + {/if} + + + + + + + + + + + Thread Mode + + + + + + + + + + Tickets + + + + + Disabled + Uncategorised (Appears at top of channel + list) + {#each channels as channel} + {#if channel.type === 4} + + {channel.name} + + {/if} + {/each} + + + + + + + + + + + /open Command + + + + + + + + + + + + + + + + Context Menu (Start Ticket Dropdown) + + + + Everyone + Support Representative + Administrator + + + + + + + + + + Claiming + + + + + + + + + + Auto Close + + + + + + + + + + + + + + + + + + + + + + + Ticket Permissions + + + + + + + + + + Colour Scheme + + + + + + + + + + + + + Submit + + + + + +{/if} + + + + + + \ No newline at end of file