refactor: enhance UI components and navigation structure, implement export functionality for wizard steps, and update routing for improved user experience
This commit is contained in:
parent
37ab8d7bab
commit
d7e52293e4
18 changed files with 3802 additions and 3318 deletions
|
|
@ -25,11 +25,17 @@ export default defineNuxtConfig({
|
|||
|
||||
modules: ["@pinia/nuxt", "@nuxtjs/color-mode", "@nuxt/ui"],
|
||||
|
||||
// Redirect old Templates landing to Wizards (keep detail routes working)
|
||||
routeRules: {
|
||||
"/templates": { redirect: { to: "/wizards", statusCode: 301 } },
|
||||
"/wizard": { redirect: { to: "/coop-planner", statusCode: 301 } },
|
||||
},
|
||||
|
||||
colorMode: {
|
||||
preference: 'system',
|
||||
fallback: 'light',
|
||||
classSuffix: '',
|
||||
dataValue: 'dark'
|
||||
preference: "system",
|
||||
fallback: "light",
|
||||
classSuffix: "",
|
||||
dataValue: "dark",
|
||||
},
|
||||
|
||||
// Google Fonts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue