Cory Gibbons

Results 13 comments of Cory Gibbons

A delay won’t help unfortunately because `component-image` is using [renderToStaticMarkup](https://reactjs.org/docs/react-dom-server.html#rendertostaticmarkup) to render the component. It’s server rendered so `componentDidMount` won’t actually fire at all. I’m interested in trying to implement...

That's a probably a good idea but I need to think on it a bit as I've been away from this project recently.

@mrtzwlkr I'm going to be doing a full rewrite of this theme fairly soon and those will be included.

@mrtzwlkr Thanks, I appreciate it!

@mrtzwlkr Yes there will be. It's been in progress for a while but been low priority and gets pushed aside by more pressing work on my plate. Since I don't...

@monohromatix I've noted this and it will be included in the next version of Yuki. Thanks!

@Luxas85 This is a Tumblr feature you'll need to disable. Go to `Edit theme` -> `Advanced Options` (very bottom) and then disable `Use default mobile theme`.

@devotas looks great and the type combination is really good. Thanks for sharing 👍

`customerRecover` will send an email to the customer with a url to reset their password that looks like: `https://yourdomain.com/account/reset/customerId/resetToken`. You can either extract the token from the url to use...

I haven't seen any proper documentation but using something like [GraphiQL](https://electronjs.org/apps/graphiql)'s Documentation Explorer will let you browse everything that's available ([web version](https://lucasconstantino.github.io/graphiql-online/)).