479 Commits

Author SHA1 Message Date
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
lscambo13
fb1ae25bf3 Fix: Improved compatibility with older browsers
This hides detail logo on older browsers by default, and fixes the invisible chapter text
2025-07-29 15:08:15 +05:30
lscambo13
0652a3b940 New: Scaled up the checkboxes and alpha picker button when focused on TVs 2025-07-29 14:57:03 +05:30
lscambo13
a69816617a Fix: Added side margins to header tabs for a more balanced appearance 2025-07-29 14:29:11 +05:30
lscambo13
bca85bf69e Fix: Long context menus in music library used to overflow from the bottom on mobile
Fix: Used an integer value for context menu dividers to avoid blurriness
2025-07-29 14:21:52 +05:30
lscambo13
68ccbd2e56 Fix: Reduced the height of clear logo
dev: removed redundant code
2025-07-25 10:48:28 -07:00
lscambo13
bb3fae30a2 Fix: Reverted the margin modification around flat transparent buttons
It was causing more issues than fixing them
2025-07-25 08:29:58 -07:00
lscambo13
0922fb9077 Fix: Padding around main media buttons and poster was unveven on mobile 2025-07-25 08:27:55 -07:00
lscambo13
a5d474a9b5 Fix: Changed focus border on cards to white on TVs for higher contrast 2025-07-25 08:26:48 -07:00
lscambo13
fbfbce4956 Fix: EPG cells in Live TV did not have rounded corners when focused 2025-07-24 10:16:25 -07:00
lscambo13
b3cbfde3f0 Fix: Tweaked the filter buttons in libraries for increased consistency and reduced overflow 2025-07-24 10:14:56 -07:00
lscambo13
36c777571c New: Added background color to the currently playing song to hightlight it better 2025-07-24 10:12:54 -07:00
lscambo13
4df45afdbe New: Brought back posters in TV layout as it lacks backdrops by default
Fix: Made the TV layout more consistent and removed the workaround for navigation
2025-07-24 10:11:18 -07:00
lscambo13
dd4725b28b Fix: Added fallback to default Material Icons in case the internet is unreachable
dev: Allowed more aspects to be configured using variables
dev: Added more detailed comments to guide users
dev: Removed the scale factor from the extra overlay buttons
dev: code cleanup
2025-07-24 09:33:09 -07:00
lscambo13
a0b44054f3 dev: Updated the Material Icons to the latest version 2025-07-24 06:33:17 -07:00
lscambo13
061b50cb7c Fix: Padding disappeared from the side panel in Dashboard for some reason
Fix: Separated nav list and episode list hover effects to previent glitches casued by blur
Fix: Placed the Live TV recording button in the grid
Fix: Reduced the gap between card and media title again
2025-07-19 12:16:39 -07:00
lscambo13
7d9ea05d11 New: Increased the blur size and tweaked the artwork a bit in Now Playing music bar
New: Forced music covers to always be square
Fix: Now Playing music page had even side paddings
2025-07-19 12:03:13 -07:00
lscambo13
b6f1379b69 dev: Simplified some selectors 2025-07-19 11:58:34 -07:00
lscambo13
c8db04413e Fix: Reduced backdrop opacity rather than brightness on mobile 2025-07-19 11:56:32 -07:00
lscambo13
50f6ce3864 Fix: Made the background behind episode details page less transparent
Fix: Reduced the top margin from the episode, live tv and music pages
2025-07-16 10:33:28 -07:00
lscambo13
819706998d Fix: Live TV program card was unintentionally hidden 2025-07-16 10:20:43 -07:00
lscambo13
467e99aaf4 New: Added support for the Media Bar plugin 2025-07-16 10:19:39 -07:00
lscambo13
2df711c05d New: Darkened the episode and album backgrounds 2025-07-11 13:13:49 -07:00