Skip to content

Development to Main #618

Open
dvCodeWorld wants to merge 25 commits intomainfrom
development
Open

Development to Main #618
dvCodeWorld wants to merge 25 commits intomainfrom
development

Conversation

@dvCodeWorld
Copy link
Copy Markdown
Collaborator

No description provided.

dvCodeWorld and others added 20 commits April 15, 2026 18:13
…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
… 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
refactor: update onboarding route path from 'onboarding' to 'app/onbo…
…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
@windsurf-bot
Copy link
Copy Markdown

windsurf-bot Bot commented Apr 23, 2026

PR review rate limit exceeded

dvCodeWorld and others added 5 commits April 23, 2026 16:39
- 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
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.

3 participants