Skip to content

Inlineui#58

Merged
MeenakshiAM merged 6 commits into
MeenakshiAM:mainfrom
DIYA-BHATT29:inlineui
Feb 27, 2026
Merged

Inlineui#58
MeenakshiAM merged 6 commits into
MeenakshiAM:mainfrom
DIYA-BHATT29:inlineui

Conversation

@DIYA-BHATT29
Copy link
Copy Markdown
Contributor

📌 Description

This PR replaces browser alert() and confirm() dialogs with custom inline UI notifications and a modal confirmation component.
The new implementation improves user experience by eliminating blocking browser popups and providing a consistent, theme-aware interface that aligns with the application's design system.

🔗 Related Issue

Closes #41


🛠 Changes Made

Removed usage of browser alert() for validation messages.Replaced confirm() dialog with a custom in-app confirmation modal.
Added reusable showNotification() function for inline alerts.Implemented non-blocking notification banner.Added dark mode support for modal and notifications.Improved overall UI consistency and user workflow

📷 Screenshots (if applicable)

image

✅ Checklist

  • [ ✅] I have tested my changes
  • [✅ ] My code follows project guidelines
  • [ ✅] I have linked the related issue

@MeenakshiAM MeenakshiAM merged commit bf7da52 into MeenakshiAM:main Feb 27, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace Browser Alerts with Inline UI Notifications

2 participants