This commit is contained in:
2023-10-02 23:10:49 +03:00
commit c6cb488379
255 changed files with 18731 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
<script>
import { getStatus } from "./StatusText";
export let status;
let statusObj = getStatus(status);
</script>
<span class="badge text-bg-{statusObj.bg}" style="max-width:84px"
>{statusObj.text}</span
>