Commit graph

4503 commits

Author SHA1 Message Date
Pas
bdfcb2dc61 bump version 2025-11-10 12:57:07 -07:00
Pas
235a6998db show check for pasted subtitle option 2025-11-10 12:32:40 -07:00
Pas
b5b53a90f5 add velora skip api 2025-11-10 10:58:38 -07:00
Isra
9da140444c Handle backtick earlier + Ignore commands when cmd/atl is pressed + prevent -0.0 as subtitle delay 2025-11-09 21:23:53 -07:00
Pas
67aba5f7af give detailsmodal the flare border 2025-11-09 16:22:46 -07:00
Pas
bc7886caac add comment about safari thumbnails not build possible 2025-11-09 15:16:08 -07:00
Pas
b8ca5c3f02 Shuffle thumbnail generation queue for even distribution
Updated makeQueue to shuffle thumbnail indices before mapping them to positions, ensuring a more even and randomized distribution of thumbnails.
2025-11-09 15:10:11 -07:00
Pas
bd491f2d14 Improve thumbnail generation and quality selection
Refactors thumbnail queue to generate 127 evenly distributed thumbnails instead of using a layered approach. Adds a new selectLowestQuality function to consistently select the lowest available video quality for thumbnail extraction, replacing the previous selectQuality usage.
2025-11-09 15:02:27 -07:00
Pas
c7dcec2560 Improve autoplay handling after PiP and fullscreen on iOS
Adds logic to attempt autoplay when entering Picture-in-Picture or fullscreen modes, particularly to address autoplay restrictions on iOS. Introduces a flag to track if autoplay should be retried after loading, and ensures the UI updates appropriately if autoplay remains blocked.
2025-11-09 13:48:28 -07:00
Pas
3b5a1bb76e Remove word override "i"
Removed hard-coded "i" -> "I" override as it's language-specific and breaks languages like Polish where "i" means "and"
2025-11-09 12:53:23 -07:00
Pas
3cfd44579c encode queries to fix some issues 2025-11-09 12:50:03 -07:00
Pas
0c08052b8f remove top and bottom controls when caption bg blur is disabled to prevent hdr flicker
Updated TopControls and BottomControls to render the background gradient transitions only if backgroundBlurEnabled is true in the subtitle store. This ensures the UI matches the subtitle styling preferences.
2025-11-09 12:47:47 -07:00
Pas
ebfa034cb2 fix native subtitle streaming 2025-11-09 12:21:12 -07:00
Pas
9fec88fc7d Revert "Update 'Connections' to 'Connections and Sources' in en.json"
This reverts commit 70534fa080.
2025-11-09 10:52:54 -07:00
Pas
04b6368a1d include delay in copy/paste subtitle feature 2025-11-09 10:50:53 -07:00
Pas
35312114be fix pip button not displaying on mobile 2025-11-08 14:26:25 -07:00
Pas
7606c1eebb update settings dividers 2025-11-08 12:43:56 -07:00
Pas
b6a8028eff refactor and simplify search bar positioning 2025-11-08 12:39:28 -07:00
Pas
544fe97c5e refactor scrolling with a reusable component 2025-11-08 11:32:57 -07:00
Pas
1199a21df5 fix reorder sources button on player 2025-11-08 11:27:24 -07:00
Pas
bf1bb2775b detect all images and add a fade in animation on image loads 2025-11-08 10:58:54 -07:00
Pas
ba7c079b75 fix sticky and scrolling of SidebarPart 2025-11-07 23:20:38 -07:00
Pas
14a46c4b85 Update index.css 2025-11-07 23:08:45 -07:00
Pas
3d23a50a2c Update global scrollbar styles to be cleaner
Introduces custom scrollbar styling for a thinner, rounded appearance with smooth color transitions and improved aesthetics. Applies consistent scrollbar styles across browsers and enhances user experience.
2025-11-07 23:04:33 -07:00
Pas
f7c1125327 Update RegisterCalloutPart.tsx 2025-11-07 22:59:56 -07:00
Pas
c792d4b829 Split settings pages into tabs, hiding other sections for accessibility
Introduces a category selection mechanism for the settings page, allowing users to filter settings by category or view all settings. Updates the sidebar to include an 'All Settings' option and highlights the selected category. Adjusts the settings layout and section rendering logic to respect the selected category or search query.
2025-11-07 22:57:25 -07:00
Pas
70534fa080 Update 'Connections' to 'Connections and Sources' in en.json 2025-11-07 22:53:22 -07:00
Pas
88f975885c update app info part to be at bottom of settings on mobile 2025-11-07 22:39:56 -07:00
Rj Manhas
4f781f9736 feat: hide the arrow buttons on scroll lists when at either end of the list 2025-11-07 22:21:34 -07:00
Pas
cd4daea6f3 prettier 2025-11-07 16:50:35 -07:00
Pas
2017cb2f26 Merge branch 'production' into dev 2025-11-07 16:36:57 -07:00
Pas
9bb54ee17e fix manual source selection resetting progress 2025-11-07 16:23:28 -07:00
Pas
81b67dae90 admin page add m3u8 workers 2025-11-07 15:57:11 -07:00
Pas
09f48baefa disable 0-9 keyboard shortcuts when ctrl or meta is held 2025-11-07 15:44:06 -07:00
Pas
c6873907ef esc now closes the caption preview 2025-11-07 15:41:07 -07:00
Pas
665d06c8e0 fix caption preview z index 2025-11-07 15:40:07 -07:00
Pas
0ed041fe93 update subtitle defaults 2025-11-07 15:39:33 -07:00
Pas
66f0a3b95b workaround for disabling caption blur to fix flicker issues 2025-11-07 15:27:55 -07:00
Pas
29abc0cf25 Revert "fix some grey overlays on the video player with some browsers"
This reverts commit 324cff18cc.
2025-11-07 15:08:49 -07:00
Pas
1f5049f7a8 update dropdown styles 2025-11-07 13:00:56 -07:00
Pas
95270201cb Update LinksDropdown.tsx 2025-11-06 23:37:23 -07:00
Pas
d8df4340e4 update last used source 2025-11-06 23:33:39 -07:00
Pas
09ee0fa8ff Update en.json 2025-11-06 23:31:13 -07:00
Pas
d2e8b521f0 update dropdown styles 2025-11-06 23:29:12 -07:00
Pas
35574c17c6 remove reorder buttons from bookmark parts 2025-11-06 11:56:09 -07:00
Pas
43a1b57b66 Update EditGroupModal.tsx 2025-11-06 11:48:23 -07:00
Pas
a3a4823bc6 clean up Appearance Part 2025-11-06 11:48:18 -07:00
Pas
ddcabc14de move group reorder handlers to the modal itself 2025-11-06 11:48:15 -07:00
Pas
9ce46dd3c7 update input border styles 2025-11-06 10:06:43 -07:00
Pas
0e4724f9bd Revert "add drag and drop bookmark reordering"
This reverts commit c90e77ddf3.
2025-11-06 00:44:25 -07:00