lambertf917 / lambertf917/react-native-uber-eats-clone
Update" Button Text Disappears When Changing Vehicle Type – Loader Should Appear Instead
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 3
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Describe the bug
When the user changes the Vehicle Type in the app, the text on the "Update" button disappears during the update process. This may confuse users, as there is no indication that the update is in progress.
To Reproduce
Steps to reproduce the behavior:
Open the app and navigate to the Vehicle Type section.
Select a different vehicle type.
Tap the "Update" button.
Observe that the button text disappears instead of showing a loader.
Expected behavior
A loading indicator (spinner or progress animation) should appear on the "Update" button to provide visual feedback that the update is in progress.
Smartphone (please complete the following information):
Device: Samsung A15
Additional context
Replacing the disappearing text with a loader improves user experience by confirming that their action is being processed, preventing repeated taps or confusion.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue in the app's Vehicle Type section and locate the implementation of the Update button. Check the update flow's loading state, then verify that a spinner or progress indicator appears on the button while the change is processed and that the behavior can no longer be triggered by repeated taps.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react-native
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100