🎨 Palette: Enhance FlightScreen accessibility and feedback#101
🎨 Palette: Enhance FlightScreen accessibility and feedback#101TargetMisser wants to merge 1 commit intomainfrom
Conversation
This update improves the FlightScreen by adding tactile feedback and
comprehensive accessibility support to the flight cards:
- Integrated `expo-haptics` for threshold crossing and success feedback
during flight pinning gestures.
- Added detailed `accessibilityLabel` to flight cards, providing
Flight Number, Airline, Origin/Destination, Time, and Status.
- Implemented `accessibilityActions` ('togglePin') and
`onAccessibilityAction` for pinning/unpinning flights without gestures.
- Replaced hardcoded Italian strings in the notification toggle with
localized translation keys.
- Added `flightAccessibilityPinHint` and `flightAccessibilityUnpinHint`
to the translation system.
- Refactored `SwipeableFlightCard` to support prop spreading for a11y.
Co-authored-by: TargetMisser <52361977+TargetMisser@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. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
💡 What: The UX enhancement added
Enhanced the
FlightScreenwith haptic feedback and robust accessibility features.🎯 Why: The user problem it solves
♿ Accessibility: Any a11y improvements made
accessible,accessibilityLabel,accessibilityActions, andonAccessibilityActionto flight cards.✅ Verification
pnpm typecheckto ensure no regressions.pnpm-lock.yaml,expo_web.log).expo-hapticsdependency is present inpackage.json.PR created automatically by Jules for task 17138805216643913655 started by @TargetMisser