mirror of
https://github.com/michelpereira/awesome-open-source-games.git
synced 2026-07-15 18:12:32 -05:00
[PR #62] [CLOSED] Claude/premium visual refinement xd3 p7 #344
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/62
Author: @vandro17-lab
Created: 5/21/2026
Status: ❌ Closed
Base:
main← Head:claude/premium-visual-refinement-xd3P7📝 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
54 files changed (+10683 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)➖
LICENSE(+0 -116)➖
README.md(+0 -578)➕
app/api/correct-transcript/route.ts(+67 -0)➕
app/api/generate-final/route.ts(+57 -0)➕
app/api/save-memory/route.ts(+23 -0)➕
app/api/save-participant/route.ts(+28 -0)➕
app/api/transcribe/route.ts(+52 -0)➕
app/api/upload-audio/route.ts(+39 -0)➕
app/api/upload-photo/route.ts(+39 -0)➕
app/audio-final/page.tsx(+369 -0)➕
app/debug/page.tsx(+40 -0)➕
app/fotos/page.tsx(+218 -0)➕
app/globals.css(+535 -0)➕
app/identificacao/page.tsx(+215 -0)➕
app/layout.tsx(+38 -0)...and 34 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.