Jacopo Marrone
Jacopo Marrone
We need this! Someone opened this request in the frontend repo ?
What i found is that... ## `alias.ui` Low Level components go here. Like Button, Select... and all others from https://ui.shadcn.com/docs/components ## `alias.component` `Blocks` components go here. Like this [dashboard-01](https://ui.shadcn.com/blocks#dashboard-01), installed...
I never used but this is what I would do: - Add "npx" prefix to build:css script inside package json, sometimes it's needed - check if the installed tailwind is...
Try something like this "$extractUrlPath(http...)", or use plain JavaScript to do that. The docs refer to the usage of utilities inside expressions . I think that inside the Code node...
Try with chat gpt, you can use "split" or "regex" for more robust function
https://community.n8n.io/t/url-web-api-not-available-in-n8n/47903/5
Anyone has a pseudo code for this in the meantime?
Same, but if you interact with the form (update fields) you should see it in the DevTool. At least this i happening to me.
Correct. Not working even after updates.
**Temp Fix** Not tested on mobile, only desktop. ```scss // component - select branch popover .kui\:reset[role=presentation][data-placement=bottom]:has(> span):has(> [role=listbox][aria-label="Suggestions"]) { & [role=option] { display: flex; > * { flex: 1; }...