21 Commits

Author SHA1 Message Date
lscambo13
17e2fe6940 dev: added Prettier config 2025-11-04 20:53:10 +05:30
lscambo13
69f4540ec5 Fix: Plot info was not aligned to the bottom on older browsers 2025-11-04 20:10:36 +05:30
lscambo13
8f620b489f Fix: Dark overlay on Continue Watching and Chapter cards did not render correctly on some browsers #130?
dev: improved compatibility with Firefox
2025-11-04 20:09:46 +05:30
lscambo13
556acc22c5 Fix: Main media buttons were overlapping the plot info in episode pages #169 2025-11-04 19:58:26 +05:30
lscambo13
1e0eaae2a0 Fix: Drop-down menu font style was not applying on Firefox #110 2025-11-04 19:56:56 +05:30
lscambo13
82dd0469d5 dev: Allowed hiding the overlay button on mobile #162 2025-11-03 23:05:45 +05:30
bibi0019
36290112c3 Fix: Ensure Skip Intro Button is readable on jellyfin 10.11 (#165) 2025-11-03 22:47:37 +05:30
lscambo13
fa6dde9f1b dev: Allowed text-based titles to be shown using a variable 2025-11-03 22:40:55 +05:30
lscambo13
8575b9b2b4 New: Increased the font size of episode title 2025-11-03 22:34:57 +05:30
lscambo13
bf23c34fbf Fix: EPG rows were displayed incorrectly on Firefox #164 2025-11-03 22:34:16 +05:30
lscambo13
f7aae10db0 New: Avoid adding empty space if both plot and tagline are empty 2025-11-03 22:32:45 +05:30
lscambo13
349a720cd2 Fix: Tweaked paddings around the track selection menus to be more consistent
dev: rearranged code
2025-11-03 22:31:29 +05:30
lscambo13
b9ceded828 Fix: Some scroll buttons were not aligned with their section headings 2025-11-03 22:23:18 +05:30
lscambo13
1647f40140 dev: Allowed clear logos to be hidden using a variable 2025-11-03 22:21:43 +05:30
lscambo13
bfdd8d8576 New: Updated the program list style to match how the songs list in album pages looks 2025-11-03 22:18:37 +05:30
lscambo13
8398ee7058 Fix: Program list was limited to single column 2025-11-03 22:14:11 +05:30
lscambo13
c5dca7ffb3 Fix: Recording button text and icon did not have a gap 2025-11-03 22:11:57 +05:30
lscambo13
be84634dae Fix: Play button was bugged in dialogs i.e. live tv program 2025-11-03 22:10:46 +05:30
lscambo13
733e091072 Fix: Gradient was scaling poorly on long pages with lots of episodes 2025-11-03 22:07:49 +05:30
lscambo13
42bc537897 New: Allow users to hide the original/foreign media title using a variable 2025-10-29 06:59:01 -07:00
lscambo13
48811065aa Fix: Attempting to prevent the title from overlapping the clear logo 2025-10-29 06:53:38 -07:00
2 changed files with 494 additions and 436 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,8 +1,13 @@
{
"folders": [
{
"path": "."
}
],
"settings": {}
"folders": [
{
"path": "."
}
],
"settings": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"prettier.useTabs": false,
"prettier.printWidth": 120,
}
}