wellsjo / JSON-Splora

GUI app for editing, visualizing, and manipulating JSON data
MIT License
1.86k stars 60 forks source link

Show filter type being used #9

Closed mike-eason closed 7 years ago

mike-eason commented 7 years ago

Hello there,

Instead of having to type .abc.def you can ignore the starting period entirely and just type abc.def.

mike-eason commented 7 years ago

I also added icons for filter types which resolves issue #6, however I couldn't find a decent svg for jq so I just used the node.js logo.

wellsjo commented 7 years ago

@mike-eason awesome, thanks! I'll review this today.

wellsjo commented 7 years ago

@mike-eason I made a commit that fixed a couple things. For the jq logo, could we use their actual logo instead of the nodejs one? How did you make those svgs? https://stedolan.github.io/jq/jq.png

mike-eason commented 7 years ago

@wellsjo I just used an online png to svg converter, quite nifty really.

Anyway, I added the jq logo for you.

wellsjo commented 7 years ago

@mike-eason awesome nice job! hope you don't mind I changed pr title to make more sense. I just did a pretty big refactor which should affect some of the code here. I see there are some conflicts now

mike-eason commented 7 years ago

No problemo!

If it's too much of a hassle, just close this PR and manually add what you need.

Cheers.

wellsjo commented 7 years ago

I merged our work together https://github.com/wellsjo/JSON-Splora/pull/16