mirror of
https://github.com/michelpereira/awesome-open-source-games.git
synced 2026-07-16 02:22:32 -05:00
[PR #63] [CLOSED] Claude/homepage photo carousel fixes nmgmn #282
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/michelpereira/awesome-open-source-games/pull/63
Author: @vandro17-lab
Created: 5/22/2026
Status: ❌ Closed
Base:
main← Head:claude/homepage-photo-carousel-fixes-NMGMN📝 Commits (10+)
05a5470feat: Banco de Memórias da Sônia — aplicação completa0e805d6chore: remove projeto anterior, repositório agora é o app da Sôniaff6ac91chore: add vercel.json to force Next.js detection65ffca0fix: upgrade Next.js 15.3.2→15.5.18 to patch CVE-2025-6647884e8980feat: add Sônia's photo to landing pagec6c8e89feat: add Raquel (nora) to autocomplete, add nora/genro to selector66a297cfeat: birthday theme on landing page + fix photo crop to show face06358a4feat: add surprise reminder on landing page71da8d7feat: update landing page text with personal birthday message98f5b6dfeat: replace Web Speech API with Groq Whisper transcription📊 Changes
65 files changed (+11526 additions, -851 deletions)
View changed files
➕
.env.local.example(+7 -0)➖
.github/ISSUE_TEMPLATE/bug_report.md(+0 -19)➖
.github/ISSUE_TEMPLATE/feature-request.md(+0 -20)➖
.github/workflows/main.yml(+0 -12)➕
.gitignore(+25 -0)➕
CLAUDE.md(+41 -0)➖
LICENSE(+0 -116)➖
README.md(+0 -578)➕
app/admin/dashboard/page.tsx(+400 -0)➕
app/admin/page.tsx(+108 -0)➕
app/api/admin/approve/route.ts(+32 -0)➕
app/api/admin/data/route.ts(+44 -0)➕
app/api/admin/delete/route.ts(+55 -0)➕
app/api/admin/login/route.ts(+22 -0)➕
app/api/correct-transcript/route.ts(+67 -0)➕
app/api/generate-final/route.ts(+57 -0)➕
app/api/homenagem/route.ts(+37 -0)➕
app/api/og/route.tsx(+126 -0)➕
app/api/save-memory/route.ts(+23 -0)➕
app/api/save-participant/route.ts(+28 -0)...and 45 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.