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:
parent
a94b9d504f
commit
7f99c3d113
5 changed files with 98 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue