b2970e4c-45a2-423e-b84d-257.../Sources/ui
徐翔宇 a4a747bc77 fix(toast): correct sleep duration — 2.0s → 2.6s
UInt64(durationSeconds) truncated the Double 2.6 to 2 before
multiplying by 1e9 ns, so toasts vanished 0.6s early. Move the
multiplication inside the cast.

Caught in 2026-05-19 code review, swift-verified.

Bump CFBundleVersion 3 → 4.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-19 17:49:29 +08:00
..
AddView.swift feat(ui): toast + confirm dialog + list animations 2026-05-18 20:29:00 +08:00
ConfirmDialog.swift feat(ui): toast + confirm dialog + list animations 2026-05-18 20:29:00 +08:00
ExpandedView.swift feat(ui): toast + confirm dialog + list animations 2026-05-18 20:29:00 +08:00
GoldPositionCard.swift v0.2.0: initial 看盘侠 — Fund & Gold plugin for MioIsland 2026-04-27 20:20:15 +08:00
GoldView.swift v0.2.0: initial 看盘侠 — Fund & Gold plugin for MioIsland 2026-04-27 20:20:15 +08:00
HeaderSlotView.swift v0.2.0: initial 看盘侠 — Fund & Gold plugin for MioIsland 2026-04-27 20:20:15 +08:00
HoldingsView.swift feat(ui): toast + confirm dialog + list animations 2026-05-18 20:29:00 +08:00
PositionEditor.swift v0.2.0: initial 看盘侠 — Fund & Gold plugin for MioIsland 2026-04-27 20:20:15 +08:00
SparkLine.swift v0.2.0: initial 看盘侠 — Fund & Gold plugin for MioIsland 2026-04-27 20:20:15 +08:00
Theme.swift v0.2.0: initial 看盘侠 — Fund & Gold plugin for MioIsland 2026-04-27 20:20:15 +08:00
Toast.swift fix(toast): correct sleep duration — 2.0s → 2.6s 2026-05-19 17:49:29 +08:00