-
Notifications
You must be signed in to change notification settings - Fork 11
Resolved Bug 1930: Notification UI Issues #1969
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
Resolved Bug 1930: Notification UI Issues #1969
Conversation
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
…ues-and-aligment-issue
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 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:
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 (
|
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.
Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (2)
raaghu-elements/src/rds-notification/rds-notification.tsx:82
- Please verify that the new SVG URL is correct and that it loads as expected in all supported environments. Consider any potential caching implications caused by the URL format change.
src={notification.image || "https://raaghustorageaccount.blob.core.windows.net/raaghu-blob/Raaghu%20Logo%20SD.svg"}
raaghu-elements/src/rds-notification/rds-notification.tsx:84
- The updated margin and image dimensions for the horizontal layout might impact the overall UI alignment. Please confirm that these new values match the design specifications and maintain consistency with other layouts.
className={`notification-image img-fluid ${props.layout === "horizontal" ? "me-2" : "h-50 w-100"}`} height="70px" width="70px"
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.
Approved
Description
Checklist:
Screenshot's