Commit Graph

76 Commits

Author SHA1 Message Date
a75c14c339 Simplify QuizPage mode and autoStart logic 2026-01-08 01:01:15 +01:00
76bed96151 Update QuizRunner to accept and use autoStart prop 2026-01-07 23:44:54 +01:00
19eef3c0e3 Add autoStart prop to QuizPage and pass it to QuizRunner 2026-01-07 23:44:54 +01:00
41361ef04d Remove unused import in EntryPage.tsx 2026-01-07 23:44:11 +01:00
17ceea0fe1 Add video overlay styles and position relative to .video-shell 2026-01-07 23:42:54 +01:00
640994a383 Pass quizLink to VideoPlayer component 2026-01-07 23:42:54 +01:00
96c6f1a4ab Enhance VideoPlayer component with autoplay, mute handling, and replay functionality 2026-01-07 23:42:34 +01:00
f2c0db7b69 Simplify counts initialization in EntryPage 2026-01-07 23:39:52 +01:00
32f9a16956 Remove unused elements from EntryPage 2026-01-07 23:39:52 +01:00
42fb74c39b Remove unused CSS classes from index.css 2026-01-07 23:35:36 +01:00
5f0eabcac1 Remove compact video toggle and meta box from EntryPage 2026-01-07 23:35:06 +01:00
11a20cf0f8 Update video styling and add compact class 2026-01-07 23:33:10 +01:00
db05e764ff Add video toggle functionality on EntryPage 2026-01-07 23:33:07 +01:00
c9a59bb443 Add variant prop to VideoPlayer component 2026-01-07 23:33:07 +01:00
b426182ac9 Remove unused variable in EntryPage.tsx 2026-01-07 23:31:57 +01:00
d5d1d08fd9 Style ExpandableText and link button 2026-01-07 23:29:57 +01:00
63453a3b5e Import and use ExpandableText in EntryPage 2026-01-07 23:29:57 +01:00
ed6b0faff4 Add ExpandableText component 2026-01-07 23:29:57 +01:00
09c40e748e Refactor Instagram post description display in EntryPage 2026-01-07 23:29:36 +01:00
d92e5b0543 Update profile URL logic in EntryPage 2026-01-07 23:29:36 +01:00
188c9b656a Update profile picture URL and add error handling in EntryPage 2026-01-07 23:27:22 +01:00
113fdc6816 Fix date parsing in EntryPage 2026-01-07 18:38:02 +01:00
964ab6bc49 Add styles for new interactive block component 2026-01-07 18:37:19 +01:00
7713ea0a3c Add Instagram metadata display to EntryPage 2026-01-07 18:37:10 +01:00
cc2f7abd03 Add Instagram metadata support in client and server 2026-01-07 18:37:05 +01:00
1d9e7cbcbb auto-git:
[add] README.md
 [add] client/.gitignore
 [add] client/README.md
 [add] client/eslint.config.js
 [add] client/index.html
 [add] client/package.json
 [add] client/public/vite.svg
 [add] client/src/App.css
 [add] client/src/App.tsx
 [add] client/src/api.ts
 [add] client/src/assets/react.svg
 [add] client/src/components/EntryCard.tsx
 [add] client/src/components/ItemPanels.tsx
 [add] client/src/components/QuizRunner.tsx
 [add] client/src/components/VideoPlayer.tsx
 [add] client/src/index.css
 [add] client/src/main.tsx
 [add] client/src/pages/EntryPage.tsx
 [add] client/src/pages/OverviewPage.tsx
 [add] client/src/pages/QuizPage.tsx
 [add] client/src/types.ts
 [add] client/tsconfig.app.json
 [add] client/tsconfig.json
 [add] client/tsconfig.node.json
 [add] client/vite.config.ts
 [add] gemini_replicate_batch.py
 [add] package.json
 [add] prompt.txt
 [add] server/package.json
 [add] server/src/index.ts
 [add] server/tsconfig.json
2026-01-07 18:35:20 +01:00