Ernest Manukyan

Results 13 comments of Ernest Manukyan

bug still exist ``` "@nuxtjs/tailwindcss": "^6.11.4", "tailwindcss": "^3.4.3" ```

Yep, there is bug if you using essentials chat and disabled faction in specific world. In chat just [FACTION], not hiding. Maybe there is any solutions ?

Using `Icon` component may cause SSR issue. Toggle dark theme implementation with `UnoCSS`: ``` const color = useColorMode() const isDark = computed(() => color.value === 'dark') const tooltipText = computed(()...

> [@brokuka](https://github.com/brokuka) not quite sure I understand, can you provide more info on this? Perhaps some reproduction? hey @zernonia sorry for late response Let's say this is current `components.json` ```...

@sadeghbarati lib path seems same hardcoded, can't change the path of lib folder

Strange bahavior, for nuxt works as expected. ![Image](https://github.com/user-attachments/assets/5c5c00fc-4a23-4a6c-80c3-548834db74c1) ``` { "$schema": "https://shadcn-vue.com/schema.json", "style": "new-york", "typescript": true, "tailwind": { "config": "", "css": "assets/css/tailwind.css", "baseColor": "neutral", "cssVariables": true, "prefix": "" }, "aliases":...

For example in my case `components.json` has this structure ``` { "$schema": "https://shadcn-vue.com/schema.json", "style": "default", "typescript": true, "tsConfigPath": ".nuxt/tsconfig.json", "tailwind": { "config": "tailwind.config.js", "css": "assets/styles/index.css", "baseColor": "neutral", "cssVariables": true },...