Pas
ddcabc14de
move group reorder handlers to the modal itself
2025-11-06 11:48:15 -07:00
Pas
0e4724f9bd
Revert "add drag and drop bookmark reordering"
...
This reverts commit c90e77ddf3 .
2025-11-06 00:44:25 -07:00
Pas
c90e77ddf3
add drag and drop bookmark reordering
2025-11-06 00:28:38 -07:00
Pas
1b073006f4
add edit group and edit bookmarks modals
2025-11-05 23:57:56 -07:00
Pas
c3d653ce8d
fix z index on AdsPart.tsx
2025-11-05 22:40:19 -07:00
Pas
15c3f4949b
stop media carousels in discover from loading right away
...
when heading to the homepage for the first time, it took a realllllly long time to load. This fixes that with intersection stuff
2025-11-05 22:29:38 -07:00
Pas
a7889d568b
load all movie lists from trakt one after another
2025-11-04 11:05:55 -07:00
Pas
65246b8be9
fix the source getting reset when we change sources
...
Changing sources causes a non fatal error, but we were clearing the last successful source when any error happened. Instead we can clear if it's fatal.
2025-11-03 14:22:53 -07:00
Pas
d575d71108
add lastSuccessfulSource feature
...
to sort the last successful source to the top
2025-11-02 22:10:48 -07:00
Pas
bef85aa741
let me hold to widescreen on bigger screens
2025-11-02 11:38:41 -07:00
Pas
82757248d5
update missing home section order setting syncer
2025-11-02 11:06:19 -07:00
Pas
6f3437277d
refactor discover and trakt
2025-10-31 21:38:12 -06:00
Pas
3ac786011f
update trakt format
2025-10-31 18:34:14 -06:00
Pas
110a47f86d
remove progressCleanupPart for now
2025-10-31 17:38:48 -06:00
Pas
d28f25118a
Update ProgressCleanupPart.tsx
2025-10-30 13:28:07 -06:00
Pas
afccb7fa4d
add progress cleaning tool to admin page
2025-10-30 13:05:33 -06:00
Pas
b20b183545
fix febbox input not fitting on mobile
2025-10-28 17:27:01 -06:00
Pas
51a8f3a7a1
hide player settings button when not playing
2025-10-28 12:59:39 -06:00
Pas
1ab1b34187
Revert "Prevent settings from loading empty and rewriting to backend"
...
This reverts commit 3de8a35df4 .
2025-10-28 11:16:00 -06:00
Pas
7ea5f28b76
Revert "fix settings save confirmation not showing"
...
This reverts commit 21475315d2 .
2025-10-28 11:15:55 -06:00
Pas
21475315d2
fix settings save confirmation not showing
2025-10-28 10:34:50 -06:00
Pas
84165370da
create getProgressPercentage() function that handles greater than 100% values
...
Replace all old uses like
(itemToDisplay.progress.watched / itemToDisplay.progress.duration) * 100
2025-10-28 10:27:56 -06:00
Pas
ba59405612
refactor overlay stack and modals to allow multiple and better navigation
...
Linting and Testing / Run Linters (push) Has been cancelled
Linting and Testing / Build project (push) Has been cancelled
Linting and Testing / Build Docker (push) Has been cancelled
overlays will not close previous ones so that they don't conflict and there can essentially be unlimited modal navigations. Done by passing the modal data to each modal using a global hook instead of relying on local data for each.
When navigating to a new path, it closes all modals.
On CollectionOverlay, when opening a new details modal overlay, it closes the previous using a custom ShowDetails handler.
This isn't the cleanest approach, but offers the greatest flexibility in the future
2025-10-26 23:58:04 -06:00
Pas
422f46b406
add border caption style with thickness slider
Linting and Testing / Run Linters (push) Waiting to run
Linting and Testing / Build project (push) Waiting to run
Linting and Testing / Build Docker (push) Waiting to run
2025-10-25 14:39:15 -06:00
Pas
3de8a35df4
Prevent settings from loading empty and rewriting to backend
...
- No saves happen until backend settings are loaded and applied
- Automatic syncers wait for settings to be loaded before syncing
2025-10-25 12:07:15 -06:00
Pas
bd21f7d104
update tips number
...
Linting and Testing / Run Linters (push) Waiting to run
Linting and Testing / Build project (push) Waiting to run
Linting and Testing / Build Docker (push) Waiting to run
downside is we wont show other language's tips that dont have eng translations
2025-10-25 00:47:57 -06:00
Pas
5c9f8eea8a
fix airplay not being shown on some screen sizes
2025-10-24 22:18:24 -06:00
Pas
55b68c520e
fix playbacksettingsview settigns not working correctly
...
didnt save to backend or apply thumbails. Also hid them when performance mode is enabled
2025-10-24 22:18:24 -06:00
Pas
71a3d91b2a
add save confirmation to admin page
...
fixes embed order not propagating to backend
2025-10-24 22:18:24 -06:00
Pas
df2ec49ed3
fix z index issues
2025-10-20 15:42:01 -06:00
Pas
d756108c85
add settings search bar
2025-10-20 15:37:26 -06:00
Pas
8c6d5031d5
fix stutter by moving intersect observer to media card
...
Instead of unloading the carousel, it now unloads the media card rendering while retaining sizing and metadata, but still saves on resources.
2025-10-20 15:37:26 -06:00
Pas
1b5231ae72
Move admin link (panel) to settings sidebar
2025-10-19 19:14:01 -06:00
Pas
d0db810e2a
add remaining (missing) settings to all the parts
2025-10-19 18:43:35 -06:00
Pas
f0a35f6408
Add the ability to disable sources and embeds
2025-10-19 18:33:26 -06:00
Pas
40eb846a68
Revert "Delete duplicate code and unify source selecting views"
...
This reverts commit 28d03a06a5 .
2025-10-19 18:32:58 -06:00
Pas
28d03a06a5
Delete duplicate code and unify source selecting views
...
There were two because one was used on the atoms settings menu and the other was in place of ScrapePart prior to video playback
2025-10-19 18:11:45 -06:00
Pas
9a6bb041b2
Make custom source effect source select menus
2025-10-19 18:08:00 -06:00
Pas
0a25ee25f2
Fix preferences part order
...
The double tap to skip setting was on the right and the source settings were on the left. Double tap setting was incorrectly placed
2025-10-19 18:07:43 -06:00
Pas
ba3ca004cb
Add discover media carousel skeleton
2025-10-19 17:57:21 -06:00
Pas
72ef9eb944
Update SetupPart.tsx
2025-10-15 16:58:22 -06:00
Pas
4096001ad7
nvm just remove the widescreen button and function like the site
...
if you cant fullscreen on ios quit complaining
2025-10-15 10:14:31 -06:00
Pas
31cefc8e7a
fix fullscreen button on pwa
2025-10-14 18:32:15 -06:00
Chris
47653c2906
Fix casting ( #49 )
...
* Tbh i tried adding it and it works but i cant fix the dual casting
* clean up chromecasting
* Apply Chromecast fixes
* Update Icon.tsx
---------
Co-authored-by: Pas <74743263+Pasithea0@users.noreply.github.com>
2025-10-12 11:16:16 -06:00
Pas
c45004dc11
Remove PWA limitations stuff
2025-10-11 16:09:50 -06:00
Pas
243314b12a
restore manual source selection in auth
2025-10-10 14:05:13 -06:00
Pas
da67d85760
fix double click to seek build
2025-10-10 13:58:37 -06:00
Aykhan
c240ccefd5
add double-tap to seek feature
2025-10-10 20:50:25 +04:00
Pas
bf774106ff
fix overflow for manual source select
2025-10-08 20:30:39 -06:00
Pas
678a5e4806
add manual scrape setting
2025-10-08 19:30:12 -06:00