From c5ca80b168ca247179db322d8e3ff14d6c9e16ad Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Fri, 10 Jul 2026 19:14:07 -0400 Subject: feat(admin): style conditions green and actions orange, standardize remove button wording --- internal/admin/static/talktree.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'internal/admin/static/talktree.js') diff --git a/internal/admin/static/talktree.js b/internal/admin/static/talktree.js index ef6efd0..b8c7106 100644 --- a/internal/admin/static/talktree.js +++ b/internal/admin/static/talktree.js @@ -368,7 +368,7 @@ h += '' + esc(key) + ''; h += '' + esc((getNodePreview(node) || '').substring(0, 60)) + ''; h += ''; - h += ''; + h += ''; h += ''; h += '
'; h += renderNodeBody(key, node, nodes); @@ -398,7 +398,7 @@ html += '' + esc(rootKey) + ''; html += '' + esc((previewText || '').substring(0, 60)) + ''; html += ''; - html += ''; + html += ''; html += '
'; html += '
'; @@ -440,7 +440,7 @@ // Node condition (via intereditor) if (hasCond) { - html += '
'; + html += '
'; html += '
' + 'Condition (for this node)' + '' + @@ -463,7 +463,7 @@ // Node action (via intereditor) if (hasAct) { - html += '
'; + html += '
'; html += '
' + 'Action (at the start of this node)' + '
'; @@ -551,7 +551,7 @@ // Option condition detail if (opt.condition && typeof opt.condition === 'object' && !Array.isArray(opt.condition)) { html += '
'; - html += '
'; + html += '
'; html += '
Condition (for this option to show up)' + '
'; html += '
'; @@ -564,7 +564,7 @@ // Option action detail if (opt.action) { html += '
'; - html += '
'; + html += '
'; html += '
' + 'Action (when this option is chosen)' + '
'; -- cgit v1.2.3