Atrian Wagner
Atrian Wagner
Played around with intentionally causing this, and it appears the issue happens when the blur hasn't loaded, ie the behavior doesn't happen when you remove the image, but if the...
My recommendation for fixing this relies on #610. Once this is implemented, we can pull the dominant color to create a placeholder to quickly load first. Relevant link for implementation:...
Good news, this only impacts admins. Regular users only see the edit button.
I can adjust this using tailwindcss.
There was an unfortunate bug when trying to increase the delay setting on the hover state. Instead I have adjusted it so that the hover setting only happens when not...
Perhaps instead of "Commissions are done through studios, rather than user accounts. Click here to create one." We could change it to: "A studio is a place where an artist...
The new nav design removes the description. I'll review other site areas to see if we can include the new wording elsewhere. Alternatively, it might be useful to have it...
Looking into this, I see that the authToken is currently in `data.json` file. Adding that the authToken file in the Todoist Sync plugin is generated by [token.ts](https://github.com/jamiebrynes7/obsidian-todoist-plugin/blob/994983be2444d18c416ecad8fedcea34c61c1836/plugin/src/token.ts#L3), which is then...
This also resolves #32, which I see as the first iteration towards dealing with #5.
While reviewing the REST API documentation for another issue, I found out that the comma operator is not supported when using the filter parameter in a single API call. The...