WEB-925: Fix Generate Report button styling on savings export transactions page#3519
Conversation
|
Note
|
| Cohort / File(s) | Summary |
|---|---|
Layout and Styling Updates src/app/savings/savings-account-view/transactions-tab/export-transactions/export-transactions.component.html, src/app/savings/savings-account-view/transactions-tab/export-transactions/export-transactions.component.scss |
Updated date picker flex layout from flex-30 to flex-fill, replaced button container classes from generate-button to button-row with adjusted spacing (gap-5px instead of gap-5percent). Removed generate-button SCSS rule and added button-row rule with padding: 1rem 0. Minor markup reformatting and Generate button icon sizing adjustment. |
Estimated code review effort
🎯 2 (Simple) | ⏱️ ~8 minutes
Suggested reviewers
- IOhacker
- adamsaghy
🚥 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 accurately describes the main change: fixing the Generate Report button styling on the savings export transactions page, which is the primary focus of the changeset. |
| 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
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.
The "Generate Report" button on the Savings Export Transactions page had styling issues. The cogs icon was oversized due to missing size="sm", the button container used percentage-based CSS (max-height: 2%, padding: 1% 0 2% 6%) causing inconsistent sizing, and the date fields were unnecessarily narrow with flex-30. This update aligns the button and form layout with the same pattern used on Loan Export Transactions and Screen Reports pages.
WEB-925
Checklist
Please make sure these boxes are checked before submitting your pull request - thanks!
If you have multiple commits please combine them into one commit by squashing them.
Read and understood the contribution guidelines at
web-app/.github/CONTRIBUTING.md.Summary by CodeRabbit
Release Notes