From a50fb4110ae9c10258e86b84b9862a890ae61ace Mon Sep 17 00:00:00 2001 From: Dmitry Date: Fri, 19 Dec 2025 02:17:03 +0300 Subject: [PATCH] stuff --- .cursor/rules/write-tests.mdc | 2 + PROGRESS.md | 17 +- TODO.md | 17 +- .../src/components/BulkCardEditor.test.tsx | 95 +++++ mnemo_cards_web_v2/assets/images/el_sol.png | Bin 0 -> 655496 bytes mnemo_cards_web_v2/assets/images/la_luna.png | Bin 0 -> 237683 bytes mnemo_cards_web_v2/lib/app.dart | 93 ++++- .../presentation/pages/game/game_page.dart | 69 ++-- .../pages/pack_details/pack_details_page.dart | 257 ++++++------- .../widgets/card_favorite_button.dart | 73 ++++ .../lib/presentation/widgets/card_viewer.dart | 204 +++++------ .../widgets/game/question_display.dart | 124 ++++++- .../presentation/widgets/pack_card_item.dart | 337 +++++++++--------- .../widgets/pack_details_controls.dart | 51 ++- .../widgets/pack_details_sidebar.dart | 14 +- mnemo_cards_web_v2/pubspec.yaml | 1 + .../pages/game/game_page_test.dart | 68 +++- .../pack_details/pack_details_page_test.dart | 75 ++++ .../widgets/card_viewer_test.dart | 140 +++++++- .../widgets/game/question_display_test.dart | 32 +- .../widgets/pack_details_controls_test.dart | 69 +++- 21 files changed, 1201 insertions(+), 537 deletions(-) create mode 100644 mnemo_cards_admin/src/components/BulkCardEditor.test.tsx create mode 100644 mnemo_cards_web_v2/assets/images/el_sol.png create mode 100644 mnemo_cards_web_v2/assets/images/la_luna.png create mode 100644 mnemo_cards_web_v2/lib/presentation/widgets/card_favorite_button.dart diff --git a/.cursor/rules/write-tests.mdc b/.cursor/rules/write-tests.mdc index 6e08dad..41af091 100644 --- a/.cursor/rules/write-tests.mdc +++ b/.cursor/rules/write-tests.mdc @@ -7,3 +7,5 @@ Modularize and split into files, When you finish with another step: Write unit tests for all the functionalities Update PROGESS.md and TODO.md +Never run the tests, until specificly asked to +Never build the apps, until specificly asked to \ No newline at end of file diff --git a/PROGRESS.md b/PROGRESS.md index a57be5c..53d2043 100644 --- a/PROGRESS.md +++ b/PROGRESS.md @@ -84,9 +84,11 @@ - Web playback: download bytes via authenticated API and play from memory (fixes 401 on `