Skip to content

fix: resolve build warnings in CSS and templates#336

Open
pragnyanramtha wants to merge 2 commits intoPSMRI:mainfrom
pragnyanramtha:fix/build-warnings
Open

fix: resolve build warnings in CSS and templates#336
pragnyanramtha wants to merge 2 commits intoPSMRI:mainfrom
pragnyanramtha:fix/build-warnings

Conversation

@pragnyanramtha
Copy link
Copy Markdown

@pragnyanramtha pragnyanramtha commented May 4, 2026

Summary

  • Fixed CSS warning: align-items: startflex-start in abha-consent-form.component.css

  • Removed unnecessary optional chaining (?.) operators in gynecological-examination template

  • Eliminates NG8107 Angular compiler warnings

Changes

  • Common-UI/src/registrar/abha-components/abha-consent-form/abha-consent-form.component.css - CSS fix
  • src/app/app-modules/nurse-doctor/examination/cancer-examination/gynecological-examination/gynecological-examination.component.html - Template fixes
  • update deps according to my last pr to keep it consistent chore: update dependencies and fix Common-UI submodule #335

Related pr

PSMRI/Common-UI#45 - since it requires changes common ui code too

Copilot AI review requested due to automatic review settings May 4, 2026 07:48
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 4, 2026

Warning

Rate limit exceeded

@pragnyanramtha has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 7 minutes and 52 seconds before requesting another review.

To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 6dfb6b38-c8d3-44ed-a0ca-8fe77b5ff3d8

📥 Commits

Reviewing files that changed from the base of the PR and between 22509ad and 7d21501.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (3)
  • Common-UI
  • src/app/app-modules/nurse-doctor/examination/cancer-examination/gynecological-examination/gynecological-examination.component.html
  • tsconfig.json
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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
Review rate limit: 0/1 reviews remaining, refill in 7 minutes and 52 seconds.

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

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR is described as a fix for Angular/CSS build warnings, but the actual diff only changes TypeScript module-resolution config in tsconfig.json. In the current form, it does not align with the stated purpose of fixing the cited CSS and template warnings.

Changes:

  • Added a paths mapping for Common-UI/src/* in the root TypeScript config.
  • Did not include the CSS/template file edits referenced in the PR description.
  • Leaves the intended warning-removal scope unclear because the implementation is config-only.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented May 4, 2026

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 2 out of 4 changed files in this pull request and generated 1 comment.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

style="margin-left: 30px"
class="mat_blue"
[disabled]="!viewFiles?.length"
[disabled]="!viewFiles.length"
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