Margaret-Petersen / Margaret-Petersen/python-based-food-ordering-system
Remove Welcome Message When Logo is Clicked as it is useless
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Description:
When clicking on the user logo in the Enatega app, a dropdown menu appears with the options "English," "Welcome," and "Logout." The "Welcome" option is unnecessary and should be removed to streamline the user interface.
Steps to Reproduce:
1-Log in to the Enatega app.
2-Click on the user logo at the top right corner.
Expected Result:
The dropdown menu should only contain options relevant to the user's interaction, such as language selection and logout.
Actual Result:
The dropdown menu contains an unnecessary "Welcome" option.
Screenshots:
welcome is useless
Proposed Solution:
Remove the "Welcome" option from the dropdown menu that appears when the user logo is clicked.
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
Search the frontend for the user-logo dropdown and the visible "Welcome" label. Confirm the menu currently contains English, Welcome, and Logout, then remove only the Welcome option and verify that language selection and logout remain available after clicking the logo.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100