Jon McLaren
Jon McLaren
**Is your feature request related to a problem? Please describe.** Discussed with William Spiro about rewarding people for functionality that eventually gets implemented in HubSpot. This can be a demotivator...
I don't know if there's a class we can target, but I think it would be nice to make the background of the drag n drop section be a slightly...
Add a Tel link to extension somewhere which calls the HubSpot Support Number and provides the extension (5) for partners. This link should maybe cautiously added to prevent miss-use. I...
https://spin.d.pr/IPlVj1+ I think it's caused by the status div for the two develop tab toggle switches.
 Could probably fix with a bottom border on the nav or something.
dark theme - Mac - change cursor over text input fields to white cursor being used for code editor
change cursor over text input fields to white cursor being used for code editor for mac users
``` $.getJSON("https://api.github.com/repos/williamspiro/HubSpot-Developer-Extension/releases", function(data) { var items = []; $.each(data, function(key, val) { var placement = data.index; items.push("" + val.name + val.tag_name + val.body + key + ""); }); $("", {...
**Describe the bug** Page Speed Insights scores that the extension grabs, differ from the actual page speed insights website. I'm guessing an API change occurred and we need to update....
 
I don't want to go and write my own JSON formatter, but it would be nice if built into the extension was a feature to auto prettify the developer info,...