diff --git a/web/build/index.html b/web/build/index.html index d460663..61aa54e 100644 --- a/web/build/index.html +++ b/web/build/index.html @@ -4,32 +4,32 @@ - - + + - + - + - +
+ + + {issue ? issue.title : 'Issue'} · TrapFall + + + + +
+ {#if loading} +
+ + +
+ {#each Array(4) as _} + + {/each} +
+ +
+ {:else if error} +
+

{error}

+
+ {:else if issue} + +
+ + {#if projectSlug} + · + {projectSlug} + {/if} + · + Press ESC to go back +
+ + +
+
+ + {issue.level} + + + {issue.status} + +
+
+

{issue.title}

+
+ {#if issue.status === 'resolved'} + + {:else} + + {/if} + {#if issue.status === 'ignored'} + + {:else} + + {/if} +
+
+ {#if issue.culprit} +

{issue.culprit}

+ {/if} + {#if statusError} +

{statusError}

+ {/if} +
+ + +
+ + +

Events

+

{issue.count}

+
+
+ + +

Users affected

+

{issue.user_count}

+
+
+ + +

First seen

+

+ {timeAgo(issue.first_seen)} +

+
+
+ + +

Last seen

+

+ {timeAgo(issue.last_seen)} +

+
+
+
+ + +
+
+

Events

+ {#if totalEvents > 0} + {totalEvents} total + {/if} +
+ + {#if events.length === 0} +
+

No events recorded for this issue yet.

+
+ {:else} +
+ + + + Summary + + Received + + + + {#each events as event (event.id)} + goToEvent(event)} + > + + {eventSummary(event)} + + + + {timeAgo(event.received_at)} + + + {/each} + +
+
+ + + {#if totalEventPages > 1} +
+

+ Page {eventsPage} of {totalEventPages} +

+
+ + +
+
+ {/if} + {/if} +
+ {/if} +