Skip to content
This repository was archived by the owner on Mar 14, 2025. It is now read-only.

Update Component.vue #100

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

JoshuaGerke
Copy link

  • Added ignoreDuplicate prop to prevent duplicate toasts
  • If ignoreDuplicate: true, identical messages won't be added if already visible
  • If ignoreDuplicate: false, all messages are shown, even if identical
  • Improved toast rendering logic for better message handling

- Added ignoreDuplicate prop to prevent duplicate toasts
- If ignoreDuplicate: true, identical messages won't be added if already visible
- If ignoreDuplicate: false, all messages are shown, even if identical
- Improved toast rendering logic for better message handling
Copy link

codecov bot commented Mar 8, 2025

Codecov Report

Attention: Patch coverage is 71.42857% with 4 lines in your changes missing coverage. Please review.

Project coverage is 67.80%. Comparing base (4116b16) to head (e5a5042).
Report is 6 commits behind head on main.

Files with missing lines Patch % Lines
src/js/Component.vue 71.42% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #100      +/-   ##
==========================================
+ Coverage   67.13%   67.80%   +0.67%     
==========================================
  Files           6        6              
  Lines         143      146       +3     
  Branches       40       43       +3     
==========================================
+ Hits           96       99       +3     
  Misses         47       47              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant