Skip to content

Commit 88835a5

Browse files
JochenYangclaude
andcommitted
fix: resolve duplicate toast notifications
- Fix toast appearing twice when stopping mirroring - Add shared toast utility with type support (success, error, warning, info) - Prevent toast overlapping when triggered rapidly - Unified toast implementation across DevicePage and DeviceCard Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 5ce86ed commit 88835a5

8 files changed

Lines changed: 724 additions & 651 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.1.9] - 2026-01-11
11+
12+
### Fixed
13+
14+
- Fixed duplicate toast notifications when stopping mirroring (toast appeared twice in different languages)
15+
- Toast now properly prevents overlapping when triggered rapidly
16+
- Unified toast implementation across DevicePage and DeviceCard components
17+
18+
### Added
19+
20+
- Added shared toast utility with type support (success, error, warning, info)
21+
- Toast styles now support different visual types with proper theme colors
22+
1023
## [1.1.8] - 2026-01-09
1124

1225
### Added

0 commit comments

Comments
 (0)