lightning details view

This commit is contained in:
Paul Miller
2023-05-15 12:25:41 -05:00
parent 0c6e729521
commit f48b8db55e
8 changed files with 166 additions and 16 deletions

View File

@@ -1,6 +1,5 @@
export function prettyPrintTime(ts: number) {
const options: Intl.DateTimeFormatOptions = {
weekday: 'long',
year: 'numeric',
month: 'short',
day: 'numeric',