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:
- - Zobrazení alergenu při najetí myší a proklik na seznam alergenů
- - Přesun přenačtení menu do samostatného dialogu
- - Podzimní atmosféra
+ - Oprava parsování Sladovnické
+ - Oprava parsování cen TechTower
+ - Zimní atmosféra
{dayIndex != null &&
@@ -711,10 +711,10 @@ function App() {
> || "Jejda, něco se nám nepovedlo :("}
-
+ /> */}
setNoteModalOpen(false)} onSave={saveNote} />
diff --git a/client/src/AppRoutes.tsx b/client/src/AppRoutes.tsx
index 0d6c3dd..0e3bb64 100644
--- a/client/src/AppRoutes.tsx
+++ b/client/src/AppRoutes.tsx
@@ -1,6 +1,7 @@
import { Routes, Route } from "react-router-dom";
import { ProvideSettings } from "./context/settings";
// import Snowfall from "react-snowfall";
+import { SnowOverlay } from 'react-snow-overlay';
import { ToastContainer } from "react-toastify";
import { SocketContext, socket } from "./context/socket";
import StatsPage from "./pages/StatsPage";
@@ -22,6 +23,7 @@ export default function AppRoutes() {
width: '100vw',
height: '100vh'
}} /> */}
+
>
diff --git a/client/yarn.lock b/client/yarn.lock
index 0539318..e46e120 100644
--- a/client/yarn.lock
+++ b/client/yarn.lock
@@ -1706,6 +1706,11 @@ react-select-search@^4.1.6:
resolved "https://registry.yarnpkg.com/react-select-search/-/react-select-search-4.1.8.tgz#435bdd7893685d45332813ad65b000e0dafcfbac"
integrity sha512-mzHhYzpaAJ3iYDjayydfb+grvvP59VWlLUWLqP26Trvm4xj2rzLnksopWZdkwWORB3dhAneqmXos3RWOMjFOxQ==
+react-snow-overlay@^1.0.14:
+ version "1.0.14"
+ resolved "https://registry.yarnpkg.com/react-snow-overlay/-/react-snow-overlay-1.0.14.tgz#1080ab24018bc9f86e7ae0e341b7d1b94ec80cc8"
+ integrity sha512-i178E9PVcMobSYxGiV+L2SMKcVNKytOwTG6Sz3dNw53Eq3Q0NC8BbVL4ewXXd/QCGX5YBVpv8R5+bSBxpUHeRw==
+
react-snowfall@^2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/react-snowfall/-/react-snowfall-2.3.0.tgz#3c7af4fa8c3786d3d3b7ccdc36ddb73108d23b07"