Skip to content

Frontend user#14

Merged
morshedalamdev merged 3 commits into
mainfrom
frontend-user
Mar 31, 2026
Merged

Frontend user#14
morshedalamdev merged 3 commits into
mainfrom
frontend-user

Conversation

@morshedalamdev
Copy link
Copy Markdown
Owner

This pull request primarily updates several Next.js build manifest files to reflect changes in the application's routing and build outputs. The most significant changes are the addition of new application paths and the removal of certain chunk references from the build manifests, which likely correspond to updates in the application's structure or build process.

Routing and application paths:

  • Added new entries for /login, /signup, and the main root page under the appropriate app directories in app-paths-manifest.json, reflecting the introduction or restructuring of authentication and root pages.

Build manifest updates:

  • Removed all JavaScript chunk references for the /_app and /_error pages in both build-manifest.json and fallback-build-manifest.json, indicating a possible change in how these pages are bundled or served. [1] [2]

Preview mode configuration:

  • Updated the preview mode keys in prerender-manifest.json, which is a routine change that occurs when the preview mode configuration is regenerated.

Align server and client for profile editing: update server update-profile DTO (src + compiled outputs) and adjust client-side validation, auth actions, user edit component, user page and post store. Also regenerate Next.js dev build artifacts and turbopack cache/manifests. These changes fix validation rules and wiring for the profile update/edit flow.
Modify server/src/user/user.service.ts to change user service implementation and regenerate build artifacts. Recompiled outputs updated in server/dist (user.service.js, user.service.d.ts, user.service.js.map) and tsconfig.build.tsbuildinfo to keep runtime code and type info in sync.
Add a .capitalize text-transform utility to the global chunk CSS. Update user-related code (actions/auth.ts, app/(root)/user/[id]/page.tsx, components/user/user-dialog.tsx, components/user/user-edit.tsx) to improve authentication and user edit/dialog behavior. Build artifacts and turbopack cache entries (dev cache, CSS source map, trace) were updated as part of the dev build.
@vercel
Copy link
Copy Markdown

vercel Bot commented Mar 31, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
flexbuzz Ready Ready Preview, Comment Mar 31, 2026 6:24am

@morshedalamdev morshedalamdev merged commit 47d8b56 into main Mar 31, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant