Sadegh Barati

Results 326 comments of Sadegh Barati

When you have create demos you have two options 1. update `apps/www/__registry__/index.ts` manually (add demos) 2. you can run `pnpm build:registry` when you created demos in both styles

With this, we don't need another CLI feature for converting `ltr` (directional properties) to `rtl` (directional properties) We can also showcase `ConfigProvider`, `rtl` and `ltr` in `shadcn-vue` site CSS Logical...

No need to rush 👍 There is also the same pkg for Vue called [vue-command-palette](https://github.com/xiaoluoboding/vue-command-palette) which uses `Fuse`, you can take a look at it and see how it handles...

@zernonia can we remove these aggressive warnings for a11y? Other shadcns seem not to have these logs Image of logs ![image](https://github.com/radix-vue/shadcn-vue/assets/17789047/b027fff4-7ff3-40b8-b61b-8c30745c59cf) --- Also, there is something wrong with `CommandDialog` which...

Let's close stale PRs xd filterFunction is also going to remove in v2

How we can make it an `opt-in` feature? I think it's better to have multiple registries then - default directional properties TS - default directional properties JS - default logical...

@zernonia [JSPM Playground](https://jspm.org/sandbox#H4sIAAAAAAAAA41UUU/bMBB+51cc3qTCRBIK08RKUlG2ipURhOiqaXvCTdzGxbE922nVIv77Lk6D1k1Ie3Ac++zvvvvuzvF+rjK31gwKV4r+XtxOjOb9PYC4ZI5CVlBjmUtI5WbBGfEGx51g/Yn0cx5HzfrliqQlS8iSs5VWxhHIlHRMIsSK565IcrbkGQv84gi45I5TEdiMCpZ00UEcNQziqcrXHnU/CHACuB7fpXDFJDPUKQOjssaHlGpvHebcweT+pofxOG17UTRvj4YLq8uQq+jN5OR28ePq8vFzemzW4831eNItvg5luvkk7zbD5f1mcuzGjx+76e1oc7xIh4PLXz9Hy8FiMEAfQVDTqRnlfAk8TwjVmvTjCJdbC8Q2M1w7qIVNCPcUS6q9cE+e53bTkt52A7cc5WLFZR6UzMwZWshLDPSFvNRlb/fgxUl4EnbRvXXRtJK5YEG5sCEO4pGf95oRRw2rlj4KCsMxpCqvBINxwUvba+VEsha0EusZFwJmqLMSOTMwNWplmbGw4q5QlQP+x3lbab84YHMY0xk1HLofwtPDrWStKNSuZQbWZMlr8TEblJ5VYGtWF93wLDxtAvzLhNewtIyyVhk+5xKTIZVcl6qydUp2AxZcPoJhIiENhMZ/RXMChWGzV8n8t9hR62cn+Y0rn3lo1XqHGkCLm9awMDOq/KcCzrflBFEE3w13DHXmEhpI7Kgcu5YZdgSYH0SkYJmmWOsIx/FAnSPcJCg1Aeqc4dMKbUqCK1iL0pANvRvsUasEC4WaH+zQOzz3dv/Bag+5xJ768i29gQQefB9kglqbkLdPO/dCt/LzQUfb4H3nCDraBGedw2fSH0mrWYaNy5rOedip0Dhq+h6fAf8e/QYfRDqBpwQAAA==) `tailwind-merge` will resolve when both classes are of the same kind - `twMerge('pl-4', 'ps-6')` ---> `pl-4 ps-6` **(directional + logical)** - `twMerge('pl-4', 'pl-6')` ---> `pl-6` **(directional +...

Yes just like Wobsoriano said but don't forget about `markRaw(MyComponent)`

@lyneal it should be swipeable in new release