vuejs / devtools-v6

⚙️ Browser devtools extension for debugging Vue.js applications.
https://devtools-v6.vuejs.org/
MIT License
24.69k stars 4.14k forks source link

In the standalone version of Vue devtools 7, the component picker button is nowhere to be found #2131

Open segevfiner opened 10 months ago

segevfiner commented 10 months ago

Vue devtools version

7.0.10

Link to minimal reproduction

Any project

Steps to reproduce & screenshots

  1. Just open the devtools, the component picker button that used to be in the topbar in v6 is nowhere to be found in the standalone version of v7

What is expected?

The component picker button is available

What is actually happening?

It's nowhere to be found

System Info

System:
    OS: macOS 14.2.1
    CPU: (10) arm64 Apple M1 Pro
    Memory: 68.42 MB / 16.00 GB
    Shell: 5.9 - /bin/zsh
  Binaries:
    Node: 18.19.0 - ~/.nvm/versions/node/v18.19.0/bin/node
    npm: 10.3.0 - ~/.nvm/versions/node/v18.19.0/bin/npm
    pnpm: 8.14.0 - ~/.nvm/versions/node/v18.19.0/bin/pnpm
  Browsers:
    Chrome: 120.0.6099.234
    Safari: 17.2.1
  npmPackages:
    vue: 3.3.4 => 3.3.4

Any additional comments?

No response

segevfiner commented 9 months ago

Should be moved to vuejs/devtools-next? Or is that repo going to be merged here?