Skip to content

Commit

Permalink
Nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
omrilotan committed Jan 14, 2025
1 parent 83a66cf commit d65320d
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 5 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
NPM_FLAGS="--legacy-peer-dep"
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,7 @@ These directories are used for automated build of modules later consumed by the
- `assets/newsletters`: `llp-newsletter<NUMBER>-<MONTH>-<YEAR>.pdf`
- `assets/volunteers`: `<NAME>.jpg`
- Other `assets/*` files and directories are not structured in any specific way.

### Sitemap

Sitemap is generated automatically and includes all pages in "app" directory, as well as all PDF files under "public/assets/" directory.
1 change: 1 addition & 0 deletions app/components/LinkItem/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import Link from "next/link";
import type { JSX } from "react";

export function LinkItem({
children,
Expand Down
1 change: 1 addition & 0 deletions app/components/NavList/index.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import type { JSX } from "react";
import { navigation } from "../../../dynamic/navigation";
import { LinkItem } from "../LinkItem";

Expand Down
1 change: 1 addition & 0 deletions app/components/NavigationLink/index.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import type { JSX } from "react";
import { navigation } from "../../../dynamic/navigation";
import { LinkItem } from "../LinkItem";

Expand Down
1 change: 1 addition & 0 deletions app/components/Randomise/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"use client";

import type { JSX } from "react";
import React from "react";

export default function Randomise({
Expand Down
1 change: 0 additions & 1 deletion app/components/VideoWrapper/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export function VideoWrapper({
playbackRate?: number;
}) {
useEffect(() => {
console.log(children);
if (!children.props.id) return;
const video = document.getElementById(
children.props.id,
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,21 @@
},
"dependencies": {
"isbot": "^5.1.20",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-image-gallery": "^1.3.0",
"serve": "^14.2.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240821.1",
"@types/node": "^22.8.4",
"@types/react": "^18.0.23",
"@types/react-dom": "^18.0.7",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/react-image-gallery": "^1.2.4",
"glob": "^11.0.0",
"next": "latest",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"yaml": "^2.5.0"
Expand Down
Binary file modified public/assets/gallery/2024-03-16-at-23.13.20-(1).jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/assets/llp.mp4
Binary file not shown.
Binary file modified public/assets/newsletters/llp-newsletter38-february-2018.pdf
Binary file not shown.

0 comments on commit d65320d

Please # to comment.