{#if show} {#if allmodeinfo && myProfileJson}

{myProfileJson.projectProp.platformio.default_envs}

{userdata.username}

{#each myProfileJson.modules.virtual_elments as m, i} {#if allmodeinfo[m.path]?.usedLibs[myProfileJson.projectProp.platformio.default_envs]}

((m.active = !m.active), (m.touched = true))} class="{m.active ? 'bg-green-100' : ''} cursor-pointer select-none {m.touched ? 'border border-gray-400' : 'border border-green-100'} text-black text-xs font-medium mr-2 px-0.5 py-0.5 rounded text-center">{m.path.substring(m.path.lastIndexOf("/") + 1, m.path.length)}

{/if} {/each} {#each myProfileJson.modules.sensors as m, i} {#if allmodeinfo[m.path]?.usedLibs[myProfileJson.projectProp.platformio.default_envs]}

((m.active = !m.active), (m.touched = true))} class="{m.active ? 'bg-green-100' : ''} cursor-pointer select-none {m.touched ? 'border border-gray-400' : 'border border-green-100'} text-black text-xs font-medium mr-2 px-0.5 py-0.5 rounded text-center">{m.path.substring(m.path.lastIndexOf("/") + 1, m.path.length)}

{/if} {/each} {#each myProfileJson.modules.executive_devices as m, i} {#if allmodeinfo[m.path]?.usedLibs[myProfileJson.projectProp.platformio.default_envs]}

((m.active = !m.active), (m.touched = true))} class="{m.active ? 'bg-green-100' : ''} cursor-pointer select-none {m.touched ? 'border border-gray-400' : 'border border-green-100'} text-black text-xs font-medium mr-2 px-0.5 py-0.5 rounded text-center">{m.path.substring(m.path.lastIndexOf("/") + 1, m.path.length)}

{/if} {/each} {#each myProfileJson.modules.screens as m, i} {#if allmodeinfo[m.path]?.usedLibs[myProfileJson.projectProp.platformio.default_envs]}

((m.active = !m.active), (m.touched = true))} class="{m.active ? 'bg-green-100' : ''} cursor-pointer select-none {m.touched ? 'border border-gray-400' : 'border border-green-100'} text-black text-xs font-medium mr-2 px-0.5 py-0.5 rounded text-center">{m.path.substring(m.path.lastIndexOf("/") + 1, m.path.length)}

{/if} {/each}
{#each errors as e, i}

{$t(e.msg)}

{/each} {#if userBuilds} {#each userBuilds as build, i} {#if build.projectProp.platformio.default_envs === myProfileJson.projectProp.platformio.default_envs} {#if build.status.preparation === 0 && build.status.build === 0 && build.status.fs === 0} {:else} {/if} {/if} {/each}
Название Версия Время Подготовка Сборка build Сборка fs
{build.projectProp.platformio.default_envs} {build.ver} {new Date(build.dateAdded).toLocaleString("ru", { timeZone: "Europe/Vienna" })}

{"Ожидание очереди..."}

showLog(build, "py.txt")}> {st[build.status.preparation]}
showLog(build, "build.txt")}> {st[build.status.build]}
showLog(build, "fs.txt")}>{st[build.status.fs]}
{/if}
{:else}
{/if} {:else} {/if}