WEB-869 Standardize cancel button styling to mat raised button across different dialogs - #3399
Conversation
… different dialogs
|
Note
|
| Cohort / File(s) | Summary |
|---|---|
Button Styling Updates src/app/system/manage-data-tables/column-dialog/column-dialog.component.html, src/app/system/manage-hooks/add-event-dialog/add-event-dialog.component.html, src/app/system/manage-reports/report-parameter-dialog/report-parameter-dialog.component.html |
Cancel buttons updated from mat-button to mat-raised-button for consistent visual appearance across dialog components. No functional changes to button behavior or dialog logic. |
Estimated code review effort
🎯 1 (Trivial) | ⏱️ ~3 minutes
Possibly related PRs
- WEB-738 Fix approve and reject button in checker inbox for light and dark mode #3172: Modifies
.mat-mdc-raised-buttonstyling for light/dark themes, directly relevant to raised button styling changes. - WEB-841 Update Cancel button styling in Floating Rate Periods dialog #3363: Updates Cancel button markup in dialog component HTML files from mat-button to mat-raised-button, with identical styling modifications.
Suggested reviewers
- IOhacker
- steinwinde
🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
| Check name | Status | Explanation |
|---|---|---|
| Description Check | ✅ Passed | Check skipped - CodeRabbit’s high-level summary is enabled. |
| Title check | ✅ Passed | The title clearly and accurately describes the main change: standardizing Cancel button styling to mat-raised-button across three dialog components. |
| Docstring Coverage | ✅ Passed | No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. |
✏️ Tip: You can configure your own custom pre-merge checks in the settings.
✨ Finishing Touches
🧪 Generate unit tests (beta)
- Create PR with unit tests
📝 Coding Plan
- Generate coding plan for human review comments
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.
Comment @coderabbitai help to get the list of available commands and usage tips.
|
@IOhacker Thank you for the review |
Changes Made :-
-Updated Cancel button styling from mat-button to mat-raised-button in three dialog components to maintain consistent styling across the application:
Report Parameter Dialog (manage-reports)
Add Event Dialog (manage-hooks)
Column Dialog (manage-data-tables) .
WEB-869
Before :-
After :-
Summary by CodeRabbit