Conversation
…ded splash screen Add web push notification system with VAPID keys, subscription management, and auto-prompt for PWA users. Track PWA installs with anonymous-to-authenticated claim flow. Refactor useEffect/useState patterns to jotai atoms for breakpoints and push state (eliminating duplicate resize listeners and capability checks). Add server-rendered branded splash screen with breathing icon animation for zero-flicker PWA cold start, with instant redirect to dashboard. Co-Authored-By: Claude Opus 4 (1M context) <noreply@anthropic.com>
- Merge duplicate @logto/next imports in page.tsx - Fix import ordering (PwaAuthRedirect after landing components) - Remove unused useSetAtom import in settings/client.tsx - Use globalThis.NotificationPermission to fix no-undef in push-state - Remove unnecessary eslint-disable comment for @next/next/no-img-element - Ignore generated public/sw.js in ESLint config Co-Authored-By: Claude Opus 4 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
📝 Description
Brief description of what this PR does.
🔗 Related Issue
Fixes #(issue number)
🏷️ Type of Change
✅ Checklist
dev(notmain)pnpm lint:fixpnpm typecheck📸 Screenshots (if applicable)
Add screenshots to help explain your changes.
🧪 How to Test
Steps to test this PR:
📝 Additional Notes
Any additional information reviewers should know.