fix: revision-final icon, home link, viewport y realtime demo mode#11
Open
Articrafter93 wants to merge 5 commits into
Open
fix: revision-final icon, home link, viewport y realtime demo mode#11Articrafter93 wants to merge 5 commits into
Articrafter93 wants to merge 5 commits into
Conversation
…ding to fit 100vh - Add app/icon.svg (P monogram) to resolve favicon 404 console error - Wrap sidebar Pulseboard brand name in Link href="/" for back-to-home navigation from all app pages - Reduce page.tsx main padding (pb-10 pt-8 → py-4) and footer mt-6→mt-3 so landing fits within 100vh Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…nsole spam In demo/mock deployments the realtime-service is not running. The client was attempting 20 reconnections (~100s of console warnings) before giving up. Now detects NEXT_PUBLIC_AUTH_PROVIDER=mock and immediately sets state to "demo" without opening any WebSocket, showing "Demo (sin realtime)" in the UI. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…03-24) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
app/icon.svg— resuelve favicon 404 en consolaLink href="/"para regreso al home desde toda la appboard-view.tsx: skip Socket.IO en modo mock → elimina 20 intentos de reconexión y spam en consola; muestra "Demo (sin realtime)"Test plan
🤖 Generated with Claude Code