Commit Graph

24 Commits

Author SHA1 Message Date
Vincent Velociter 022091d6e5 Analysis improvements (#1823)
- Settings are now split per study, broadcast and analysis
- Add a toggle to expand/collapse engine lines to save space
- Display player names and clocks for lichess game analysis
- When viewing a game from another player, it now goes directly to analysis screen and at game start
- removed ArchivedGameScreen
- Improved game sharing menu in analysis screen
- Add a button to bookmark a game from analysis screen
2025-05-31 16:03:12 +02:00
Vincent Velociter 754678ef54 Format code with new formatting rules 2025-05-21 07:45:17 +02:00
Vincenzo De Petris 00a40eda24 use RichText widget to display chapters title 2025-03-04 13:09:00 +01:00
Vincent Velociter c0f6d2e917 More work on engine evaluation mixin 2025-02-28 12:19:47 +01:00
Vincenzo De Petris 37f7ed4f9c fix broken test 2025-02-13 23:03:26 +01:00
tom-anders 9d09ab0e89 fix study tests 2025-02-10 22:22:46 +01:00
Vincent Velociter 080fa07023 Format test folder 2024-12-15 20:27:50 +01:00
Vincent Velociter 8d40709b16 Fix tests 2024-11-27 19:45:39 +01:00
Vincent Velociter 96469e9c37 Fix study tests after merging 2024-11-18 15:13:01 +01:00
Vincent Velociter ca318ce78f Merge pull request #1128 from tom-anders/interactiveStudy
feat: interactive studies
2024-11-18 15:09:15 +01:00
Vincent Velociter 35bd609cc5 Checks the clock correctly flags 2024-11-14 12:37:22 +01:00
tom-anders 7ace51c313 feat: interactive studies 2024-11-12 15:53:48 +01:00
Vincent Velociter ff98f1684b Fix study screen tests 2024-11-12 12:47:18 +01:00
tom-anders 00ef7197f2 fix test 2024-11-10 22:36:57 +01:00
tom-anders 4a466008ff add comments about pumpAndSettle() calls 2024-11-10 22:36:18 +01:00
tom-anders cc44c630d1 fix test 2024-11-10 22:36:18 +01:00
tom-anders df2e0eed11 feat: add study screen 2024-11-10 22:36:18 +01:00
tom-anders 607ae0ad7a fix study search test 2024-11-01 21:55:04 +01:00
tom-anders b108d1ce40 correctly handle last page of paginated API
old code would keep requesting pages even if the API returns
"nextPage": null.
2024-11-01 21:55:04 +01:00
tom-anders e997390266 move SearchBar into ListView 2024-11-01 21:55:04 +01:00
tom-anders 2a38983fce add stricter verification of http requests 2024-11-01 21:55:04 +01:00
tom-anders e10929c942 add comment about pump reason 2024-11-01 21:55:04 +01:00
tom-anders 2da7c27bc4 make search bar non-sticky 2024-11-01 21:55:03 +01:00
tom-anders 1721308aed feat: add study list screen 2024-11-01 21:55:03 +01:00