Skip to content

fix(ui): add proper margin to error notification for consistent spacing#256

Merged
DianaLease merged 2 commits intoaccordproject:mainfrom
surya4419:surya4419/i255/error-notification-Lacks-Proper-Margin
Mar 27, 2025
Merged

fix(ui): add proper margin to error notification for consistent spacing#256
DianaLease merged 2 commits intoaccordproject:mainfrom
surya4419:surya4419/i255/error-notification-Lacks-Proper-Margin

Conversation

@surya4419
Copy link
Contributor

Closes #255

This PR fixes the issue where the error notification lacked proper margins, causing UI inconsistencies.
It ensures that the notification is spaced correctly by wrapping it inside an Ant Design <Space> component.

Changes

  • Wrapped the error notification inside an Ant Design <Space> component.
  • Added margin styles (margin: "24px 0 0 24px") to maintain UI consistency.

Screenshots or Video

(Attach screenshots or a short video demonstrating the fix)
Before Changes
Screenshot (121)

After Changes
Screenshot (124)

Related Issues

Author Checklist

  • Ensure you provide a DCO sign-off for your commits using the --signoff option of git commit.
  • Vital features and changes captured in unit and/or integration tests.
  • Commit messages follow AP format.
  • Extended the documentation, if necessary.
  • Merging to main from fork:branchname, add info.

@surya4419 surya4419 requested a review from a team as a code owner March 16, 2025 05:48
@netlify
Copy link

netlify bot commented Mar 16, 2025

Deploy Preview for ap-template-playground ready!

Name Link
🔨 Latest commit ea30b8b
🔍 Latest deploy log https://app.netlify.com/sites/ap-template-playground/deploys/67e55c759fce450008057545
😎 Deploy Preview https://deploy-preview-256--ap-template-playground.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@surya4419 surya4419 force-pushed the surya4419/i255/error-notification-Lacks-Proper-Margin branch from 54ff88e to a44e558 Compare March 21, 2025 07:13
Signed-off-by: surya4419 <suryaa4419@gmail.com>
@surya4419 surya4419 force-pushed the surya4419/i255/error-notification-Lacks-Proper-Margin branch from cc7a3e7 to 832795c Compare March 27, 2025 05:48
…cordproject#281)

* feat(editor): Add auto-pairing for curly braces in Concerto model section

Signed-off-by: surya4419 <suryaa4419@gmail.com>

* feat(editor): Add auto-pairing for curly braces in Concerto model section

Signed-off-by: surya4419 <suryaa4419@gmail.com>

* feat(editor): Add auto-pairing for curly braces in Concerto model section

Signed-off-by: surya4419 <suryaa4419@gmail.com>

---------

Signed-off-by: surya4419 <suryaa4419@gmail.com>
@surya4419
Copy link
Contributor Author

Hi @DianaLease ,When you have some free time, could you please review my PR?

@DianaLease DianaLease merged commit c0b80b8 into accordproject:main Mar 27, 2025
7 checks passed
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.

Error Notification Lacks Proper Margin and Causes UI Clutter

2 participants