File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
src/Exceptionless.Web/ClientApp/src/routes/(app)/project/[projectId] Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 1
1
<script lang =" ts" >
2
2
import { goto } from ' $app/navigation' ;
3
3
import { page } from ' $app/state' ;
4
+ import { Button } from ' $comp/ui/button' ;
4
5
import * as Card from ' $comp/ui/card' ;
5
6
import { Separator } from ' $comp/ui/separator' ;
6
7
import { getProjectQuery } from ' $features/projects/api.svelte' ;
7
8
import * as SplitLayout from ' $features/shared/components/layouts/split-layout' ;
9
+ import NotificationSettings from ' @lucide/svelte/icons/mail' ;
8
10
import { toast } from ' svelte-sonner' ;
9
11
10
12
import SidebarNav from ' ../../(components)/sidebar-nav.svelte' ;
36
38
{/if } Settings</Card .Title
37
39
>
38
40
<Card .Description >Manage your project settings and integrations.</Card .Description >
41
+ <Card .Action >
42
+ <Button variant ="secondary" size ="icon" href ="/account/manage?tab=notifications&projectId= {projectId }" title =" Notification Settings" >
43
+ <NotificationSettings class =" size-4" />
44
+ </Button >
45
+ </Card .Action >
39
46
</Card .Header >
40
47
<Separator class =" mx-6 my-6 w-auto" />
41
48
You can’t perform that action at this time.
0 commit comments