Open
Conversation
…g page - Add registration NgRx state, actions, effects, and reducer to handle user sign-up - Create onboarding component to handle email verification code exchange and auto-login - Add /app/onboarding route with verification code processing and error handling - Update app component to exclude onboarding route from dashboard redirect logic - Consolidate website route checks into array and add /register to website routes list - Replace
…eholders, centered layout
… validation - Change query param from 'token' to 'onboarding_token' in onboarding flow - Move onboarding_token from Authorization header to request body - Add passwordStrength validator with 5 requirements: min length, uppercase, lowercase, number, symbol - Replace static password hint with dynamic checklist showing met/unmet requirements - Add visual feedback with checkmarks (teal) for met rules and X marks (gray) for unmet rules
…route guard - Add AngularFireAuth dependency to CanActivateRouteGuard - Import map and take operators from rxjs - Check memory token before redirecting when cookie is missing - Add Firebase authState observable as final fallback for authentication - Return UrlTree redirect only if all auth methods fail
…ard and update onboarding flow - Remove AngularFireAuthGuard and redirectUnauthorizedTo imports from routing - Replace AngularFireAuthGuard with CanActivateRouteGuard across all routes - Remove ProjectGuard from panel routes canActivate array - Update onboarding query param from 'onboarding_token' to 'token' - Refactor onboarding submission to dispatch login data to store when client settings available - Simplify onboarding success
- Delete ProjectGuard file and remove from layout routes canActivate array - Remove redirectUnauthorizedTo and authGuardPipe data from layout routes - Remove exchangeToken method from UsersService - Remove exchangeToken URL definition from users-urls
P0084 | Registration Flow Page
refactor: update onboarding route path from 'onboarding' to 'app/onbo…
… loading from /app/ path
…JS chunk loading from /app/ path" This reverts commit 77f95eb.
fix: enforce base href="/" in app shell to prevent incorrect JS chunk oading from /app/ path
- Remove server, prerender, ssr from project.json build options - Set all routes to RenderMode.Client in app.routes.server.ts - Strip provideServerRendering from app.config.server.ts - Remove main.server.ts and server.ts from tsconfig.app.json files - Remove @angular/ssr, @angular/platform-server, express, @types/express from package.json - postbuild.js: copy index.html → app/index.html (was index.csr.html), enforce base href
…ually-fixed-routing-correctly-c7eefa Remove SSR
Divyanshu | Remove SSR and now only CSR
|
PR review rate limit exceeded |
Revert path change on /onboarding
- Remove code that copies index.html to app/index.html directory - Remove base href enforcement logic for app shell - Simplify postbuild completion logging
P0084 | Remove unused ssr related changes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.