File tree Expand file tree Collapse file tree
lib/fragments/SettingsPage
routes/(protected)/settings Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 import { page } from ' $app/state' ;
44 import SettingsNavigationButton from ' $lib/fragments/SettingsNavigationButton/SettingsNavigationButton.svelte' ;
55 import {
6- CustomerSupportIcon ,
76 DatabaseIcon ,
87 Logout01Icon ,
9- Message01Icon ,
108 Notification02FreeIcons
119 } from ' @hugeicons/core-free-icons' ;
1210 import { HugeiconsIcon } from ' @hugeicons/svelte' ;
5149 {/ snippet }
5250 </SettingsNavigationButton >
5351 </div >
54- <div class =" {route === ` /settings/direct-messages ` ? ' bg-grey' : ' ' } rounded-xl p-2" >
55- <SettingsNavigationButton onclick ={() => goto (` /settings/direct-messages ` )}>
56- {#snippet leadingIcon ()}
57- <HugeiconsIcon
58- size =" 24px"
59- icon ={Message01Icon }
60- color =" var(--color-brand-burnt-orange)"
61- />
62- {/ snippet }
63- {#snippet children ()}
64- Direct Messages
65- {/ snippet }
66- </SettingsNavigationButton >
67- </div >
6852</div >
6953<hr class =" text-grey" />
7054<div class =" flex flex-col gap-3" >
8367 {/ snippet }
8468 </SettingsNavigationButton >
8569 </div >
86- <div class =" {route === ` /settings/support ` ? ' bg-grey' : ' ' } rounded-xl p-2" >
87- <SettingsNavigationButton onclick ={() => goto (` /settings/support ` )}>
88- {#snippet leadingIcon ()}
89- <HugeiconsIcon
90- size =" 24px"
91- icon ={CustomerSupportIcon }
92- color =" var(--color-brand-burnt-orange)"
93- />
94- {/ snippet }
95- {#snippet children ()}
96- Support
97- {/ snippet }
98- </SettingsNavigationButton >
99- </div >
100- </div >
101- <hr class =" text-grey" />
102- <div class =" flex flex-col gap-3" >
10370 <div class =" {route === ` /settings/logout ` ? ' bg-grey' : ' ' } rounded-xl p-2" >
10471 <SettingsNavigationButton onclick ={() => goto (` /settings/logout ` )}>
10572 {#snippet leadingIcon ()}
Original file line number Diff line number Diff line change 1010 {/ snippet }
1111 </SettingsNavigationButton >
1212 <hr class =" text-grey" />
13- <SettingsNavigationButton onclick ={() => goto (' /settings/account/email-address' )}>
14- {#snippet children ()}
15- Email Address
16- {/ snippet }
17- </SettingsNavigationButton >
18- <hr class =" text-grey" />
19- <SettingsNavigationButton onclick ={() => goto (' /settings/account/change-password' )}>
20- {#snippet children ()}
21- Change Password
22- {/ snippet }
23- </SettingsNavigationButton >
24- <hr class =" text-grey" />
2513 <SettingsNavigationButton onclick ={() => goto (' /settings/account/deactivate' )}>
2614 {#snippet children ()}
2715 Deactivate Account
Load diff This file was deleted.
Load diff This file was deleted.
Load diff This file was deleted.
Load diff This file was deleted.
Load diff This file was deleted.
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments