Description
Add pull-to-refresh functionality on the mobile feed so users can refresh the complaint list with a natural swipe-down gesture.
Proposed Implementation
- Pull-to-refresh gesture on the main feed page
- Visual loading indicator (spinner or animation) during refresh
- Refetch latest complaints from the API
- Should work on all feed tabs (Recent, Pending, Resolved)
Why
This is a standard mobile UX pattern that users expect. Currently the only way to refresh is to reload the page, which feels clunky on mobile.
Description
Add pull-to-refresh functionality on the mobile feed so users can refresh the complaint list with a natural swipe-down gesture.
Proposed Implementation
Why
This is a standard mobile UX pattern that users expect. Currently the only way to refresh is to reload the page, which feels clunky on mobile.