File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
src/Exceptionless.Web/ClientApp/src/lib/features Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 22 import type { IFilter } from ' $comp/filters/filters.svelte' ;
33 import type { ViewProject } from ' $features/projects/models' ;
44
5- import ErrorMessage from ' $comp/ErrorMessage.svelte' ;
65 import ClickableProjectFilter from ' $comp/filters/ClickableProjectFilter.svelte' ;
76 import DateTime from ' $comp/formatters/DateTime.svelte' ;
87 import TimeAgo from ' $comp/formatters/TimeAgo.svelte' ;
9- import { P } from ' $comp/typography' ;
108 import { Skeleton } from ' $comp/ui/skeleton' ;
119 import * as Table from ' $comp/ui/table' ;
1210 import * as Tabs from ' $comp/ui/tabs' ;
182180 <Skeleton class =" mt-4 h-[30px] w-full rounded-full" />
183181 <Table .Root class =" mt-4" >
184182 <Table .Body >
185- {#each Array .from ({ length: 5 })}
183+ {#each Array .from ({ length: 5 }) as index ( index ) }
186184 <Table .Row class =" group" >
187185 <Table .Head class =" w-40 whitespace-nowrap" ><Skeleton class =" h-[24px] w-full rounded-full" /></Table .Head >
188186 <Table .Cell class =" w-4 pr-0" ></Table .Cell >
Original file line number Diff line number Diff line change 184184 </Card .Header >
185185 <Card .Content class =" space-y-4 pt-2" >
186186 <div class =" grid grid-cols-2 gap-4 lg:grid-cols-4" >
187- {#each Array ( 4 )}
187+ {#each Array . from ({ length: 4 }) as index ( index )}
188188 <div class =" flex flex-col items-center rounded-lg bg-muted p-2" >
189189 <Skeleton class =" mb-1 size-6" />
190190 <Skeleton class =" mb-1 h-[28px] w-[60px]" />
You can’t perform that action at this time.
0 commit comments