diff --git a/client/package.json b/client/package.json index 4d9bfeb..9e9bf39 100644 --- a/client/package.json +++ b/client/package.json @@ -24,6 +24,7 @@ "react-router": "^7.9.5", "react-router-dom": "^7.9.5", "react-select-search": "^4.1.6", + "react-snow-overlay": "^1.0.14", "react-snowfall": "^2.3.0", "react-toastify": "^11.0.5", "recharts": "^3.4.1", diff --git a/client/src/App.tsx b/client/src/App.tsx index 5cb3454..ca27ea4 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -20,8 +20,8 @@ import NoteModal from './components/modals/NoteModal'; import { useEasterEgg } from './context/eggs'; import { ClientData, Food, PizzaOrder, DepartureTime, PizzaDayState, Restaurant, RestaurantDayMenu, RestaurantDayMenuMap, LunchChoice, UserLunchChoice, PizzaVariant, getData, getEasterEggImage, addPizza, removePizza, updatePizzaDayNote, createPizzaDay, deletePizzaDay, lockPizzaDay, unlockPizzaDay, finishOrder, finishDelivery, addChoice, jdemeObed, removeChoices, removeChoice, updateNote, changeDepartureTime } from '../../types'; import { getLunchChoiceName } from './enums'; -import FallingLeaves, { LEAF_PRESETS, LEAF_COLOR_THEMES } from './FallingLeaves'; -import './FallingLeaves.scss'; +// import FallingLeaves, { LEAF_PRESETS, LEAF_COLOR_THEMES } from './FallingLeaves'; +// import './FallingLeaves.scss'; const EVENT_CONNECT = "connect" @@ -450,13 +450,13 @@ function App() {
{data.isWeekend ?

Užívejte víkend :)

: <> - {/* - */} + + Poslední změny: {dayIndex != null && @@ -711,10 +711,10 @@ function App() {
|| "Jejda, něco se nám nepovedlo :("} - + /> */}