From 2394c3ebda10031fbd22b7814f919cffe959cfd9 Mon Sep 17 00:00:00 2001 From: Charissa Miller <48832936+clemiller@users.noreply.github.com> Date: Wed, 10 Jul 2024 16:33:59 -0400 Subject: [PATCH] undo list-input changes --- .../app/list-input/list-input.component.html | 99 +++++++++---------- 1 file changed, 46 insertions(+), 53 deletions(-) diff --git a/nav-app/src/app/list-input/list-input.component.html b/nav-app/src/app/list-input/list-input.component.html index 472957f0e..e1340c9d9 100644 --- a/nav-app/src/app/list-input/list-input.component.html +++ b/nav-app/src/app/list-input/list-input.component.html @@ -1,60 +1,53 @@
- @for (item of list; track item; let i = $index) { -
- - @if (item.divider) { -
- - remove - -
- } - @if (!item.divider && canAddDivider(i)) { -
- - add - -
- } +
+ +
+ + remove +
+
+ + add + +
+
- - @if (!item.divider) { -
- - {{config.nameField}} - - - - {{config.valueField}} - - - @if (includeLinks && item.valid()) { - trying something - - {{ item[config.nameField] }} - - } -
- -
-
+ +
+ + {{config.nameField}} + + + + {{config.valueField}} + + + @if (includeLinks && item.valid()) { + trying something + + {{ item[config.nameField] }} + } - } +
+ +
+