foss42 / apidash

API Dash is a beautiful open-source cross-platform API Client built using Flutter which can help you easily create & customize your API requests, visually inspect responses and generate API integration code. A lightweight alternative to postman/insomnia.
https://apidash.dev
Apache License 2.0
1.43k stars 269 forks source link

Incorrect initial request name in top bar #371

Closed mmjsmohit closed 5 months ago

mmjsmohit commented 5 months ago

Describe the bug/problem The default name of a request is not displayed in the top bar. image

Steps to Reproduce the bug/problem Create a new request by clicking on the new button. The top bar is empty without the text untitled.

Expected behavior It should display untitled as it's the default request name and change whenever the request is renamed.

Device Info (The device where you encountered this issue):

opxdelwin commented 5 months ago

Well, in my opinion, it'd be appropriate to show "New Request" over "untitled". Any reason you're sticking with "untitled"

animator commented 5 months ago

Not an issue because untitled in the request card is just a placeholder and gets replaced by the URL as soon as the user starts typing it. The name displayed above the URL card is the actual name entered by the user which is optional and empty to begin with.

opxdelwin commented 5 months ago

@animator, I was suggesting to replace the blank with "New Request" for actual name of the request, which is right over the URL Card