You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Restore minimal sheet height calculation
Changes:
- Restore full height calculation for minimal state
- Include additionalHeight, tabBarHeight, and safeAreaBottom
- Ensure consistent spacing across states
refactor: Simplify minimal sheet height
Changes:
- Simplify minimal state to only use headerHeight
- Remove additional spacing from minimal state
- Clean up height calculation logic