From 9d49a45f0d92d9750bc728fa96b9471a1b65a602 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 29 Mar 2026 01:04:30 -0600 Subject: [PATCH] Swap the checkbox for a toggle in the item sheet for consistency of UI and help user expectations --- styles/Apps/GenericItemSheet.css | 2 +- templates/GenericItemSheet/content.hbs | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/styles/Apps/GenericItemSheet.css b/styles/Apps/GenericItemSheet.css index 7cd68ee..bfb50de 100644 --- a/styles/Apps/GenericItemSheet.css +++ b/styles/Apps/GenericItemSheet.css @@ -27,7 +27,7 @@ justify-items: left; gap: 8px; - input[type="checkbox"] { + taf-toggle { justify-self: end; } } diff --git a/templates/GenericItemSheet/content.hbs b/templates/GenericItemSheet/content.hbs index f20bf62..d409ef5 100644 --- a/templates/GenericItemSheet/content.hbs +++ b/templates/GenericItemSheet/content.hbs @@ -27,13 +27,11 @@ - + >
{{#if meta.editable}}