appandflow / appandflow/trailhead

[Hackathon demo] Make the recording sheet adjustable with accessibility actions

Abierto Apto para principiantes
#8 0 comentarios 0 reacciones 0 asignados Ver en GitHub
bug good first issue
Lenguaje dominante
TypeScript
Estrellas
0
Forks
0
Merge medio
23 min
PR fusionados (30 d)
7

Descripción

Hackathon demo ticket. This is intentionally small and self-contained.

## Problem

The recording sheet grab area declares the adjustable role, but it does not handle accessibility increment or decrement actions. A screen-reader user cannot expand or collapse it through that role.

## Scope

Add the minimum accessibility actions and handler to the grab area in src/features/record/RecordSheet.tsx. Reuse the existing expanded state and spring behavior.

## Acceptance criteria

- Increment expands the sheet.
- Decrement collapses the sheet.
- The accessibility label reflects the current state.
- Touch pan and tap gestures continue to work.

## Validation

Follow docs/mobile-agent-loop.md.

Before: record the grab area's current attributes and show that the adjustable action does not change state.

After: use agent-device to invoke or verify the supported accessibility action, prove the expanded content becomes visible, and capture before and after screenshots.

The PR description must include clearly labeled Before and After evidence.

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Línea de trabajo

Read docs/mobile-agent-loop.md, then inspect the grab area in src/features/record/RecordSheet.tsx, including its current accessibility attributes, expanded state, and spring behavior. Use agent-device to verify increment and decrement actions, confirm the label and visible content reflect the state, check that touch gestures still work, and capture clearly labeled Before and After screenshots.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
react-native, typescript
Área
accessibility, mobile
Tipo de issue
Nueva funcionalidad
Dificultad
2/5
Tiempo estimado
1-3 horas
Estado de actividad
Activo
Claridad
Bien especificado
Aptitud para principiantes
86/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.