Commit Graph

744 Commits (7e0b82cb145cc6e042415af1963863801517ca8b)
 

Author SHA1 Message Date
Alexander Bentkamp dd4fe60f7e update package json 2 years ago
Alexander Bentkamp a4987f14cf forbidden tactics error message #16 2 years ago
Alexander Bentkamp 76d1a08948 compute which tactics are available in which level 2 years ago
Alexander Bentkamp 03faa3ffed fix lean server error 2 years ago
Alexander Bentkamp 85a96579a5 remove tactic set for real 2 years ago
Alexander Bentkamp d1eee327dd graph algos 2 years ago
Alexander Bentkamp 3f433507db remove TacticSet command
This is not necessary because there aren't that many tactics
2 years ago
Jon Eugster ad50fb986d bump mathlib 2 years ago
Jon Eugster f0171797f3 typo 2 years ago
Jon Eugster 72d65824b1 Merge branch 'main' of github.com:leanprover-community/lean4game 2 years ago
Jon Eugster 404f346920 set theory levels 2 years ago
Alexander Bentkamp 41cc23543b fix command line bug 2 years ago
Alexander Bentkamp 73a44bd057 disable undo button 2 years ago
Alexander Bentkamp 5025fa939b show line numbers only in editor mode 2 years ago
Alexander Bentkamp 45f88cf5a8 undo button 2 years ago
Alexander Bentkamp fbdc1afe34 hide command line properly 2 years ago
Alexander Bentkamp f73dac8353 prettier command line 2 years ago
Alexander Bentkamp 48de58416d editor mode 2 years ago
Alexander Bentkamp e2ea6fa85e resizable panels 2 years ago
Alexander Bentkamp 2774fab98c replace mui buttons, move them into bar 2 years ago
Alexander Bentkamp 8c83e802e9 center loading icon 2 years ago
Alexander Bentkamp 6d567a696f add command line #26 2 years ago
Alexander Bentkamp 450f32a56b disable quickSuggestions
Fixes #10
2 years ago
Alexander Bentkamp 221927942f fix semantic highlighting
Fixes #29
2 years ago
Alexander Bentkamp fdbd962742 set_option tactic.hygienic false
Fixes #28
2 years ago
Alexander Bentkamp f82c310557 check when level is completed
fixes #27
2 years ago
Alexander Bentkamp 5578359742 remove old files 2 years ago
Alexander Bentkamp fda1a0ef08 use our custom unfoldSnaps instead of unfoldCmdSnaps 2 years ago
Alexander Bentkamp e930bbb8af show unsolved goals message, but without the goals 2 years ago
Alexander Bentkamp cda4e5b859 Hide "unsolved goals" messages 2 years ago
Alexander Bentkamp 5bfae3a1c2 show other goals only for more than 1 goal 2 years ago
Alexander Bentkamp e3c67a06b8 fix error 2 years ago
Alexander Bentkamp a2c9645144 prettier goal display 2 years ago
Alexander Bentkamp 313e44a16d split into main goal and other goals 2 years ago
Alexander Bentkamp 3e4a687bd1 prettier goal view 2 years ago
Alexander Bentkamp ba3b65b7db use css for svg styling 2 years ago
Alexander Bentkamp 026679e541 fix: kill docker when socket gets closed 2 years ago
Alexander Bentkamp ab3a0df9af update lean4web 2 years ago
Alexander Bentkamp 1d2b12eb5f fix error 2 years ago
Alexander Bentkamp 3d349f9a6b reintroduce infoProvider.dispose();
We need to find another solution to avoid the unsubscribe error
2 years ago
Alexander Bentkamp 6c9ba14fd2 Split assumptions and objects
Fixes #9
Fixes #24
2 years ago
Alexander Bentkamp ca366d4bde custom interactive goal data types 2 years ago
Alexander Bentkamp 09aae16693 Add loading indicators in infoview 2 years ago
Alexander Bentkamp 59c33d2423 remove custom getDiagnostics 2 years ago
Alexander Bentkamp 126bfa051a prettier hints 2 years ago
Alexander Bentkamp f4ac6ef7fb remove infoprovider.dispose()
The issue is that this removes the server notification subscriptions and then we get an error because react executes the cleanup of child components only after cleanup of parent components
2 years ago
Jon Eugster f2dc99ff35 levels. 2 years ago
Alexander Bentkamp 8c4b995a32 rename message to hint 2 years ago
Jon Eugster ecc9a488a2 typo 2 years ago
Jon Eugster d4c3d90e9b level names 2 years ago