Commit graph

12195 commits

Author SHA1 Message Date
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
Luc Mcgrady
dc17cb1e81
add css as field 2025-10-21 15:31:21 +01:00
Luc Mcgrady
6d62fcc096
next_card_data mediasrv function 2025-10-21 15:16:08 +01:00
Ranjit Odedra
d24d2e3394
Fix sync login dialog not using newly-set custom sync server #4395 (#4396)
* Fix sync login with custom server URL

Call update_network() before showing login dialog to ensure
the custom sync server URL is saved before attempting login.

Previously, the custom URL was only saved when closing the
preferences dialog, causing login to fail on first attempt.

Fixes #4395

* Add contributor info
2025-10-18 01:11:50 +03:00
Lee Doughty
321e23acb2
Replace custom UUID function with crypto.randomUUID (#4384) 2025-10-13 09:37:30 +03:00
nav1s
ab2fe98c54
feat: add tooltips for sidebar items in the browse cards window (#4385)
* feat: add tooltips for all of the sidabar items in the browse cards window

* fix: add name to CONTRIBUTORS
2025-10-13 09:27:40 +03:00
Luc Mcgrady
b77ee225e5
Fix: Night mode 2025-10-10 20:33:22 +01:00
Arold0
76d3237139
Fix notetype original_stock_kind using wrong enum (#4382)
Use OriginalStockKind instead of StockKind when setting
original_stock_kind for basic notetype variants. The two enums
have different numeric values, causing 'Restore to Default' to
restore the wrong template.

For example, StockKind::BasicTyping has value 3, but when read
back as OriginalStockKind, value 3 corresponds to
BasicOptionalReversed instead of BasicTyping (which is 4).

This fixes the off-by-one behavior where:
- Basic (type in the answer) → Basic (optional reversed card)
- Basic (and reversed card) → Basic (optional reversed card)
- Basic (optional reversed card) → Basic (and reversed card)

Fixes #4353
2025-10-09 01:50:50 +03:00
Luc Mcgrady
a48dcb0bb5
encode_iri_paths 2025-10-07 13:11:12 +01:00
Luc Mcgrady
b80dc25999
Added: shown check for ease function 2025-10-07 01:22:42 +01:00
Luc Mcgrady
9550b127d9
Basic fix for shortcuts 2025-10-07 01:10:25 +01:00
Arold0
d11b74fd38
Fix fatal error when double clicking Add button (#4377)
Prevent adding a note that has already been added by checking if
note.id is set before attempting to add it. This fixes a race
condition when the Add button is clicked multiple times quickly.

Fixes #4376
2025-10-05 15:58:16 +03:00
Luc Mcgrady
19f1df3a02
Add remaining queue counts 2025-10-04 23:12:42 +01:00
Luc Mcgrady
f49d7d5fd7
use QueuedCards 2025-10-04 22:52:47 +01:00
Luc Mcgrady
8bf232ed79
./check 2025-10-04 21:13:39 +01:00
Luc Mcgrady
b6459ced18
Fix: millisecondsTaken 2025-10-04 21:11:03 +01:00
Luc Mcgrady
6a174066bd
Fix: Wrong newState 2025-10-04 21:09:16 +01:00
Luc Mcgrady
953e6c9360
Re-implement answer buttons 2025-10-04 20:50:31 +01:00