Wiki
linter / quality (push) Successful in 5m1s
tests / ci (8.4) (push) Successful in 5m8s
tests / ci (8.5) (push) Successful in 6m31s

This commit is contained in:
2026-09-15 19:44:58 +02:00
parent ca6c9fe38c
commit 6d4fdffee9
82 changed files with 29906 additions and 151 deletions
+2 -2
View File
@@ -40,14 +40,14 @@ const rowBgDark = computed(() => {
<template>
<table class="table w-full border-collapse border border-gray-300">
<tr class="text-left" v-if="props.iterations.length > 0">
<th class="sticky top-0 z-10 bg-background">Époch</th>
<th class="sticky top-0 z-10 bg-background">Époque</th>
<th class="sticky top-0 z-10 bg-background">Exemple</th>
<th
v-for="(weight, index) in displayedWeights"
v-bind:key="index"
class="sticky top-0 z-10 bg-background"
>
X<sub>{{ index }}</sub>
w<sub>{{ index }}</sub>
</th>
<th class="sticky top-0 z-10 bg-background">Erreur</th>
</tr>