feat: Corrections tab — SFT candidate import, review, and JSONL export #15

Merged
pyr0ball merged 99 commits from feat/sft-corrections into main 2026-04-08 22:19:01 -07:00
Showing only changes of commit 5d68b0706f - Show all commits

View file

@ -181,7 +181,7 @@
v-for="(line, i) in ftLog" v-for="(line, i) in ftLog"
:key="i" :key="i"
class="log-line" class="log-line"
:class="{ 'log-error': line.startsWith('ERROR') || line.includes('ERROR') }" :class="{ 'log-error': line.startsWith('ERROR') || line.startsWith('[error]') }"
>{{ line }}</div> >{{ line }}</div>
</div> </div>
<p v-if="ftError" class="run-error">{{ ftError }}</p> <p v-if="ftError" class="run-error">{{ ftError }}</p>