feat: Improve startup workflow UI (#6342)

Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
This commit is contained in:
miah
2025-12-05 16:18:32 -06:00
committed by GitHub
parent 22a0e6d608
commit f857ca18da
3 changed files with 201 additions and 78 deletions

View File

@@ -154,6 +154,7 @@ import {
mdiWebhook,
mdiWindowClose,
mdiWrench,
mdiHandWaveOutline,
} from "@mdi/js";
export const icons = {
@@ -287,6 +288,7 @@ export const icons = {
undo: mdiUndo,
bread: mdiCookie,
fileSign: mdiFileSign,
wave: mdiHandWaveOutline,
// Crud
backArrow: mdiArrowLeftBoldOutline,