shadcn
shadcn
@HUGEwindow unfortunately no. But I can come back to it this weekend. Sorry.
> Any chance this will be updated for Sketch 49? This is long due. I'll work on it this weekend. 👍
@ihaveabucket This took me longer than expected but I have a dev version working. Would you like to help me test it? 1. Download [Sketch-Navigator.sketchplugin.zip](https://github.com/arshad/Sketch-Navigator/files/1802760/Sketch-Navigator.sketchplugin.zip) 2. Double click on it...
I see what you mean. We're actually doing same for most of our sites: using a proxy API route for making `getResource` and `getResourceCollection` calls. The reason we did not...
Let's move discussion to the PR: https://github.com/chapter-three/next-drupal/pull/313 Closing this. Thank you.
@ref-thomasledoux1 Sorry just seeing this now. You can get the links object using the `deserialize: false` option. ```ts const response = await drupal.getResourceCollection("node--article", { deserialize: false, }) ``` `response.links` will...
@twfahey1 We just tagged next `1.3.1` with a fix for bypassing the JSON:API page limit. I've also published a guide here: https://next-drupal.org/guides/page-limit In your case, let's say you want 100...
@MokDevelopment I was going to suggest what @theodorosploumis said. Keep your sites configured for your prod environments then in override the values in your `settings.local.php`.
Thanks for the fixes. We're working on adding support for Drupal 10. I'll get back to this.
Hi everyone. Just dropping in to say thanks for all the work on this PR. I'm currently wrapping up #301. Once this is done, I'll start looking into fixing the...