Skip to content

5 may production #627

Merged
prakharlowanshi11 merged 36 commits into
productionfrom
stage
May 7, 2026
Merged

5 may production #627
prakharlowanshi11 merged 36 commits into
productionfrom
stage

Conversation

@prakharlowanshi11

Copy link
Copy Markdown
Collaborator

No description provided.

dvCodeWorld and others added 30 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
Divyanshu | fix: add dark mode support to dashboard loading skeletons and correct overview data path
…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
- 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
feat: enhance dashboard card value retrieval with fallback option
@windsurf-bot

windsurf-bot Bot commented May 5, 2026

Copy link
Copy Markdown

I ran into an unexpected issue while reviewing this PR. Please try again later.

@prakharlowanshi11 prakharlowanshi11 merged commit 240c7dc into production May 7, 2026
1 check failed
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