Commit d2d47d8
Drill Studio UI refinements and background analysis during play
- Add collapsible category headers (Open Games, Semi-Open, etc.) with
auto-expand when searching
- Lighten small text for readability, fix uppercase PGN in category labels
- Rename opponents to "Maia-3 1500" format with 600-2600 range
- Fix Start Drilling button visibility with proper flex layout
- Fix Vercel build errors (GameBoard check prop, <piece> JSX element)
- Match drill Stockfish analysis to main analysis (depth 18, staged
search with Maia candidate moves)
- Run Maia + Stockfish analysis in background during drill play so
post-drill results are available immediately
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 1a37423 commit d2d47d8
7 files changed
Lines changed: 1702 additions & 183 deletions
File tree
- src
- components
- Board
- Common
- Openings
- constants
- hooks/useOpeningDrillController
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
146 | 148 | | |
147 | 149 | | |
148 | 150 | | |
| |||
172 | 174 | | |
173 | 175 | | |
174 | 176 | | |
175 | | - | |
| 177 | + | |
176 | 178 | | |
177 | 179 | | |
178 | 180 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
64 | | - | |
| 62 | + | |
65 | 63 | | |
66 | 64 | | |
67 | 65 | | |
| |||
96 | 94 | | |
97 | 95 | | |
98 | 96 | | |
99 | | - | |
100 | | - | |
101 | | - | |
| 97 | + | |
102 | 98 | | |
103 | 99 | | |
104 | 100 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
5 | 17 | | |
6 | 18 | | |
7 | 19 | | |
| |||
170 | 182 | | |
171 | 183 | | |
172 | 184 | | |
173 | | - | |
174 | | - | |
| 185 | + | |
175 | 186 | | |
176 | 187 | | |
177 | 188 | | |
| |||
0 commit comments