thtauhid / terminal-portfolio

A portfolio site that looks and feels like a terminal. Built with React + Tailwind.
https://my-terminal-portfolio.vercel.app/
MIT License
25 stars 22 forks source link

bug: commands and cursor are invisible in arch theme #85

Open MahendraDani opened 9 months ago

MahendraDani commented 9 months ago

Description

When the theme is set to arch the commands and cursor are invisible.

How to Reproduce

  1. Go to my-terminal-portfolio.vercel.app/
  2. Run command theme
  3. Run command theme set arch The cursor will be vanished and any command typed after that will be invisible.

Screen Recording

https://github.com/thtauhid/terminal-portfolio/assets/116940083/c0df2457-415c-4b17-bd42-1d45d7524533

I would like to work on this issue!

thtauhid commented 8 months ago

Hi @MahendraDani I am unable to reproduce the same bug.

Can you try the same on https://my-terminal-portfolio.vercel.app/thtauhid ?

MahendraDani commented 8 months ago

Hi @MahendraDani I am unable to reproduce the same bug.

Can you try the same on https://my-terminal-portfolio.vercel.app/thtauhid ?

@thtauhid Yes the bug still exists! When you run theme set arch the background color changes to arch theme colors but the cursor is not visible.

MahendraDani commented 8 months ago

Description

When the theme is set to arch the commands and cursor are invisible.

How to Reproduce

  1. Go to my-terminal-portfolio.vercel.app/
  2. Run command theme
  3. Run command theme set arch The cursor will be vanished and any command typed after that will be invisible.

Screen Recording

f9937b9a-4b33-46cc-9d6a-7daeac91a2e3.mp4 I would like to work on this issue!

@thtauhid If you see at 0:17 in the screen recording the theme is set to arch but the cursor is not appearing on the screen

thtauhid commented 8 months ago

@MahendraDani I am still unable to reproduce the same thing on my device.

@codexsusan @LinhNguyenLe2109 can you check on your devices?

MahendraDani commented 8 months ago

@MahendraDani I am still unable to reproduce the same thing on my device.

@codexsusan @LinhNguyenLe2109 can you check on your devices?

@thtauhid Please watch the screen recording I have shared. The issue is that when theme is set to arch the cursor is not visible on the screen. By cursor I mean the cursor of type vertical text which should be visible to execute the next command.

thtauhid commented 8 months ago

@MahendraDani I am still unable to reproduce the same thing on my device. @codexsusan @LinhNguyenLe2109 can you check on your devices?

@thtauhid Please watch the screen recording I have shared. The issue is that when theme is set to arch the cursor is not visible on the screen

I have seen the screen recording. I am not able to reproduce the same. That's why I need feedback from someone else before I can mark it as a bug.

Please wait for some time till we receive the feedback.

Thank you

MahendraDani commented 8 months ago

Alright!

MahendraDani commented 8 months ago

@thtauhid Any updates?