Commit Graph

65 Commits

Author SHA1 Message Date
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