-
Notifications
You must be signed in to change notification settings - Fork 0
fix: dashboard spacing and intacct imp settings dim sentence case #1374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
WalkthroughThe updates include a modification to capitalize the first letter of the Changes
Poem
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
npm error Exit handler never called! 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
🧰 Additional context used🧠 Learnings (3)📓 Common learningssrc/app/integrations/intacct/intacct-shared/intacct-import-settings/intacct-import-settings.component.ts (6)src/app/shared/components/dashboard/dashboard-export-summary-section/dashboard-export-summary-section.component.html (4)⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
🔇 Additional comments (2)
✨ Finishing Touches
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
| <!-- Temporary hack to enable repurposed export summary only for allowed apps - #q2_real_time_exports_integrations --> | ||
| @if (brandingFeatureConfig.featureFlags.dashboard.useRepurposedExportSummary && [AppName.XERO, AppName.QBO, AppName.NETSUITE, AppName.INTACCT, AppName.QBD_DIRECT, AppName.SAGE300].includes(appName)) { | ||
| <span class="tw-w-150-px tw-text-right tw-text-14-px tw-font-500 tw-text-text-secondary"> | ||
| <span class="tw-w-150-px tw-py-10-px tw-text-right tw-text-14-px tw-font-500 tw-text-text-secondary"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you pls drop a screenshot of how this section looks for fyle and c1 theme pls?
🚨 BugBot couldn't runSomething went wrong. Try again by commenting "bugbot run", or contact support (requestId: serverGenReqId_ac5bcb85-3556-432c-a2ec-f39eff73e10b). |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: Null/Undefined Handling in String Methods
Calling charAt(0) and slice(1) on field.display_name without null/undefined checks will throw a TypeError at runtime if field.display_name is null or undefined. The previous implementation would have gracefully passed these values through.
src/app/integrations/intacct/intacct-shared/intacct-import-settings/intacct-import-settings.component.ts#L616-L617
Lines 616 to 617 in e969ecb
| ...field, | |
| display_name: field.display_name.charAt(0).toUpperCase() + field.display_name.slice(1) |
Was this report helpful? Give feedback by reacting with 👍 or 👎
🔁 Code Duplication Report - Angular
📊 No significant change in code duplication. |
Description
dashboard spacing and intacct imp settings dim sentence case
Clickup
https://app.clickup.com/1864988/v/l/li/901607316229
Summary by CodeRabbit
Style
Refactor