Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ui): render ui to alternative screen #8084

Merged
merged 6 commits into from
May 9, 2024

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    1f22b18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a213c2a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    abdcc94 View commit details
    Browse the repository at this point in the history
  4. chore: fix clippy

    chris-olszewski committed May 7, 2024
    Configuration menu
    Copy the full SHA
    544a1d0 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. feat(ui): layout change (#8108)

    ### Description
    
    Change the layout of the UI display better on smaller terminals.
    - Removal of task timeline in favor of spinners and icons for finished
    tasks
     - Move task list to sidebar
    
    This PR also removes persisting writer codepaths as those are no-ops now
    that we aren't using an inline view.
    
    
    ### Testing Instructions
    
    
    
    https://github.com/vercel/turbo/assets/4131117/10fc9f99-8772-4e03-bc83-6ae9e267f0cd
    
    
    
    Closes TURBO-3023
    chris-olszewski committed May 9, 2024
    Configuration menu
    Copy the full SHA
    c3851a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cc2c95 View commit details
    Browse the repository at this point in the history