The safety layer: two presses for anything you cannot take back
Claude-Session: https://claude.ai/code/session_01Ms2FbjQy31TVf3CEvQhGM8
This commit is contained in:
@@ -257,7 +257,15 @@ SettingsPage {
|
||||
// what to rely on later.
|
||||
icon: pointRow.modelData.kept ? "\u{F0A22}" : "\u{F0954}"
|
||||
label: String(pointRow.modelData.date ?? "")
|
||||
detail: String(pointRow.modelData.description ?? "")
|
||||
// Armed, the row names the loss instead of describing
|
||||
// the snapshot: this is the only record of what these
|
||||
// files looked like then, and deleting it is the one
|
||||
// thing on this page nothing else can undo.
|
||||
detail: pointRow.confirming
|
||||
? "The only copy of these files as of "
|
||||
+ String(pointRow.modelData.date ?? "this point in time")
|
||||
+ " is deleted."
|
||||
: String(pointRow.modelData.description ?? "")
|
||||
+ " · #" + pointRow.modelData.number
|
||||
+ (pointRow.modelData.kept ? " · kept" : "")
|
||||
+ (pointRow.browsingThis ? " · open below" : "")
|
||||
|
||||
Reference in New Issue
Block a user