-
-
Notifications
You must be signed in to change notification settings - Fork 865
feat: Migrate to Nuxt 3 framework #5184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: mealie-next
Are you sure you want to change the base?
Conversation
…ted for improved state management
…ency across components
…th" for improved authentication handling
…lopment experience
… and configuration
…t and session refresh interval
…ved layout consistency
…' for improved consistency
…on elements for improved consistency
… for button for improved consistency
…ents to use 'size' prop for improved consistency
…g for consistency
…rs for improved prop handling
…layout management
… for improved consistency
…ble for improved functionality
…for better user experience
…seLocales composable
…eadability and structure
✅ The organizers on the recipe finder page aren't rendering correctly
For me, it looks better in contrast and easier to navigate the card items. Do we really need to turn it all black?
Not really happen to me, but there was an auto session polling behavior from new nuxt auth, I removed this to avoid state binding over the UI
This one work for me. Item will move around from un check - checked |
…enu components for improved readability and consistency
✅ I'm not seeing the fixes for the compact card height. Are you sure that went in? |
… improved readability
…hoppingListItemEditor and InputLabelType components
@michael-genson shopping list form issue resolved. It was a vuetify issue with that v-autocomplete component |
feat: Migrate to Nuxt 3 framework
What this PR does / why we need it:
This PR migrates the frontend application from Nuxt 2 to Nuxt 3, bringing significant performance improvements and updated dependency support.
Key changes include:
@nuxtjs/auth-next
with@sidebase/nuxt-auth
@nuxtjs/axios
( deprecated ) withaxios
& the custom nuxt plugin@nuxtjs/proxy
with nitro built-in proxyThe migration improves developer experience with better TypeScript support, faster HMR (Hot Module Replacement), and access to modern Vue ecosystem features.
Which issue(s) this PR fixes:
Fixes #XXX (Migration to Nuxt 3)
Special notes for your reviewer:
Please pay special attention to:
Testing
Testing was conducted across all major components and pages, ensuring: