Skip to content

Commit

Permalink
fix: remove kitchen timer (#4857)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuchenpirat authored Jan 7, 2025
1 parent 22f306a commit 0f7c1d6
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 355 deletions.
Binary file removed frontend/assets/audio/kitchen_alarm.mp3
Binary file not shown.
9 changes: 1 addition & 8 deletions frontend/components/Domain/Recipe/RecipeActionMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@
</v-tooltip>
</div>

<RecipeTimerMenu
fab
color="info"
class="ml-1"
/>

<RecipeContextMenu
show-print
:menu-top="false"
Expand Down Expand Up @@ -88,7 +82,6 @@
import { defineComponent, ref, useContext } from "@nuxtjs/composition-api";
import RecipeContextMenu from "./RecipeContextMenu.vue";
import RecipeFavoriteBadge from "./RecipeFavoriteBadge.vue";
import RecipeTimerMenu from "./RecipeTimerMenu.vue";
import RecipeTimelineBadge from "./RecipeTimelineBadge.vue";
import { Recipe } from "~/lib/api/types/recipe";
Expand All @@ -98,7 +91,7 @@ const CLOSE_EVENT = "close";
const JSON_EVENT = "json";
export default defineComponent({
components: { RecipeContextMenu, RecipeFavoriteBadge, RecipeTimerMenu, RecipeTimelineBadge },
components: { RecipeContextMenu, RecipeFavoriteBadge, RecipeTimelineBadge },
props: {
recipe: {
required: true,
Expand Down
317 changes: 0 additions & 317 deletions frontend/components/Domain/Recipe/RecipeTimerMenu.vue

This file was deleted.

7 changes: 0 additions & 7 deletions frontend/lang/messages/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -570,13 +570,6 @@
"increase-scale-label": "Increase Scale by 1",
"locked": "Locked",
"public-link": "Public Link",
"timer": {
"kitchen-timer": "Kitchen Timer",
"start-timer": "Start Timer",
"pause-timer": "Pause Timer",
"resume-timer": "Resume Timer",
"stop-timer": "Stop Timer"
},
"edit-timeline-event": "Edit Timeline Event",
"timeline": "Timeline",
"timeline-is-empty": "Nothing on the timeline yet. Try making this recipe!",
Expand Down
12 changes: 0 additions & 12 deletions frontend/lib/icons/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,6 @@ import {
mdiDockTop,
mdiDockBottom,
mdiCheckboxOutline,
mdiTimer,
mdiTimerPlus,
mdiPause,
mdiStop,
mdiPlay,
mdiTimerPause,
mdiFlipHorizontal,
mdiFlipVertical,
mdiRotateLeft,
Expand Down Expand Up @@ -243,8 +237,6 @@ export const icons = {
openInNew: mdiOpenInNew,
orderAlphabeticalAscending: mdiOrderAlphabeticalAscending,
pageLayoutBody: mdiPageLayoutBody,
pause: mdiPause,
play: mdiPlay,
printer: mdiPrinter,
printerSettings: mdiPrinterPosCog,
refreshCircle: mdiRefreshCircle,
Expand All @@ -265,12 +257,8 @@ export const icons = {
sortClockAscending: mdiSortClockAscending,
sortClockDescending: mdiSortClockDescending,
star: mdiStar,
stop: mdiStop,
testTube: mdiTestTube,
timelineText: mdiTimelineText,
timer: mdiTimer,
timerPause: mdiTimerPause,
timerPlus: mdiTimerPlus,
tools: mdiTools,
potSteam: mdiPotSteamOutline,
translate: mdiTranslate,
Expand Down
Loading

0 comments on commit 0f7c1d6

Please sign in to comment.