Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
64 commits
Select commit Hold shift + click to select a range
e9967ef
feat(frontend): add source-owned shell scaffold
wochenlong May 29, 2026
a1cbabf
feat(frontend): migrate settings page scaffold
wochenlong May 29, 2026
04d625b
feat(frontend): scaffold anima source routes
wochenlong May 29, 2026
fb7d168
feat(frontend): migrate native editor to source
wochenlong May 29, 2026
011e9a6
feat(frontend): migrate tagger route scaffold
wochenlong May 29, 2026
ccb7b4e
feat(frontend): own tagger progress in source
wochenlong May 29, 2026
f3c3ce7
feat(frontend): source-own dataset editor fallback
wochenlong May 29, 2026
a105030
feat(frontend): bundle native editor styles from source
wochenlong May 29, 2026
df9d36b
feat(frontend): render native editor entry from source
wochenlong May 29, 2026
d4110d6
feat(frontend): import native editor runtime from source
wochenlong May 29, 2026
b768549
feat(frontend): add source anima train forms
wochenlong May 29, 2026
e8fa0d8
feat(frontend): expand anima source form fields
wochenlong May 29, 2026
5e17a1c
feat(frontend): align anima source workbench
wochenlong May 29, 2026
37e7aff
feat(frontend): extract source training renderer
wochenlong May 29, 2026
199ec28
feat(frontend): expand training renderer metadata
wochenlong May 29, 2026
58b180d
feat(frontend): add anima source schema fields
wochenlong May 29, 2026
0b9522f
feat(frontend): add anima config import export
wochenlong May 29, 2026
cd8328f
feat(frontend): add guarded source dist sync
wochenlong May 29, 2026
609a928
feat(frontend): add source utility pages
wochenlong May 29, 2026
b207e74
feat(frontend): expand anima advanced schema fields
wochenlong May 29, 2026
284b229
feat(frontend): add schema-style training renderer metadata
wochenlong May 30, 2026
0e9ad98
feat(frontend): extract anima model asset schema section
wochenlong May 30, 2026
23a67a2
feat(frontend): extract anima dataset schema section
wochenlong May 30, 2026
ca216c1
feat(frontend): extract anima schema sections
wochenlong May 30, 2026
d373abb
feat(frontend): split anima schema module
wochenlong May 30, 2026
dadc38a
feat(frontend): add training visibility rules
wochenlong May 30, 2026
a850bb9
feat(frontend): add schema section composition
wochenlong May 30, 2026
49cf28e
feat(frontend): add schema table fields
wochenlong May 30, 2026
201da8a
feat(frontend): add anima debug schema fields
wochenlong May 30, 2026
f20fc70
feat(frontend): add anima shared schema fields
wochenlong May 30, 2026
0214d60
feat(frontend): add anima optimizer schema fields
wochenlong May 30, 2026
7b2244d
feat(frontend): add anima lora adapter schema fields
wochenlong May 30, 2026
238ab26
test(frontend): smoke schema interactions
wochenlong May 30, 2026
d2d2e72
feat(frontend): add source training compatibility pages
wochenlong May 30, 2026
574b598
feat(frontend): add training schema definition helpers
wochenlong May 30, 2026
d639b68
feat(frontend): render training slider fields
wochenlong May 30, 2026
f43d639
feat(frontend): bridge training path browse events
wochenlong May 30, 2026
c73ccf2
docs(frontend): document dist replacement gate
wochenlong May 30, 2026
88c5ef6
feat(frontend): source-own classic tag editor entry
wochenlong May 30, 2026
e9a4070
test(frontend): lock readable source route titles
wochenlong May 30, 2026
c7ce9f4
feat(frontend): source-own frontend home page
wochenlong May 30, 2026
3fcca49
test(frontend): smoke anima lora source route
wochenlong May 30, 2026
665ba11
docs(frontend): record source independence milestone
wochenlong May 30, 2026
7025560
feat(frontend): preserve classic tag editor island
wochenlong May 30, 2026
87f0682
style(frontend): polish anima training source page
wochenlong May 30, 2026
55c5285
fix(frontend): keep source pages scrollable
wochenlong May 30, 2026
2929f41
feat(frontend): enrich source compatibility pages
wochenlong May 30, 2026
520dd37
feat(frontend): add lora source route hub
wochenlong May 30, 2026
080b136
feat(frontend): add tools source route hub
wochenlong May 30, 2026
67b39eb
feat(frontend): add source task monitor page
wochenlong May 30, 2026
5a6dd45
feat(frontend): add source tensorboard page
wochenlong May 30, 2026
9904c60
feat(frontend): add source parameter reference page
wochenlong May 30, 2026
aa4a3c5
feat(frontend): add anima parameter search
wochenlong May 30, 2026
fce1a7a
feat(frontend): show anima submitted task links
wochenlong May 30, 2026
ffdd4f0
feat(frontend): show anima source contract coverage
wochenlong May 30, 2026
cf3ef4d
feat(frontend): add standalone native tag editor route
wochenlong May 30, 2026
da342ce
fix(frontend): keep classic tag editor source-owned
wochenlong May 30, 2026
2f5f98e
test(frontend): add production dist smoke
wochenlong May 30, 2026
b2cc992
feat(frontend): harden source dist replacement
wochenlong May 30, 2026
1fd0bdd
chore(frontend): replace production dist with source build
wochenlong May 30, 2026
7bd9181
feat(frontend): add anima workflow summary
wochenlong May 30, 2026
27c3dc9
chore(frontend): update production dist
wochenlong May 30, 2026
9853483
docs(frontend): plan new trainer completion
wochenlong May 30, 2026
a9ea232
docs(frontend): tighten trainer parity acceptance
wochenlong May 30, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
venv
.venv*
__pycache__
node_modules/

output/*
!output/.keep
Expand Down Expand Up @@ -45,6 +46,8 @@ config/.update_cache.json
# IDE/Tool directories
.sisyphus/
.playwright-mcp/
frontend/source/test-results/
frontend/source/playwright-report/

# Local docs (not uploaded to GitHub)
doc/
Expand Down
475 changes: 269 additions & 206 deletions docs/design/frontend-source-of-truth-plan.md

Large diffs are not rendered by default.

704 changes: 704 additions & 0 deletions docs/design/new-trainer-frontend-completion-plan.md

Large diffs are not rendered by default.

41 changes: 0 additions & 41 deletions frontend/dist/404.html

This file was deleted.

1 change: 0 additions & 1 deletion frontend/dist/assets/404.47057000.js

This file was deleted.

1 change: 0 additions & 1 deletion frontend/dist/assets/404.html.686caba0.js

This file was deleted.

1 change: 0 additions & 1 deletion frontend/dist/assets/404.html.7a24a487.js

This file was deleted.

1 change: 0 additions & 1 deletion frontend/dist/assets/about.html.5b0c0de9.js

This file was deleted.

1 change: 0 additions & 1 deletion frontend/dist/assets/about.html.b4807002.js

This file was deleted.

1 change: 0 additions & 1 deletion frontend/dist/assets/anima-finetune.html.1a4bf32e.js

This file was deleted.

1 change: 0 additions & 1 deletion frontend/dist/assets/anima-finetune.html.eaeb05f2.js

This file was deleted.

123 changes: 0 additions & 123 deletions frontend/dist/assets/app.547295de.js

This file was deleted.

1 change: 0 additions & 1 deletion frontend/dist/assets/back-to-top.8efcbe56.svg

This file was deleted.

1 change: 0 additions & 1 deletion frontend/dist/assets/basic.html.48955584.js

This file was deleted.

1 change: 0 additions & 1 deletion frontend/dist/assets/basic.html.eb26832d.js

This file was deleted.

Binary file removed frontend/dist/assets/changelog-banner.webp
Binary file not shown.
1 change: 0 additions & 1 deletion frontend/dist/assets/changelog.html.a1b2c3d4.js

This file was deleted.

1 change: 0 additions & 1 deletion frontend/dist/assets/changelog.html.e5f6a7b8.js

This file was deleted.

Loading