turbo icon indicating copy to clipboard operation
turbo copied to clipboard

Turbo 2 UI: Can't copy and hard to scroll

Open pmm26 opened this issue 1 month ago • 20 comments

Verify canary release

  • [X] I verified that the issue exists in the latest Turborepo canary release.

Link to code that reproduces this issue

turbo dev

What package manager are you using / does the bug impact?

pnpm

What operating system are you using?

Mac

Which canary version will you have in your reproduction?

[email protected]

Describe the Bug

After installing the new Turbo Repo V2 there was a moment of exiting in seeying the new UI. Followed shortly by a bit disapointment and reverting back to the old UI.

I have 2 things that would be great to have improved.

1 - Scrolling is hard and slow.

Have you ever console.log a whole api response? Well with this new UI forget it you will never reach the top.

IF you are not at the bottom. The application will continue to print things off screen and if you want to see the latest things. It's going to take you a good 5 to 20 seconds to get to what's being run now.

Suggestions:

  • Add something to be able to go straight to Latest.
  • Scroll bar (not sure if it's possible) or some keybind to scroll up faster

2 - Can't copy/select anything. Have you ever copied some long to look on google for a possible fix. Well I can't copy anything apart from clicking on links that VS Code recognizes.

Expected Behavior

Be able to scroll quickly and be able to copy text from the terminal.

To Reproduce

turbo dev

Additional context

I tested it on canary.

I'm running on a MAC M2 Pro V14.2.1 Terminal running in VS Code. Running on ZSH: zsh 5.9 (arm-apple-darwin22.6.0)

Running Oh-my-zsh: ZSH_THEME="robbyrussell"

pmm26 avatar Jun 07 '24 10:06 pmm26