TechSpiritSS / Terminal-Portfolio

Terminal Style Portfolio made with HTML / CSS / JS
MIT License
64 stars 83 forks source link

[Bug]: Blogs command should be async #76

Closed SadashayKanungo closed 2 years ago

SadashayKanungo commented 2 years ago

Contact Details

sadashay01@gmail.com

What happened?

The blogs command fetches an api to get list of blogs. In the current code, this fetch is not done asynchronously. So we are getting the output after a new line has been created in the terminal. Here is the screenshot of the bug.

image

What should have happened?

The api needs to be fetched asynchronously and new line should be created only after the blogs list has been displayed.

What browsers are you seeing the problem on?

No response

Version

No response

Relevant log output

No response

SadashayKanungo commented 2 years ago

@TechSpiritSS I would like to work on this. Please assign it to me.

TechSpiritSS commented 2 years ago

Go for it 👍