Just Simeon
Just Simeon
NNuxt
Created by Just Simeon on 12/6/2024 in #❓・help
$fetch not working with the new shared folder properly
yes and no, the composable calls a mitt event system I have to emit different events. the composable (which actually should just be a nitro plugin) is just a scraper that continuously calls 2 api endpoints. However it also performs several checks, one of which can trigger an alert that I also want to receive in the frontend
14 replies
NNuxt
Created by Just Simeon on 12/6/2024 in #❓・help
$fetch not working with the new shared folder properly
@kapa.ai my api routes work fine, however I can't call them from the shared folder
14 replies
NNuxt
Created by Just Simeon on 12/4/2024 in #❓・help
Nuxt UI3 UButton block
@kapa.ai I am talking about https://ui3.nuxt.dev/
21 replies
NNuxt
Created by Just Simeon on 12/4/2024 in #❓・help
Nuxt UI3 UButton block
@kapa.ai does this also apply to ui3?
21 replies
NNuxt
Created by Just Simeon on 12/4/2024 in #❓・help
Nuxt UI3 UButton block
@kapa.ai is there a way to make that the default when using "block"?
21 replies
NNuxt
Created by Just Simeon on 12/4/2024 in #❓・help
Nuxt UI3 UButton block
@kapa.ai my bad, I found it. however In Nuxt ui 2 I have a class "text-center" applied to it. it works perfectly and the text and Icon is in the center of the button. However in nuxt ui 3 this does not wkrk
21 replies
NNuxt
Created by Just Simeon on 12/2/2024 in #❓・help
Loading Icon Timed out
@kapa.ai I already have the heroicons installed locally, the naming is correct and other icons also work fine. Maybe interesting to note, when I click a button the icons suddenly appear.
10 replies
NNuxt
Created by Just Simeon on 11/28/2024 in #❓・help
Disable hover for button
that's huge
19 replies
NNuxt
Created by Just Simeon on 11/28/2024 in #❓・help
Disable hover for button
There must be a simpler way
19 replies
NNuxt
Created by Just Simeon on 11/28/2024 in #❓・help
Disable hover for button
@kapa.ai tell me how to do it via the :ui prop
19 replies
NNuxt
Created by Just Simeon on 11/28/2024 in #❓・help
Disable hover for button
@kapa.ai the button should still work, I just want to prevent things like changing the color on hover
19 replies
NNuxt
Created by Just Simeon on 11/28/2024 in #❓・help
Disable hover for button
@kapa.ai the button should still work, I just want to prevent things like changing the color on hover
19 replies
NNuxt
Created by Just Simeon on 11/15/2024 in #❓・help
HELP NEEDED - Google Storage Bucket Integration
Bump
5 replies
NNuxt
Created by Just Simeon on 11/15/2024 in #❓・help
I am not able to submit my form for some reason
@kapa.ai I am getting a formValidationError but the output makes no sense: Form validation errors: Array: (3) ["Object", "Object", "Object"]
10 replies
NNuxt
Created by Just Simeon on 11/15/2024 in #❓・help
How can I change my formgroup so it looks similar as seen on the picture?
@kapa.ai the description is not properly displayed, its 1 word per row. The actual input is now stuck at the bottom right of the formgroup as supposed to the right center. the required * is not next to the title but rather below the description, that looks weird.
14 replies
NNuxt
Created by Just Simeon on 11/15/2024 in #❓・help
How can I change my formgroup so it looks similar as seen on the picture?
No description
14 replies
NNuxt
Created by Just Simeon on 11/12/2024 in #❓・help
UForm doesn't accept type import for schema
@kapa.ai this is my schema: import {z} from "zod"; export const formSchema = z.object({ title: z.string(), description: z.string(), objectives: z.string() });
10 replies
NNuxt
Created by Just Simeon on 11/8/2024 in #❓・help
Keep devtools enabled after build
thanks I will try with nuxt.options.dev
18 replies
NNuxt
Created by Just Simeon on 11/8/2024 in #❓・help
Keep devtools enabled after build
Yea that isn't helpful. Ill wait for someone else
18 replies
NNuxt
Created by Just Simeon on 11/8/2024 in #❓・help
Keep devtools enabled after build
@kapa.ai devtools enabled is already true but after the build the devtools disappear
18 replies