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 6a898bbdee - Show all commits

View file

@ -461,10 +461,10 @@ onUnmounted(() => {
.bucket-grid-footer.grid-active {
position: fixed;
bottom: 0;
left: 0;
right: 0;
transform: translateY(-8px);
left: calc(50% - min(50%, 320px));
right: calc(50% - min(50%, 320px));
opacity: 0.45;
/* translateY(-8px) is owned by Anime.js — no transform here */
}
/* ── Toss edge zones ── */