Closed fedemkr closed 1 month ago
Checkmarx One โ Scan Summary & Details โ 4227faf8-2b58-4735-b9d3-d8a6fb86a5ac
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 88.65%. Comparing base (
3aaef4c
) to head (331dc85
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@matt-livefront had to remake the snapshots for the profile switcher because now it doesn't show the blank space behind the toolbar. I think it's ok and I've just overridden the old snapshots with the current behavior. Let me know if you think this could cause an issue somewhere but I can't think of a place where this could go wrong.
@matt-livefront had to remake the snapshots for the profile switcher because now it doesn't show the blank space behind the toolbar. I think it's ok and I've just overridden the old snapshots with the current behavior. Let me know if you think this could cause an issue somewhere but I can't think of a place where this could go wrong.
Ah, I think that's ok. The gap at the top I think is from the safe area, and switching from the VStack to ZStack likely changed the background in the safe area. But since the profile switcher will always display below a navigation bar, I don't think it's an issue.
๐๏ธ Tracking
PM-11490
๐ Objective
iOS 18 -> Fix broken account switcher that was being shown behind the toolbar.
Removed
scrollOffsetChanged
andscrollOffset
from theProfileSwitcherHandler
/ProfileSwitcherState
/ProfileSwitcherAction
as they're no longer necessary as the state is now handled by theProfileSwitcherView
-> Thanks @matt-livefront for this fix/improvement.โฐ Reminders before review
๐ฆฎ Reviewer guidelines
:+1:
) or similar for great changes:memo:
) or โน๏ธ (:information_source:
) for notes or general info:question:
) for questions:thinking:
) or ๐ญ (:thought_balloon:
) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion:art:
) for suggestions / improvements:x:
) or โ ๏ธ (:warning:
) for more significant problems or concerns needing attention:seedling:
) or โป๏ธ (:recycle:
) for future improvements or indications of technical debt:pick:
) for minor or nitpick changes