Closed MoralCode closed 1 year ago
their schema
as obtained by putting the results of this query https://stackoverflow.com/a/46543255 into here : http://nathanrandal.com/graphql-visualizer/
Currently working on this in my fork on the graphql branch
Seems like the generated html is pretty tightly integrated with the responses from the API so its gonna be tricky/time consuming to swap the API out without breaking a ton of things
Having some instructions for how this was built and run might also help, currently running into an issue where importScript
is not found
Wow thanks so much!
weather update: it now kind of works
i pretty much just started over and bypassed a lot of the recursive name-trying logic cuz it looked complicated - so maybe thats why some of the names arent showing up
jk it wasn't working because it was crashing.
hover tooltips are uuh a lil broken tho
I suspect something in the tooltip library got updated and broke things.
Might try either downgrading tippy, messing with it until it works, or moving all the dom manipulation code into a html template to better see what the structure of that tooltip looks like
Guess this means I'm now live-tweeting updates on the nerdiest of Twitter alternatives haha
just a small CSS import/linking issue - of course
Seems like the extension currently is trying to use an old, now-deprecated REST API
this seems to be a sample of a new endpoint that might be a replacement for the one currently in use: