Skip to content

fix: Restore toast notification styles.#1215

Open
karinakbataeva wants to merge 1 commit into
Charushi06:mainfrom
karinakbataeva:fix/toast-notifications-1210
Open

fix: Restore toast notification styles.#1215
karinakbataeva wants to merge 1 commit into
Charushi06:mainfrom
karinakbataeva:fix/toast-notifications-1210

Conversation

@karinakbataeva

Copy link
Copy Markdown

Related Issue

Closes #1210

Summary

Restores the missing toast notification styles that were accidentally removed from the stylesheet, fixing the appearance and dismissal behavior of in-app toast notifications.

Changes Made

  • Restored the missing toast notification CSS in css/index.css.
  • Restored toast animations (toastSlideIn and toastSlideOut).
  • Restored styling for toast variants (success, error, warning, and info).
  • Fixed the in-app toast UI so notifications are displayed and dismissed correctly.

Testing

  • Started the application locally using npm start.
  • Completed a Focus Session to trigger the notification.
  • Verified that:
    • Toast notifications are properly styled.
    • The close (×) button dismisses the toast.
    • Toasts auto-dismiss after a few seconds.
    • Only one toast appears after a completed Focus Session.

Screenshots

attached screenshot
Screenshot 2026-07-07 at 1 31 16 PM

Checklist

  • Code follows project style
  • Tested locally
  • No unrelated changes included
  • Documentation updated (if applicable)

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.

Bug: In-app toast notifications render incorrectly and cannot be dismissed

1 participant