Commit graph

12224 commits

Author SHA1 Message Date
Luc Mcgrady
666e22ed42
Better error handling for typed_answer 2025-11-07 18:31:50 +00:00
Luc Mcgrady
75dd53dba8
Fix: extract_cloze_for_typing 2025-11-07 18:15:13 +00:00
Luc Mcgrady
7faa2a26e1
Fix: Typed answers with no arguments dont work 2025-11-07 17:24:49 +00:00
Luc Mcgrady
c843ef135b
Added: Image occlusion 2025-11-07 16:51:30 +00:00
Luc Mcgrady
6b0b2aad56
Added: Monkey patch localStorage solution 2025-11-07 15:48:14 +00:00
Luc Mcgrady
834c2b9a75
Revert "Reapply "different port localhost solution""
This reverts commit 6bd72d9e4e.
2025-11-06 18:28:40 +00:00
Luc Mcgrady
8da27af264
_blockDefaultDragDropBehavior 2025-11-06 18:20:39 +00:00
Luc Mcgrady
b31fe7721a
remove console.log 2025-11-06 18:16:24 +00:00
Luc Mcgrady
ef3a548832
cleanup 2025-11-06 18:10:24 +00:00
Luc Mcgrady
6bd72d9e4e
Reapply "different port localhost solution"
This reverts commit cbecf66160.
2025-11-06 18:05:27 +00:00
Luc Mcgrady
de9c2f7613
Fix: <script> tags don't run 2025-11-06 17:45:07 +00:00
Luc Mcgrady
cbecf66160
Revert "different port localhost solution"
This reverts commit 0bf871cadd.
2025-11-06 17:10:59 +00:00
Luc Mcgrady
0bf871cadd
different port localhost solution 2025-11-06 17:10:47 +00:00
Luc Mcgrady
9011cf87ff
Fix: Old reviewer css 2025-11-04 22:12:36 +00:00
Luc Mcgrady
1b3c918a97
Fix: add display count placeholder 2025-11-04 21:28:28 +00:00
Luc Mcgrady
71bdb006e4
disable pycmd 2025-11-04 21:20:32 +00:00
Luc Mcgrady
65f3844857
Fix: Enter key hotkey 2025-11-04 21:14:35 +00:00
Luc Mcgrady
a4a1783bc2 Fix: Use small arrow instead of placeholder
I tested this on my english windows 10 and seemed to cause no problems.
2025-11-04 21:13:29 +00:00
Luc Mcgrady
42325fd548
Fix: Bottom bar remains for windows 2025-11-04 20:56:24 +00:00
Luc Mcgrady
b80468554a
remove dbg 2025-11-03 23:11:48 +00:00
Luc Mcgrady
7cb7d208c6
Added: nc for typed answers 2025-11-03 23:07:37 +00:00
Luc Mcgrady
4e8bf13813
Fix: Check for focus with inner iframe keypress 2025-10-31 17:32:50 +00:00
Luc Mcgrady
dae91bd1d8
keyPress -> keypress 2025-10-31 17:26:07 +00:00
Luc Mcgrady
e16a49d376
Added: New reviewer config bool 2025-10-31 17:16:31 +00:00
Luc Mcgrady
dc016c509a
Fix: Handle Inner iframe keypresses 2025-10-31 13:01:29 +00:00
Luc Mcgrady
4144fefcd7
CompareTypedAnswerMessage -> UpdateTypedAnswerMessage 2025-10-31 12:42:24 +00:00
Luc Mcgrady
23babca417
postParentMessage function 2025-10-31 12:41:12 +00:00
Luc Mcgrady
b66a10ea26
Added: ShowQusestion TypedAnswer replacement 2025-10-31 12:38:21 +00:00
Luc Mcgrady
bbf575e491
Added: TypeAnswer replacement 2025-10-31 12:06:58 +00:00
Luc Mcgrady
cf9c265570
Fix: Respect autoplay setting 2025-10-31 09:01:29 +00:00
Luc Mcgrady
d47cb1bd55
PlayAudio -> PlayAVTags 2025-10-31 08:36:20 +00:00
Luc Mcgrady
8da0491ae5
Refactor PlayAudio 2025-10-31 08:28:39 +00:00
Luc Mcgrady
112f951a13
Fix: use HasField 2025-10-30 18:11:41 +00:00
Luc Mcgrady
fc8a2f9739
Fix: Hide iframe until loaded to prevent flash 2025-10-30 18:00:09 +00:00
Luc Mcgrady
7561bf8d6a
Added: Placeholder audio autoplay 2025-10-30 17:56:19 +00:00
Luc Mcgrady
4897ea8173
Merge remote-tracking branch 'upstream/main' into svelte-reviewer-bottom 2025-10-30 15:49:29 +00:00
Luc Mcgrady
28d41c8a9c
Revert "Fix/Missing python import in write_header"
This reverts commit 385d487220.
2025-10-30 15:49:01 +00:00
Luc Mcgrady
dac26ce671
Fix/Exclude BackendFrontendService from write_python_interface (#4410)
* Fix/Missing python import in write_header

* Revert "Fix/Missing python import in write_header"

This reverts commit 7c736d984d.

* exclude BackendFrontendService

---------

Co-authored-by: Abdo <abdo@abdnh.net>
2025-10-29 20:15:56 +03:00
Luc Mcgrady
246e6f6df6
Added: "ReviewerRequest" type 2025-10-29 15:48:21 +00:00
Luc Mcgrady
386133743e
Added: Playaudio endpoint 2025-10-29 15:29:38 +00:00
Luc Mcgrady
385d487220
Fix/Missing python import in write_header 2025-10-29 14:19:07 +00:00
jariji
da5b8cb5b4
Show text on occlusion cards regardless of occludeInactive (#4387)
* Show text on occlusion cards regardless of `occludeInactive`.

Before this change, on an image occlusion card, a text box was visible
during editing but not visible during review. This change makes text
visible even if other shapes would be hidden.

* Move fix to render_image_occlusion()

---------

Co-authored-by: jariji <jariji>
Co-authored-by: Abdo <abdo@abdnh.net>
2025-10-29 08:51:55 +03:00
Luc Mcgrady
45120aef14
Merge branch 'main' into svelte-reviewer-bottom 2025-10-27 21:08:43 +00:00
llama
739e41ce16
fix(launcher): apply cache settings to all uv invocations (#4404) 2025-10-27 19:42:45 +07:00
Eltaurus
9eb6ec4db8
Fix unescaped HTML in correct type-in answers (#4407)
* Fix unescaped HTML in correct type-in answers

* unit test for correct answer escaping

* fix string conversion
2025-10-27 19:41:40 +07:00
jcznk
23d0657a01
(UI polish) Filtered decks: replace maximumSize with sizePolicy in "Limit to" QSpinBox (#4398)
* Fix (UI) / Increase width of "Limit to" QSpinBox (Filtered Decks)

Increased the width from 60 px to 75 px, so that there is always enough space, even in the case of large numbers (e.g., 99999).

* Update filtered_deck.ui (replace maximumSize with sizePolicy)
2025-10-27 19:35:07 +07:00
Abdo
510a3b3533
Update VS Code config (#4397) 2025-10-27 19:31:59 +07:00
Abdo
d3ca0cd0b3
Update PyCharm docs (#4389)
* Add .idea.dist

* Update PyCharm docs
2025-10-27 19:27:50 +07:00
user1823
62c950120c
Fix(launcher)/Exclude pre-release if a newer major_minor exists (#4388)
The current main produces a list like "25.09.2, 25.08b5, 25.07.5, 25.06b7, 25.02.7"
Here, 25.08b5 and 25.06b7 should be filtered out for the same reason this code filters out the older patch releases.
2025-10-27 19:26:09 +07:00
llama
a05c90cbce
fix: make uv use system certstore (#4386) 2025-10-27 19:19:28 +07:00