Kyllian
Kyllian
NNuxt
Created by Cordobes on 3/20/2025 in #❓・help
postcss error (tailwind)
to my experience this usually means an error in the code somewhere, like missing {}
19 replies
NNuxt
Created by Kyllian on 3/20/2025 in #❓・help
Loading in large dataset
yeah me neither, ended up scrapping the functionality
17 replies
NNuxt
Created by Kyllian on 3/20/2025 in #❓・help
Loading in large dataset
@kapa.ai using nuxt content, how can I fetch content on server side
17 replies
NNuxt
Created by Wirkhof on 3/17/2025 in #❓・help
How to disable this shaking of icon in Nuxtr
yeah but i just never noticed it
35 replies
NNuxt
Created by Wirkhof on 3/17/2025 in #❓・help
How to disable this shaking of icon in Nuxtr
status.languageStatus is the ID
35 replies
NNuxt
Created by Wirkhof on 3/17/2025 in #❓・help
How to disable this shaking of icon in Nuxtr
only thing i can think of is adding custom css to hide the icon
35 replies
NNuxt
Created by Wirkhof on 3/17/2025 in #❓・help
How to disable this shaking of icon in Nuxtr
No description
35 replies
NNuxt
Created by Wirkhof on 3/17/2025 in #❓・help
How to disable this shaking of icon in Nuxtr
does this work
35 replies
NNuxt
Created by ObSeSSeN on 3/7/2025 in #❓・help
Hydration hell - A simple loading state on a Nuxt UI button
might help
79 replies
NNuxt
Created by ObSeSSeN on 3/7/2025 in #❓・help
Hydration hell - A simple loading state on a Nuxt UI button
just await nextTick
79 replies
NNuxt
Created by Kyllian on 3/10/2025 in #❓・help
useFetch, how to type correctly.
whoow lets replace a lot of code with even more code
32 replies
NNuxt
Created by Kyllian on 3/10/2025 in #❓・help
useFetch, how to type correctly.
@kapa.ai is there absolutely NO way to clean this typeof data?.location.name === 'object' ? data?.location.name.en : data?.location.name || 'Loading'"
32 replies
NNuxt
Created by Kyllian on 3/10/2025 in #❓・help
useFetch, how to type correctly.
so much for DRY
32 replies
NNuxt
Created by Kyllian on 3/10/2025 in #❓・help
useFetch, how to type correctly.
cool so there is no way to have this structure
32 replies
NNuxt
Created by Kyllian on 3/10/2025 in #❓・help
useFetch, how to type correctly.
@kapa.ai this messes with the typing
32 replies
NNuxt
Created by Kyllian on 3/10/2025 in #❓・help
useFetch, how to type correctly.
@kapa.ai how would I parse types in useFetch using transform:
const updateRef = ref(0)
const { data, status } = useFetch<{ city: any, location: ILocation, stones: IStone[] }>(`/api/v2/locations/${parsedId}`, {
watch: [updateRef],
transform(data) {
data.location.name = data.location.name as ITranslatedText
return data
}
})
const updateRef = ref(0)
const { data, status } = useFetch<{ city: any, location: ILocation, stones: IStone[] }>(`/api/v2/locations/${parsedId}`, {
watch: [updateRef],
transform(data) {
data.location.name = data.location.name as ITranslatedText
return data
}
})
32 replies
NNuxt
Created by Kyllian on 3/10/2025 in #❓・help
useFetch, how to type correctly.
@kapa.ai how can I use a payload reducer in this: const { data, status } = useFetch<{ city: any, location: ILocation, stones: IStone[] }>(/api/v2/locations/${parsedId}, { watch: [updateRef], })
32 replies
NNuxt
Created by Kyllian on 3/10/2025 in #❓・help
useFetch, how to type correctly.
@kapa.ai Does Nuxt provide a way to simplify this? {{ typeof stone.person === 'object' ? stone.person.name ?? "" : stone.person }}
32 replies
NNuxt
Created by Kyllian on 3/10/2025 in #❓・help
useFetch, how to type correctly.
god this is absolute bollocks
32 replies
NNuxt
Created by Kolja on 3/7/2025 in #❓・help
[SOLVED] NuxtUI and/or Tailwind apply only selective styles
8 replies