mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-21 03:12:19 -05:00
feat(frontend): ✨ Add UI for background tasks
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user