From 20f4ee0427669bea8c8fdbb594a3375435f006d1 Mon Sep 17 00:00:00 2001 From: Martin Berka Date: Fri, 9 Jan 2026 08:46:14 +0100 Subject: [PATCH] =?UTF-8?q?Zimn=C3=AD=20atmosf=C3=A9ra?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/package.json | 1 + client/src/App.tsx | 18 +++++++++--------- client/src/AppRoutes.tsx | 2 ++ client/yarn.lock | 5 +++++ 4 files changed, 17 insertions(+), 9 deletions(-) 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 :("} - + /> */}