1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-25 08:09:41 +02:00

feat(frontend): Add UI for background tasks

This commit is contained in:
Hayden 2021-10-23 16:42:45 -08:00
parent a94b9d504f
commit 7f99c3d113
5 changed files with 98 additions and 1 deletions

View file

@ -98,6 +98,8 @@ import {
mdiBeakerOutline,
mdiArrowLeftBoldOutline,
mdiArrowRightBoldOutline,
mdiTimerSand,
mdiRefresh,
} from "@mdi/js";
export const icons = {
@ -197,6 +199,8 @@ export const icons = {
edit: mdiSquareEditOutline,
close: mdiClose,
minus: mdiMinus,
pending: mdiTimerSand,
refresh: mdiRefresh,
// Organization
tags: mdiTagMultipleOutline,