From 015650104e07e10bc4baacd9e02be26151f2398f Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sat, 13 Dec 2025 14:35:03 -0800 Subject: [PATCH] teams/new: reformat and restructure page --- src/routes/(app)/teams/new/+page.svelte | 1412 ++++++++++++----------- 1 file changed, 720 insertions(+), 692 deletions(-) diff --git a/src/routes/(app)/teams/new/+page.svelte b/src/routes/(app)/teams/new/+page.svelte index 0b043b08..724594de 100644 --- a/src/routes/(app)/teams/new/+page.svelte +++ b/src/routes/(app)/teams/new/+page.svelte @@ -1,725 +1,753 @@
-
-
-
-
-

Create a new team

-

Search and click items to add them to your grid

-
-
+
+
+
+
+

Create a new team

+

Search and click items to add them to your grid

+
+
- + -
- {#if activeTab === GridType.Weapon} - - {:else if activeTab === GridType.Summon} - - {:else} -
- { - console.log('Open accessory selection sidebar') - }} - /> - -
- {/if} -
-
-
+
+ {#if activeTab === GridType.Weapon} + + {:else if activeTab === GridType.Summon} + + {:else} +
+ { + console.log('Open accessory selection sidebar') + }} + /> + +
+ {/if} +
+
+
- - - - Error Creating Team - - {errorMessage} - + + + + Error Creating Team + + {errorMessage} + - {#if errorDetails.length > 0} -
-

Details:

-
    - {#each errorDetails as detail} -
  • {detail}
  • - {/each} -
-
- {/if} + {#if errorDetails.length > 0} +
+

Details:

+
    + {#each errorDetails as detail} +
  • {detail}
  • + {/each} +
+
+ {/if} -
- - OK - -
-
-
+
+ OK +
+
+