diff --git a/src/lib/components/reps/CharacterRep.svelte b/src/lib/components/reps/CharacterRep.svelte index 1dc8cd8e..3a19824b 100644 --- a/src/lib/components/reps/CharacterRep.svelte +++ b/src/lib/components/reps/CharacterRep.svelte @@ -1,58 +1,124 @@
- +
- diff --git a/src/lib/components/reps/GridRep.svelte b/src/lib/components/reps/GridRep.svelte index 18dc2e73..c2329c11 100644 --- a/src/lib/components/reps/GridRep.svelte +++ b/src/lib/components/reps/GridRep.svelte @@ -1,128 +1,259 @@ -
currentView='weapons'}> - -
-
-
-

{party.name || '(untitled)'}

-
- {party.raid ? displayName(party.raid) : 'No raid'} - {#if party.fullAuto} · Full Auto{/if} - {#if party.raid?.group?.extra} · EX{/if} -
-
-
-
-
- {#if currentView==='characters'} -
- {:else if currentView==='summons'} -
- {:else} -
- {/if} -
- -
+
(currentView = 'summons')} +> + +
+

{party.name || '(untitled)'}

+
+ {party.raid ? displayName(party.raid) : 'No raid'} + +
+ {#if party.chargeAttack} + + + + {/if} + {#if party.fullAuto} + + + + {/if} + {#if party.raid?.group?.extra} + + + + {/if} +
+
+
+
+ {#if currentView === 'characters'} +
+ {:else if currentView === 'summons'} +
+ {:else} +
+ {/if} +
+
    +
  • (currentView = 'characters')} + > +
    + Characters +
  • +
  • (currentView = 'weapons')}> +
    + Weapons +
  • +
  • (currentView = 'summons')}> +
    + Summons +
  • +
+
diff --git a/src/lib/components/reps/SummonRep.svelte b/src/lib/components/reps/SummonRep.svelte index ea3fbf57..d02765ab 100644 --- a/src/lib/components/reps/SummonRep.svelte +++ b/src/lib/components/reps/SummonRep.svelte @@ -1,45 +1,110 @@ -
-
{#if main}Main Summon{/if}
- +
+
+ {#if main}Main Summon{/if} +
+
    + {#each grid as s, i} +
  • + {#if s}Summon{/if} +
  • + {/each} +
+ {#if extendedView} +
+ {#if friend}Friend Summon{/if} +
+ {/if}
- diff --git a/src/lib/components/reps/WeaponRep.svelte b/src/lib/components/reps/WeaponRep.svelte index 3fe4ed0a..602d4f6d 100644 --- a/src/lib/components/reps/WeaponRep.svelte +++ b/src/lib/components/reps/WeaponRep.svelte @@ -1,49 +1,48 @@
-
{#if mainhand}Mainhand{/if}
-
    - {#each grid as w, i} -
  • {#if w}Weapon{/if}
  • - {/each} -
- +
+ {#if mainhand}Mainhand{/if} +
+
    + {#each grid as w, i} +
  • + {#if w}Weapon{/if} +
  • + {/each} +
-