marthaegrimaldi / marthaegrimaldi/restaurant-ordering-platform-with-source-code

Enatega Customer Application: (UI-Fix) Cross (✕) Icon Button is Cut Off on Order Status Screen

Open
#47 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Description:
On the Order Status screen (after an order is placed), the close/cross (✕) icon button appears partially cut off, either at the top, side, or corner of the screen. This affects its visibility and usability, making it unclear to the user that it's an interactive element to dismiss or close the screen.

Expected Behavior:
The cross icon should be fully visible, properly aligned within its container, and accessible for tapping/clicking without obstruction.

Steps to Reproduce:

Place an order through the app or website.
Navigate to the Order Status screen.
Observe the position and rendering of the cross (✕) icon.
Impact:

Aesthetic/UI inconsistency
Reduced usability (hard to tap or recognize the button)
Confusing UX, especially for users wanting to exit the screen
*Possible Causes:

Missing padding/margin on the icon container
Incorrect positioning (e.g. absolute without safe area consideration)
Overlapping elements or clipped overflow

Smartphone (please complete the following information):

Device: [e.g. Infinix hot 50]
OS: [e.g. Android ]
Browser [e.g. Application]
Version [e.g. Latest]

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the issue on the Order Status screen after placing an order, then locate the screen component and the cross icon button in the frontend. Check the button’s positioning, spacing, safe-area handling, and clipping; done means the icon is fully visible, aligned, and tappable without obstruction.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
frontend
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.