Commit Graph

501 Commits

Author SHA1 Message Date
lscambo13
1571e301e0 New: Allowed clear logos to be visible on older browsers 2025-09-12 08:08:25 -07:00
lscambo13
ea12292a77 New: Allowed desktop users to configure how much of the backdrop is cropped from the top
Fix: Frosted effect on page backdrops had stopped working on mobile
2025-09-12 07:57:11 -07:00
lscambo13
4a045ef8c9 Fix: Removed the bottom border from the last row in the credits box 2025-09-09 10:31:57 -07:00
lscambo13
8536ee6a90 Fix: Tweaked the app bar frosted effect on mobile and padding on TV 2025-09-09 10:09:09 -07:00
lscambo13
e62de7469c Fix: Posters for recorded live tv programmes were not visible in the media page 2025-09-09 09:14:32 -07:00
lscambo13
5994dde7a1 New: Updated the card placeholder icon color 2025-09-09 09:09:29 -07:00
lscambo13
309abc2dc3 dev: Disabled some trivial fixes for simplicity 2025-08-22 13:19:50 -07:00
lscambo13
72cc664480 New: ElegantFin version number is now also visible in the Settings page for future compatibility and its visibility on TVs
dev: TVs don't have Dashboard settings, so TV users were unable to check the version they were running. Also, in future dashboard theming might not be allowed, so I needed a different place to show the version number for debugging purposes.
2025-08-22 13:04:19 -07:00
lscambo13
10900884e7 Fix: Simplified the way play/resume labels on the play button are rendered to support foreign languages 2025-08-22 12:57:55 -07:00
lscambo13
e47b7813cf Fix: Simplified the way borders are drawn in the media credits table
This eliminates the brief flash of a horizontal line visible when opening a media or cast page on older browsers
Fix: Removed the negative bottom margin I added earlier on plot container to avoid overlaps
2025-08-22 12:52:35 -07:00
lscambo13
07fcd74ccd Fix: Backdrops were too bright/visible on TVs, causing difficulty in text legibility 2025-08-22 12:47:20 -07:00
lscambo13
9d1c26e798 Fix: Cards were misaligned on older browsers
Fix: Some cards had blue focus outline on TVs
2025-08-22 12:44:37 -07:00
lscambo13
9679d8db4d Fix: Prevented the column gap from being applied to the Editor's Choice Plugin 2025-08-19 10:45:45 -07:00
lscambo13
4eb19f2bd3 Fix: Keep the plot expanded on TVs to fix issues with remote navigation 2025-08-19 10:16:59 -07:00
lscambo13
4b8838b1c0 dev: Simplified some selectors 2025-08-19 10:13:21 -07:00
lscambo13
24afe0f45c dev: Reworked the app bar code to make it more manageable 2025-08-14 10:48:12 -07:00
lscambo13
fb57bffd2f Fix: Positioned the audio and subtitle selection menu closer to the play button on TVs for easier navigation with remote
Fix: Reduced the top padding on pages on TVs
2025-08-14 10:31:36 -07:00
lscambo13
dd4e2b392b Fix: App bar tabs were stick in the expanded state on TVs
Fix: Workaround to prevent these tabs from overlapping buttons on TVs
2025-08-14 10:21:06 -07:00
lscambo13
d5bf3ed7ad Fix: Increased the card sizes on TVs 2025-08-14 10:16:41 -07:00
lscambo13
025dbd7c1d Fix: Prevented the Custom CSS Box from becoming infinitely long and shifting its position randomly upon interaction 2025-08-11 12:23:03 -07:00
lscambo13
00f14e00dd New: Allow users to easily switch between two App Bar styles using a single var 2025-08-11 12:19:55 -07:00
lscambo13
f9bef351d9 Fix: Fixed the skip intro button alignment according to Jellyfin version 10.10.7 2025-08-08 07:08:45 -07:00
lscambo13
6f11dbc715 Fix: Made the backdrop animation a bit lighter on the media item page 2025-08-07 11:33:08 -07:00
lscambo13
f4f78a1bb7 Fix: Tweaked the card sizes a bit more to make them bigger on large displays 2025-08-07 07:12:47 -07:00
lscambo13
8fe01cb54c dev: code cleanup 2025-08-07 07:11:45 -07:00
lscambo13
86fdfeaf3c dev: Prevented the play button from shrinking below 10em 2025-08-07 07:10:00 -07:00
lscambo13
e8c4fadd04 Fix: Centered the library items a bit more on mobile 2025-08-07 07:08:17 -07:00
lscambo13
af5de16a41 Fix: Aligned the skip intro button to the viewport 2025-08-07 07:03:37 -07:00
lscambo13
41c6259e85 Fix: Section tabs were always stuck at bottom of the header on older browsers
dev: Simplified the selector
2025-08-06 08:25:28 -07:00
lscambo13
8f19efcc84 Fix: Repositioned the skip button on TVs as a workaround to fix navigation with remote
bug: back button can no longer be focused correctly when this button is focused, but that is a non-issue because users can use the back button on their remotes
2025-08-06 08:13:10 -07:00
James Corley-Goldberg
6847cad1ce Fix: add macos compatible fallback fonts for textarea (#64)
Co-authored-by: lscambo13 <32175188+lscambo13@users.noreply.github.com>
2025-08-05 09:27:36 -07:00
lscambo13
110e628007 dev: updated comments for clarity 2025-08-05 09:13:18 -07:00
lscambo13
b6d2bb0379 Fix: Up Next title line was overflowing the dialog container on older browsers 2025-08-05 08:28:17 -07:00
lscambo13
52f993e437 Revert: Rolled back theme video support for now because of issues with the main video player a3a1765efe 2025-08-05 07:41:03 -07:00
lscambo13
d7cb89cd8b Fix: Tweaked the card size scaling to prevent cards from becoming too small at resolutions above 1080p
Previously:
7 posters at 1080p resolution
17 posters at 4K resolution
Now:
7 posters at 1080p resolution
12 posters at 4K resolution
2025-08-05 07:15:05 -07:00
lscambo13
a3a1765efe New: Added styling for Theme Videos 2025-08-05 06:38:01 -07:00
lscambo13
bc8a696ace Fix: Simplified the card size calculation formula to prevent issues caused by minification
It was removing units from zero values which broke the formula
2025-08-01 13:25:04 -07:00
lscambo13
147cef7f70 Fix: Prevent the flash of the backdrop (if enabled in settings) when opening the media item page 2025-07-31 12:04:55 -07:00
lscambo13
69e6067a0b dev: simplified some selectors 2025-07-30 12:50:06 -07:00
lscambo13
2ff26bb349 New: Keep dashboard scan buttons in one row on phones 2025-07-30 12:47:16 -07:00
lscambo13
d5cb3fb6dd Fix: Workaround to hide the repeating gradient behind episode pages 2025-07-30 10:17:11 -07:00
lscambo13
0200ecf1b4 New: Made the backdrops behind home and library pages always frosty
Fix: Simplified some selectors
2025-07-30 10:07:58 -07:00
lscambo13
62dd11541d dev: Updated variables 2025-07-29 12:23:02 -07:00
lscambo13
46b8eb7735 dev: Decoupled Media Bar plugin support as a separate import 2025-07-29 10:58:42 -07:00
lscambo13
096be33a1d Fix: Prevented multi-select checkboxes from animating 2025-07-29 16:08:15 +05:30
lscambo13
95c4d536d5 New: Animate checkboxes 2025-07-29 15:40:31 +05:30
lscambo13
d160a77c21 Fix: Detail logo was too close to the media rating container on TVs 2025-07-29 15:40:07 +05:30
lscambo13
62aeb6986e Fix: Simplified multi-selection outlines and fixed incorrect height in backdrop cards 2025-07-29 15:32:51 +05:30
lscambo13
88388f5807 dev: code cleanup 2025-07-29 15:13:56 +05:30
lscambo13
c720d2e893 Fix: Added left padding to collapsible items
Fix: Added scale up effect to alpha picker on TVs (forgot to add it in the previous commits)
2025-07-29 15:10:09 +05:30