Mercurial > code > home > repos > video
comparison src/ingest/IngestStatus.ts @ 22:ff73b95fc72f
frontend cleanups and improvements. this commit contains some future work too
author | drewp@bigasterisk.com |
---|---|
date | Mon, 17 Apr 2023 13:33:05 -0700 |
parents | 111a41817968 |
children |
comparison
equal
deleted
inserted
replaced
21:111a41817968 | 22:ff73b95fc72f |
---|---|
1 import { LitElement, html, css } from "lit"; | 1 import { LitElement, html, css } from "lit"; |
2 import { customElement, property } from "lit/decorators.js"; | 2 import { customElement, property } from "lit/decorators.js"; |
3 export {SlProgressBar} from "@shoelace-style/shoelace"; | 3 export { SlProgressBar } from "@shoelace-style/shoelace"; |
4 | |
5 | 4 |
6 interface Row { | 5 interface Row { |
7 url: string; | 6 url: string; |
8 t: string; | 7 t: string; |
9 progress: string; | 8 progress: string; |