Commit graph

12212 commits

Author SHA1 Message Date
Luc Mcgrady
94289b2480
Merge 9011cf87ff into dac26ce671 2025-11-04 22:14:51 +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
llama
23263caea2
feat: show launcher if different version was installed (#4381) 2025-10-27 19:08:40 +07:00
dependabot[bot]
9f9bafa66c
Bump vite from 6.3.6 to 6.4.1 (#4405)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.3.6 to 6.4.1.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/create-vite@6.4.1/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 6.4.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-27 18:30:23 +07:00
Luc Mcgrady
cd5f25469e
MathJax
Problems with font cors
(I'm shocked that using the import with the .js worked without a hitch O_O)
2025-10-27 11:21:03 +00:00
Luc Mcgrady
3cf58419d7
Fix: More button shrunk slightly 2025-10-24 10:44:31 +01:00
Luc Mcgrady
fc880259a8
Give main webview api access 2025-10-24 09:58:43 +01:00
Luc Mcgrady
b2fe07462a
Added: Context menu flag setting 2025-10-22 18:36:42 +01:00
Luc Mcgrady
9085154e3d
Added: Placeholder more menu
Until I can access ContextMenu.svelte from the other pr.
2025-10-22 18:17:18 +01:00
Luc Mcgrady
2a92213118
Added: web.eval based refresh 2025-10-22 16:50:06 +01:00
Luc Mcgrady
46ce7d5b94
Added: Extract av tags 2025-10-21 17:45:24 +01:00
Luc Mcgrady
2ff75434f7
Added: type for iframe request 2025-10-21 16:07:29 +01:00
Luc Mcgrady
91a968596c
Fix: missing nightmode 2025-10-21 15:52:49 +01:00
Luc Mcgrady
b0a8c341a1
add bodyclass field 2025-10-21 15:44:19 +01:00