Modernize EnhancedOnboardingButtonCell height and background#269
Modernize EnhancedOnboardingButtonCell height and background#269clemPerrousset wants to merge 1 commit into
Conversation
… and reduced height - Reduced the height constraint of the button container in `EnahancedOnboardingButtonCell` from 85/80/88 down to 64. - Updated `EnhancedViewController` to match the new 64pt height. - Added a `UIVisualEffectView` with a regular blur (liquid glass) to the background of `EnahancedOnboardingButtonCell.xib`. - Made the `UIView` and `UITableViewCell` backgrounds transparent (`clear`) so the frosted glass effect correctly blurs the underlying scrolling content. Co-authored-by: clemPerrousset <64415865+clemPerrousset@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
This update modernizes the sticky button footer used in the Enhanced Onboarding flow (and Main Filter) by making it more compact and applying a frosted glass effect.
UIVisualEffectView(regular blur) to create a modern "frosted glass" look that allows underlying content to subtly show through as the user scrolls.PR created automatically by Jules for task 4861854457632352658 started by @clemPerrousset