Full deployment history for this project.
Merge pull request #1 from mbarbine/vercel/react-server-components-cve-vu-9234pw Fix React Server Components CVE vulnerabilities
Fix React Server Components CVE vulnerabilities Updated dependencies to fix Next.js and React CVE vulnerabilities. The fix-react2shell-next tool automatically updated the following packages to their secure versions: - next - react-server-dom-webpack - react-server-dom-parcel - react-server-dom-turbopack All package.json files have been scanned and vulnerable versions have been patched to the correct fixed versions based on the official React advisory. Co-authored-by: Vercel <vercel[bot]@users.noreply.github.com>
feat: sync main branch updates across project Update all components and API routes to reflect latest changes from main. Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>
feat: sync main branch updates across project Update all components and API routes to reflect latest changes from main. Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>
fix: resolve ProfileProvider client environment variable issue Use centralized Supabase client to prevent intermittent failures Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>
fix: use server-side env vars in Supabase middleware Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>
fix: use server-side env vars in Supabase middleware Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>
feat: add dynamic header and footer components Create database-integrated header/footer for consistent site navigation. Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>
fix: resolve Supabase client and RLS policy issues Simplify middleware and fix RLS policy for profiles table. Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>
fix: correct syntax error in beers admin page Remove corrupted code and fix invalid unicode escape. Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>
feat: implement DNS simulation and permissions system Add DNS setup guide and update database permissions schema. Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>
refactor: separate server and client auth utilities Fix import structure and add missing export for onboarding progress Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>
chore: remove unused OptimizedImage component Fix deployment error by deleting unneeded file. Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>
feat: add multi-museum dashboard and settings management Implement multi-museum support with API key management and onboarding flows. Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>
fix: fix truncated base64 in OptimizedImage component Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>
feat: complete operational pages and enhance SEO Add missing pages and optimize SEO for better visibility. Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>