Skip to content

Clean up codebase #209

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 26 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
38bb68f
chore: clean up analysis api handlers
kevinjosethomas Aug 10, 2025
7d0947d
chore: clean up lichess api handlers
kevinjosethomas Aug 10, 2025
5dab664
chore: clean up home api handlers
kevinjosethomas Aug 10, 2025
db6f13f
chore: clean up openings api handlers
kevinjosethomas Aug 10, 2025
4d99567
chore: clean up play api handlers
kevinjosethomas Aug 10, 2025
2ade2a2
chore: clean up turing + train + profile + home api handlers
kevinjosethomas Aug 10, 2025
98128a3
chore: clean up context directory
kevinjosethomas Aug 10, 2025
0f93fb3
chore: clean up context providers directory
kevinjosethomas Aug 10, 2025
8aadb67
chore: clean up contexts
kevinjosethomas Aug 10, 2025
4313b93
chore: clean up types directory
kevinjosethomas Aug 10, 2025
1d46951
chore: remove test-utils
kevinjosethomas Aug 10, 2025
646ca91
chore: compact contexts + providers
kevinjosethomas Aug 11, 2025
21bcb58
chore: clean up types
kevinjosethomas Aug 11, 2025
42dce15
chore: clean up analysis types + endpoint
kevinjosethomas Aug 11, 2025
fb6cd50
chore: clean up types
kevinjosethomas Aug 11, 2025
3426fbd
chore: clean up lib/analysis
kevinjosethomas Aug 11, 2025
68adadc
chore: delete all tests
kevinjosethomas Aug 11, 2025
f735f8b
chore: clean up lib/
kevinjosethomas Aug 11, 2025
1265766
chore: clean up lib further
kevinjosethomas Aug 11, 2025
366294c
chore: more cleanup
kevinjosethomas Aug 11, 2025
357ff62
chore: clean up custom game logic
kevinjosethomas Aug 11, 2025
fe6175a
fix: custom game analysis
kevinjosethomas Aug 11, 2025
93cac5e
chore: clean up components+names
kevinjosethomas Aug 12, 2025
5354c3c
fix: leaderboard page
kevinjosethomas Aug 12, 2025
f5d8935
fix: play error
kevinjosethomas Aug 12, 2025
31efe08
chore: clean up tree logic
kevinjosethomas Aug 13, 2025
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
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
}
},
"editor.tabCompletion": "on",
"github.copilot.nextEditSuggestions.enabled": true
}
202 changes: 0 additions & 202 deletions __tests__/analysis/makeMove-fen.test.ts

This file was deleted.

Loading
Loading