7. Error handling & toasts #8
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Parent: PRD #1 (Tailscale Widget Plugin for Dank Bar)
Type: AFK
Blocked by: #4
Ensure all
tailscaleCLI failures are surfaced to the user viaToastServiceand that the widget degrades gracefully.Acceptance Criteria
tailscale up/down/set/statustriggersToastService.showErrorwith a short messageNotes
This slice hardens the plugin for real-world use (missing binary, permission issues, etc.).
Summary
Implemented error handling and toast notifications for the Tailscale widget:
lib.js
TailscaleWidget.qml
Tests
Commit:
6129b09