Joshua Gerke
Joshua Gerke
NNuxt
Created by Joshua Gerke on 3/23/2025 in #❓・help
With custom Colors all texts are black
Hey guys, i tried to implement more colors because only 7 defaults are way to less. but somehow after the changes all my button texts get black.
app.config.ts
ui: {
colors: {
primary: 'sky',
secondary: 'blue',
success: 'green',
info: 'blue',
warning: 'yellow',
error: 'red',
neutral: 'slate',
test: 'purple'
}
}
app.config.ts
ui: {
colors: {
primary: 'sky',
secondary: 'blue',
success: 'green',
info: 'blue',
warning: 'yellow',
error: 'red',
neutral: 'slate',
test: 'purple'
}
}
nuxt.config.ts
ui: {
theme: {
colors: ['primary', 'secondary', 'tertiary', 'info', 'success', 'warning', 'error', 'test']
}
}
nuxt.config.ts
ui: {
theme: {
colors: ['primary', 'secondary', 'tertiary', 'info', 'success', 'warning', 'error', 'test']
}
}
<template>
<UButton color="test">Button</UButton>
</template>
<template>
<UButton color="test">Button</UButton>
</template>
16 replies
NNuxt
Created by Joshua Gerke on 3/22/2025 in #❓・help
"No data" text in Table Component
Hey guys, how can i replace the text "No data" when the Table is empty? https://ui.nuxt.com/components/table
4 replies
NNuxt
Created by Joshua Gerke on 1/9/2025 in #❓・help
Nuxt auth utils reactive update
Hey guys, how can i update a session value? there are some values only updating when i am refreshing the page like player coins and stuff, but i want to update the session values from the database directly, is there an integrated feature?
4 replies
NNuxt
Created by Joshua Gerke on 10/26/2024 in #❓・help
TailwindCSS/Nesting error
Hey guys, i got an error in nuxt3 with the newest nuxt ui pro version. i think it has something todo with pnpm [17:51:23] WARN [nuxt] could not import postcss plugin tailwindcss/nesting with ESM. Please report this as a bug. [17:51:23] ERROR Cannot start nuxt: Package subpath './nesting' is not defined by "exports" in C:\Users\Comma\Documents\Own\jghost\jghost-frontend\node_modules.pnpm\node_modules\tailwindcss\package.json
5 replies
NNuxt
Created by Joshua Gerke on 9/27/2024 in #❓・help
Laravel CSRF Token mismatch.
Hey guys, i am trying to make my auth with nuxt frontend and laravel backend, but somehow i can't make anything because of the CSRF... i tried asking in stackoverflow but no helpfull answer, eventually someone of you guys can help me. https://stackoverflow.com/questions/79028791/nuxt3-with-laravel-11-and-sactum-auth-csrf-error
4 replies