Skip to content

feat(ui): migrate entry flows (service, facility, load-store, redir-in) to Zard UI#150

Merged
gkbishnoi07 merged 1 commit into
angular-zard-migrationfrom
feat/migrate-entry-flows
Jul 9, 2026
Merged

feat(ui): migrate entry flows (service, facility, load-store, redir-in) to Zard UI#150
gkbishnoi07 merged 1 commit into
angular-zard-migrationfrom
feat/migrate-entry-flows

Conversation

@gkbishnoi07

Copy link
Copy Markdown

Stacked on #149 (shell + auth). Migrates the post-login entry flows to Zard UI + Tailwind v4 — zero Material, zero Bootstrap in every screen; all logic verbatim.

Screens

  • service — blue tile + tooltip-only labels → centered z-card with large outline z-button tiles (lucideStore + visible service name; keyboard-native buttons)
  • facility-selectionmat-radio + two mat-selects → z-radio-group + z-select in a centered card. The selects hold objects in the form; since z-select is string-valued, items bind by array index and (zSelectionChange) patches the original objects into the form before calling the existing handlers — the reactive form's values and every TS method stay byte-identical
  • load-store-details / redir-inmat-spinner overlays → the shared z-loader overlay (token tint), *ngIf conditions verbatim

Notes

build-dev ✅ · lint ✅ (prettier-formatted)

…n to Zard UI

- service: blue tile + tooltip-only labels -> centered z-card with large
  outline z-button tiles (lucideStore icon + visible service name); native
  button removes the redundant keydown handler
- facility-selection: mat radio/selects -> z-radio-group + z-select in a
  centered z-card. z-select is string-valued, so the facility/sub-facility
  selects bind by array index and patch the ORIGINAL objects into the form
  before invoking the existing handlers - form values and TS stay verbatim
- load-store-details / redir-in: mat-spinner overlays -> the shared z-loader
  overlay pattern (token-based tint)

Zero Material / zero Bootstrap remain; component CSS deleted.
@coderabbitai

coderabbitai Bot commented Jul 5, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 0214ff5b-d2d6-46d7-afb4-bce6fe343c92

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@sonarqubecloud

sonarqubecloud Bot commented Jul 5, 2026

Copy link
Copy Markdown

@gkbishnoi07
gkbishnoi07 changed the base branch from feat/migrate-shell-auth to angular-zard-migration July 9, 2026 06:16
@gkbishnoi07
gkbishnoi07 merged commit d77cd29 into angular-zard-migration Jul 9, 2026
4 checks passed
@gkbishnoi07
gkbishnoi07 deleted the feat/migrate-entry-flows branch July 9, 2026 06:35
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.

2 participants