bounswe / bounswe2022group4

6 stars 3 forks source link

Frontend Bug: Search Results Container Remove Search Bar #561

Closed BeratDamar closed 1 year ago

BeratDamar commented 1 year ago

About Bug:

I realized that when search results are listed, search bar disappear in last version of the our system. The reason of this problem is using "display: flex" option for the navbar menu. Since search bar is placed in navbar menu, search bar and result container try to place flexible due to this oprtion when results container is activated when there is matching result with entered keyword. As a result of this, search bar is disapper. I resolved this issue putting search bar next to navbar menu instead of inside of it.

Other problem is size of "results" container. There is a inconsistency with size of the search bar. I also have resolved this bug resizing results container(pop-up) again.

You can see current version of search bar as follows:

image

➡️ For more details, you can look at #555

🔎 Reviewer:

@umutdenizsenerr

⏰ Deadline:

25.12.2022 23.59

umutdenizsenerr commented 1 year ago

you have solved the bug. well done!