mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-02 20:15:24 +02:00
feat: cook timer (#2508)
* updated base button group * added kitchen timer * added missing icon * usability tweaks * for for menu rendering over app bar * clean up types * fix for mp3 loading, maybe? * spooky linter fixes * for real this time --------- Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com>
This commit is contained in:
parent
5c5432304f
commit
693608d59f
7 changed files with 379 additions and 4 deletions
|
@ -135,6 +135,12 @@ import {
|
|||
mdiDockTop,
|
||||
mdiDockBottom,
|
||||
mdiCheckboxOutline,
|
||||
mdiTimer,
|
||||
mdiTimerPlus,
|
||||
mdiPause,
|
||||
mdiStop,
|
||||
mdiPlay,
|
||||
mdiTimerPause,
|
||||
mdiFlipHorizontal,
|
||||
mdiFlipVertical,
|
||||
mdiRotateLeft,
|
||||
|
@ -228,6 +234,8 @@ export const icons = {
|
|||
openInNew: mdiOpenInNew,
|
||||
orderAlphabeticalAscending: mdiOrderAlphabeticalAscending,
|
||||
pageLayoutBody: mdiPageLayoutBody,
|
||||
pause: mdiPause,
|
||||
play: mdiPlay,
|
||||
printer: mdiPrinter,
|
||||
printerSettings: mdiPrinterPosCog,
|
||||
refreshCircle: mdiRefreshCircle,
|
||||
|
@ -247,8 +255,12 @@ export const icons = {
|
|||
sortClockAscending: mdiSortClockAscending,
|
||||
sortClockDescending: mdiSortClockDescending,
|
||||
star: mdiStar,
|
||||
stop: mdiStop,
|
||||
testTube: mdiTestTube,
|
||||
timelineText: mdiTimelineText,
|
||||
timer: mdiTimer,
|
||||
timerPause: mdiTimerPause,
|
||||
timerPlus: mdiTimerPlus,
|
||||
tools: mdiTools,
|
||||
potSteam: mdiPotSteam,
|
||||
translate: mdiTranslate,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue