Add message box for critical errors #37
Labels
No labels
ci
crate/dtmm
crate/dtmt
crate/sdk
crate/serde_sjson
kind
bug
kind
documentation
kind
enhancement
kind
feature
kind
question
kind
upstream
part/bundle
part/filetype
stage
actionable
stage
design
stage
proposal
status/duplicate
status/good first issue
status/help wanted
status/invalid
status
need-replicate
status/wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: bitsquid_dt/dtmt#37
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?
Fancy handling for the message box:
The first error in the chain is displayed as the error text. The rest of the chain is put into a "Reason" text box.
If there are suggestions, they should be displayed prominently.
It's probably easiest to just make every error-level log event trigger a message box, rather than making the error handling for certain actions more complicated by having those specifically do something special for the message box to appear.
Ref: #7.
Also use a separate error layer with ASCII disabled for the log view, until I implement colors there.