Skip to content

fix(onboarding): address permission and content clipping issues (#282)#284

Merged
cassio-rossi merged 2 commits intorelease/v5from
fix/mac-push-permission-onboarding
Apr 30, 2026
Merged

fix(onboarding): address permission and content clipping issues (#282)#284
cassio-rossi merged 2 commits intorelease/v5from
fix/mac-push-permission-onboarding

Conversation

@cassio-rossi
Copy link
Copy Markdown
Collaborator

Summary

  • Mac (Designed for iPad): Push notification permission prompt is now skipped on macOS, where it behaves unreliably. The onboarding flow auto-marks push as authorized (matching the existing ATT pattern), so users aren't blocked from continuing.
  • Features screen clipping: Increased the TabView height from 320pt to 370pt on iPhone portrait, preventing the first card title ("Nova Interface") and last card description (Instagram) from being cut off.

Closes #282

Test plan

  • Run on Mac (Designed for iPad): onboarding should skip push permission and allow continuing immediately
  • Run on iPhone: onboarding push permission prompt still appears normally
  • Run on iPhone: "Novidades no app" screen shows all card titles and descriptions without clipping
  • Verify landscape layout is unaffected

🤖 Generated with Claude Code

cassiorossi1010 and others added 2 commits April 30, 2026 16:13
On macOS, the push notification permission prompt behaves unreliably
for iPad-designed apps. Auto-mark as authorized (matching existing ATT
pattern) so the onboarding flow isn't blocked.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…pping

The TabView height of 320pt was too small on iPhone, causing the first
card title and last card description to be cut off. Increased to 370pt.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@cassio-rossi cassio-rossi force-pushed the fix/mac-push-permission-onboarding branch from e64db9e to 043f3ab Compare April 30, 2026 19:19
@cassio-rossi cassio-rossi merged commit 59282d0 into release/v5 Apr 30, 2026
2 checks passed
@cassio-rossi cassio-rossi deleted the fix/mac-push-permission-onboarding branch April 30, 2026 19:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Melhorias/correções na tela de boas-vindas (onboarding)

2 participants