Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
4cab256
Bump lucide-react from 0.476.0 to 0.477.0
dependabot[bot] Mar 3, 2025
5439d0c
Bump @hookform/resolvers from 3.10.0 to 4.1.3
dependabot[bot] Mar 3, 2025
664539f
Bump eslint-config-prettier from 10.0.1 to 10.0.2
dependabot[bot] Mar 3, 2025
8e4f08e
Merge pull request #307 from complexdatacollective/dependabot/npm_and…
jthrilly Mar 5, 2025
722ecf5
Bump @types/node from 22.10.7 to 22.13.9
dependabot[bot] Mar 5, 2025
6eababb
Merge pull request #306 from complexdatacollective/dependabot/npm_and…
jthrilly Mar 5, 2025
fc3bdd9
Merge pull request #308 from complexdatacollective/dependabot/npm_and…
jthrilly Mar 5, 2025
c5e5c70
Merge pull request #303 from complexdatacollective/dependabot/npm_and…
jthrilly Mar 5, 2025
0679a87
Bump nuqs from 1.19.1 to 1.20.0
dependabot[bot] Mar 10, 2025
f497cac
Bump motion from 12.4.7 to 12.4.10
dependabot[bot] Mar 10, 2025
1678444
Bump eslint-config-prettier from 10.0.2 to 10.1.1
dependabot[bot] Mar 10, 2025
1a45f43
Bump @tailwindcss/postcss from 4.0.9 to 4.0.12
dependabot[bot] Mar 10, 2025
9234448
Merge pull request #314 from complexdatacollective/dependabot/npm_and…
jthrilly Mar 10, 2025
47d6529
Merge pull request #312 from complexdatacollective/dependabot/npm_and…
jthrilly Mar 10, 2025
e589d49
Merge pull request #311 from complexdatacollective/dependabot/npm_and…
jthrilly Mar 10, 2025
1046185
Merge pull request #310 from complexdatacollective/dependabot/npm_and…
jthrilly Mar 10, 2025
eeb2bdf
Bump tailwindcss from 4.0.9 to 4.0.14
dependabot[bot] Mar 17, 2025
a4edb15
Bump motion from 12.4.10 to 12.5.0
dependabot[bot] Mar 17, 2025
cd2aa79
Merge pull request #322 from complexdatacollective/dependabot/npm_and…
jthrilly Mar 21, 2025
628959c
Merge pull request #320 from complexdatacollective/dependabot/npm_and…
jthrilly Mar 21, 2025
c1f11fb
Bump sass from 1.85.1 to 1.86.0
dependabot[bot] Mar 24, 2025
4f29372
Bump prettier from 3.5.2 to 3.5.3
dependabot[bot] Mar 24, 2025
50a4c5b
Bump @tailwindcss/postcss from 4.0.12 to 4.0.15
dependabot[bot] Mar 24, 2025
f568949
Bump es-toolkit from 1.32.0 to 1.33.0
dependabot[bot] Mar 24, 2025
8d58219
Bump @typescript-eslint/eslint-plugin from 8.25.0 to 8.27.0
dependabot[bot] Mar 24, 2025
c1142d6
Merge pull request #329 from complexdatacollective/dependabot/npm_and…
jthrilly Mar 24, 2025
05334bd
Merge pull request #328 from complexdatacollective/dependabot/npm_and…
jthrilly Mar 24, 2025
d907ff8
Merge pull request #326 from complexdatacollective/dependabot/npm_and…
jthrilly Mar 24, 2025
7c48a25
Merge pull request #325 from complexdatacollective/dependabot/npm_and…
jthrilly Mar 24, 2025
f76b9b7
Merge pull request #327 from complexdatacollective/dependabot/npm_and…
jthrilly Mar 24, 2025
da585b3
update nextjs to 14.2.25
jthrilly Mar 24, 2025
7fd7182
update version to 2.1.3
jthrilly Mar 24, 2025
1334302
use source tag
buckhalt Mar 12, 2025
782ff68
Merge pull request #331 from complexdatacollective/fix/video-src
buckhalt Mar 24, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions lib/interviewer/components/Video.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useRef, useState, useEffect } from 'react';
import PropTypes from 'prop-types';
import { Loader2 } from 'lucide-react';
import PropTypes from 'prop-types';
import { useEffect, useRef, useState } from 'react';

const Video = (props) => {
const {
Expand Down Expand Up @@ -50,12 +50,11 @@ const Video = (props) => {
<video
{...rest}
ref={video}
src={url}
playsInline
onClick={handleClick}
onCanPlay={handleVideoLoaded}

>
<source src={url} type='video/mp4' />
{description}
</video>
</>
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fresco",
"version": "2.1.2",
"version": "2.1.3",
"private": true,
"type": "module",
"packageManager": "pnpm@9.1.1+sha256.9551e803dcb7a1839fdf5416153a844060c7bce013218ce823410532504ac10b",
Expand All @@ -26,7 +26,7 @@
"@codaco/analytics": "7.0.0",
"@codaco/protocol-validation": "3.0.0",
"@codaco/shared-consts": "^0.0.2",
"@hookform/resolvers": "^3.10.0",
"@hookform/resolvers": "^4.1.3",
"@lucia-auth/adapter-prisma": "^3.0.2",
"@paralleldrive/cuid2": "^2.2.2",
"@radix-ui/react-alert-dialog": "^1.1.6",
Expand Down Expand Up @@ -60,16 +60,16 @@
"csvtojson": "^2.0.10",
"d3-interpolate-path": "^2.3.0",
"dotenv": "^16.4.7",
"es-toolkit": "^1.32.0",
"es-toolkit": "^1.33.0",
"fuse.js": "^7.1.0",
"jssha": "^3.3.1",
"jszip": "^3.10.1",
"lucia": "^2.7.7",
"lucide-react": "^0.476.0",
"lucide-react": "^0.477.0",
"luxon": "^3.5.0",
"motion": "^12.4.7",
"next": "^14.2.23",
"nuqs": "^1.19.1",
"motion": "^12.5.0",
"next": "^14.2.25",
"nuqs": "^1.20.0",
"ohash": "^1.1.4",
"papaparse": "^5.5.2",
"react": "18.3.1",
Expand Down Expand Up @@ -111,35 +111,35 @@
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/postcss": "4.0.9",
"@tailwindcss/postcss": "4.0.15",
"@tailwindcss/typography": "^0.5.16",
"@total-typescript/ts-reset": "^0.6.1",
"@types/archiver": "^6.0.3",
"@types/async": "^3.2.24",
"@types/d3-interpolate-path": "^2.0.3",
"@types/eslint": "^8.56.12",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.6",
"@types/node": "^22.13.9",
"@types/papaparse": "^5.3.15",
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.1",
"@types/redux-form": "^8.3.11",
"@types/uuid": "^10.0.0",
"@types/validator": "^13.12.2",
"@typescript-eslint/eslint-plugin": "^8.25.0",
"@typescript-eslint/eslint-plugin": "^8.27.0",
"@typescript-eslint/parser": "^8.25.0",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^8.57.1",
"eslint-config-next": "^15.1.5",
"eslint-config-prettier": "^10.0.1",
"eslint-config-prettier": "^10.1.1",
"jest": "^29.7.0",
"jsdom": "^26.0.0",
"knip": "^5.45.0",
"prettier": "^3.5.2",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"prisma": "^6.4.1",
"sass": "^1.85.1",
"tailwindcss": "4.0.9",
"sass": "^1.86.0",
"tailwindcss": "4.0.14",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.7.3",
"vite-tsconfig-paths": "^5.1.4",
Expand Down
Loading