Zamazuje

    • Oct 8, 2022
    • Joined May 23, 2022
    • 1 discussion
    • 2 posts
    • 0 best answers
    • 1 point
    • Ability to switch between tabs with horizontal scroll. Enable/disable in preferences.

      • Specifically, React Developer Tools, VueJS dev tools and GraphQL Network Inspector. I'm not sure if these are limited by Webkit though.

        • lesharris

          Reply to myself. At least for the case of Vue, this is supported using the upcoming version of Vue Devtools ( Vue DevTools Next ). In addition to a web extension (which still does not work in Orion), they recommend running the devtools as a Vite plugin. This approach essentially injects the full devtools into the running Vue application and, more importantly, works really nicely in Orion:

          Just a heads for anyone looking to use Orion for Vue development.