diff --git a/src/routes/_layout.svelte b/src/routes/_layout.svelte index 7318065..acd2625 100644 --- a/src/routes/_layout.svelte +++ b/src/routes/_layout.svelte @@ -1,3 +1,10 @@
-
\ No newline at end of file + + + \ No newline at end of file diff --git a/src/routes/room.svelte b/src/routes/room.svelte index 8c6b290..a7ae7df 100644 --- a/src/routes/room.svelte +++ b/src/routes/room.svelte @@ -85,34 +85,38 @@ {#if room} -
Вернуться на главную
-

{room.name}

-

По {room.group == "true" ? "бригадам" : "вариантам"}

-
    - {#each room.teams as _, i} -
  1. selectInput(i)} style="border-color: {enabledInput==i ? 'gray' : 'lightgray'}"> - {#each room.teams[i] as name} - - highlightName(name, i)}>{name} - {#if (i === highlightedTeam && name === highlightedName)} - × +
    +
    + +

    {room.name}

    +

    По {room.group == "true" ? "бригадам" : "вариантам"}

    +
      + {#each room.teams as _, i} +
    1. selectInput(i)} style="border-color: {enabledInput==i ? 'gray' : 'lightgray'}"> + {#each room.teams[i] as name} + + highlightName(name, i)}>{name} + {#if (i === highlightedTeam && name === highlightedName)} + × + {/if} + + {/each} + {#if room.teams[i].length == 0 || room.group == "true"} + plus selectVar(i)} /> + selectVar(i, event)}> {/if} - +
    2. {/each} - {#if room.teams[i].length == 0 || room.group == "true"} - selectVar(i)}> - selectVar(i, event)}> - {/if} - - {/each} -
    +
+ - - Код подключения: {parsed.id} - - github - - + + {:else if res==undefined}
Загрузка...
{:else if res.status==404} @@ -125,11 +129,22 @@