jansedlon

  • Mar 31, 2023
  • Joined Jan 23, 2022
  • 1 discussion
  • 2 posts
  • 0 best answers
  • 2 points
  • Steps to reproduce:
    Not sure. It happens only sometimes. I opened up Mongoose and the background of the page was black. My system theme is set to Auto

    Expected behavior:
    To have correct styling

    Orion, OS version; hardware type:
    0.99.112-beta, MacOS 13.2, Macbook Pro 16" M1 Max

    Image/Video:

    • 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.