13 comments

  • Bruno Daniel, almost 9 years ago

    By the way, that's my project, feel free to ask questions and suggest improvements. I should have included Show DN in the title, but it slipped.

    2 points
    • Elliott ReganElliott Regan, almost 9 years ago

      Why not for Firefox?

      2 points
      • Bruno Daniel, almost 9 years ago

        Firefox release coming soon-ish :)

        1 point
        • Elliott ReganElliott Regan, almost 9 years ago

          Why did you go for Chrome and Safari first, though? Is it particularly difficult to make FFox plugins?

          1 point
          • Bruno Daniel, almost 9 years ago

            The first version supported Safari only, as it had the biggest deficit in AngularJS tooling, and it's a browser I otherwise enjoy. Chrome was next as it's the most popular and I kept getting a lot of requests for it - kind of a surprise because of Batarang. It seems a lot of people favoured ng-inspector over Batarang for the design, which was uplifting :)

            Turns out starting with Safari was perfect, as it has the most limited extension API of the three. After Safari, the other browsers were much easier to target with the existing code base.

            1 point
  • Mattan IngramMattan Ingram, almost 9 years ago

    It looks nicer than the competing extensions, but it doesn't seem to do much in terms of expanding/collapsing the scope or showing me the actual variables I want. Often they appear hidden in a level of the hierarchy I can't access. It shows there are a number of things in there, but clicking on it does nothing.

    In fact everything you mouseover has a hover style, but nothing is actually clickable! Is mine buggy?

    0 points
    • Bruno Daniel, almost 9 years ago

      When you click on a Scope, the extension console.log()s the DOM Node it's attached to. Clicking on a model console.log()s the model value.

      I understand this isn't obvious from the UI, and it's a usability issue that I'll address in an upcoming update.

      0 points
      • Mattan IngramMattan Ingram, almost 9 years ago

        Ahhh, I see! Yeah that isn't obvious, and would be cool if that information was shown in the UI itself.

        Have you used Angular Batarang? It's really ugly and annoying to use, but allows you to expand and collapse the scope visually so you can narrow in on what you want. It also adds an Angular Properties panel to the specific element you inspect.

        The ideal I think would be a mix of yours and Batarang's functionality.

        1 point
        • Bruno Daniel, almost 9 years ago

          I'm familiar with Batarang, it was the original inspiration. I wanted that functionality in browsers other than Chrome, while also addressing my own insatisfaction with its UI/UX.

          0 points
  • Bruno Daniel, almost 9 years ago

    If anyone is interested, I'm moving the Sketch 3 files for the extension artwork, logo and webpage from the GitHub repo to a LayerVault public project.

    Contributions are most welcome!

    0 points
    • David Barsky, almost 9 years ago (edited almost 9 years ago )

      What's the reason for the move? Did GitHub screw with the Sketch files, or is it more of a separation-of-concerns thing?

      0 points
      • Bruno Daniel, almost 9 years ago (edited almost 9 years ago )

        Separation-of-concerns and the fact that git isn't very suited (without plugins) for large binary files. Over time, cloning the repo slows down to a crawl and the repository size gets too big.

        Plus, I think LayerVault and similars are much better suited for open-source design.

        0 points
  • Mattan IngramMattan Ingram, almost 9 years ago

    I've been looking for something like this! Checking it out as soon as I get back from vacation.

    0 points