From 5a6eea7fa225a426d10074e17145a3c339acb59b Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Sat, 14 Dec 2024 17:33:02 +0000 Subject: [PATCH] Make the alert and notification previews be optional Via some future UI --- core/ui/Palettes/Preview/Alert.tid | 2 +- core/ui/Palettes/Preview/Notification.tid | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/ui/Palettes/Preview/Alert.tid b/core/ui/Palettes/Preview/Alert.tid index 73506901b..cd523ff42 100644 --- a/core/ui/Palettes/Preview/Alert.tid +++ b/core/ui/Palettes/Preview/Alert.tid @@ -1,5 +1,5 @@ title: $:/core/ui/Palettes/Preview/Alert -tags: $:/tags/Preview/Page +tags: $:/tags/Preview/PageOptional \whitespace trim <$colour.div class="tc-palette-preview-thumbnail-alert" styleName="background-color" styleColour="alert-background"> diff --git a/core/ui/Palettes/Preview/Notification.tid b/core/ui/Palettes/Preview/Notification.tid index ce8a126cc..52f4d521a 100644 --- a/core/ui/Palettes/Preview/Notification.tid +++ b/core/ui/Palettes/Preview/Notification.tid @@ -1,5 +1,5 @@ title: $:/core/ui/Palettes/Preview/Notification -tags: $:/tags/Preview/Page +tags: $:/tags/Preview/PageOptional \whitespace trim <$colour.div class="tc-palette-preview-thumbnail-notification" styleName="background-color" styleColour="notification-background">