Skip to content

Commit e5e3f7a

Browse files
Merge pull request #235 from ISISComputingGroup/xmas
make the wall display festive
2 parents 5bb28f8 + e56896e commit e5e3f7a

File tree

3 files changed

+33
-15
lines changed

3 files changed

+33
-15
lines changed

app/wall/page.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"use client";
2+
import Snowfall from "react-snowfall";
13
import GithubActionsScheduledJobs from "@/app/components/GithubActionsScheduledJobs";
24
import InstrumentsDisplay from "@/app/components/InstrumentsDisplay";
35
import JenkinsJobs from "../components/JenkinsJobs";
@@ -7,6 +9,7 @@ export default function WallDisplay() {
79
<main
810
className={`flex min-h-screen bg-white dark:bg-zinc-800 flex-col items-center justify-between`}
911
>
12+
<Snowfall />
1013
<section className="rounded-xl w-full md:px-0 md:w-11/12 my-2">
1114
<div className="mx-auto ">
1215
<div className="w-full mx-auto text-left flex justify-center items-center pb-8 px-8 dark:bg-zinc-900 rounded-xl">

package-lock.json

Lines changed: 29 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"postcss": "^8.5.6",
2222
"react": "^19.2.0",
2323
"react-dom": "^19.2.0",
24+
"react-snowfall": "^2.4.0",
2425
"react-use-websocket": "^4.13.0",
2526
"tailwindcss": "^4.1.17",
2627
"ts-node": "^10.9.2",

0 commit comments

Comments
 (0)