Commit Graph

255 Commits

Author SHA1 Message Date
Bill Thornton c965b6169d Refactor music video section for artists 2025-08-19 14:41:37 -04:00
Bill Thornton 2346943348 Move dom.js to utils 2025-07-11 18:28:55 -04:00
Bill Thornton fdcf1b06c3 Add constants for app features 2025-04-30 17:41:36 -04:00
Bill Thornton 953073cd28 Use index file for apiclient lib imports 2025-04-22 08:48:34 -04:00
Bill Thornton 5bcbcfbe12 Move server connections to lib 2025-04-22 08:26:43 -04:00
Bill Thornton 3898793df9 Add splash screen backdrop to login page 2025-04-15 12:39:59 -04:00
Bill Thornton d6353f27b8 Remove .html from routes 2025-03-17 15:39:21 -04:00
Bill Thornton 4730a30c3d Fix lint errors 2025-02-20 12:51:59 -05:00
Max 2251f151f2 Add collections as header 2024-11-07 21:18:22 -05:00
Bill Thornton 0d2652ce58 Add base item to download params 2024-10-17 01:41:13 -04:00
Bill Thornton 363171b56d Add playlist editing 2024-10-13 12:36:08 -04:00
theguymadmax 3afa85c218 Show year for movies in collection 2024-09-20 15:53:44 -04:00
Dmitry Lyzo 61c58d8cb0 Fix focus indication on tags
`emby-button` class is used as a flag for `EmbyButton.createdCallback`.
2024-09-14 02:53:14 +03:00
Bill Thornton ee29a98aef Merge pull request #6020 from thornbill/tag-list-view 2024-09-07 21:57:22 -04:00
thornbill 5b1ab478c1 Backport pull request #6012 from jellyfin-web/release-10.9.z
Hide studios for collections and playlists

Original-merge: 7d30057c37ce33d4e3dc0fe29e5ead0026c020ef

Merged-by: thornbill <thornbill@users.noreply.github.com>

Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-09-07 18:07:33 -04:00
Bill Thornton ce182d286b Remove unused context variable 2024-09-07 01:54:55 -04:00
Bill Thornton d01cfa498b Add tag support to list view 2024-09-04 08:39:10 -04:00
DrWarpMan 5bd61d82a3 Fix redirect after deleting item (#5930)
* Fix redirect after deleting item

Redirects to the parent of an item instead of homepage after deleting the item

* Revert "Fix redirect after deleting item"

This reverts commit 6e36915f5e510ca3dc67a0a713322baec2ec159e.

* Fix redirect after deleting item

Redirects to the parent of an item instead of homepage
after deleting the item
2024-08-23 14:17:59 -04:00
Bill Thornton 94ffad42cd Merge pull request #5913 from thornbill/index-refactor
Refactor app startup code
2024-08-16 11:05:32 -04:00
alfred-delacosta 1172d9a2b9 Added artist list concatenation for albums that have over 10 artists (#4830)
* Added condition to display concatenated text if artist count is over 10. Fixed #4228

* Added string to strings.json. Used globalize.translate()

* Moved code to getArtistLinksHtml function

* Update src/controllers/itemDetails/index.js

Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>

* Simplify appending other artists string

* Update src/controllers/itemDetails/index.js

Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>

* Update src/controllers/itemDetails/index.js

Co-authored-by: felix920506 <felix920506@gmail.com>

* Update src/strings/en-us.json

Co-authored-by: felix920506 <felix920506@gmail.com>

---------

Co-authored-by: AJ <ajdlc@protonmail.com>
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
Co-authored-by: felix920506 <felix920506@gmail.com>
2024-08-15 14:06:43 -04:00
Bill Thornton 056d802c56 Move globalize to lib 2024-08-14 14:00:09 -04:00
Bill Thornton cfa0ec6b53 Merge pull request #5760 from venkat-karasani/collection-header-names 2024-07-26 23:41:33 -04:00
venkata nadha reddy b5708945b7 translate key change
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-07-27 01:45:20 +00:00
Valentin Dubuisson 10f599a574 Possible detailLogo on tv 2024-07-26 10:58:08 -04:00
venkat_karasani 1ac161c82c fixed linting errors. 2024-07-08 22:01:51 -05:00
venkat_karasani f1bc4b2009 If a collection only contains movies, Jellyfin will display it as 'Movies' instead of 'Videos' 2024-07-08 16:50:24 -05:00
Bill Thornton ebeeaa2948 Fix guest stars being listed twice on details page 2024-05-08 13:55:23 -04:00
bugfixin 167f2d2614 Show all Cast&Crew, not just Actors 2024-05-08 12:10:56 -04:00
Bill Thornton cb2a2621fd Merge pull request #5380 from ConnorS1110/fix-text-alignment
Fix cards in emby-scroller being off-center from section titles
2024-05-01 02:23:16 -04:00
Connor Smith f60627dd8b Fix cards in emby-scroller being off-center from section titles 2024-04-12 09:29:04 -04:00
robert-hamilton36 c42b96df3e add Lyrics 2024-04-10 10:49:33 +12:00
Bill Thornton 9fa0b4f5b2 Escape html in tags 2024-02-13 17:10:48 -05:00
Brad Beattie 9cccbae5bb Update index.js 2024-02-13 01:11:52 -05:00
Bill Thornton 2063f81311 Remove unused elements from item details html 2024-01-23 00:02:42 -05:00
Bill Thornton c5a29be2c6 Refactor item details backdrop handling 2024-01-19 16:28:14 -05:00
Bill Thornton dace38c8dd Remove sync info from requested fields 2024-01-11 02:24:16 -05:00
Bill Thornton 92ed674e7e Remove click action from item details primary image 2023-11-30 13:09:43 -05:00
rafma0 67aa57f67b add param for markdownIt to handle html 2023-11-23 10:36:24 -03:00
rafma0 4a17c78a85 replace marked with markdown-it 2023-11-15 03:11:45 -03:00
Sky-High 423b16f0a9 remove empty line 2023-11-08 13:10:21 -05:00
Sky-High c887e960aa implement suggestions 2023-11-08 13:10:21 -05:00
Sky-High 108e00ac45 Fix playback control issues with chromecast 2023-11-08 13:10:21 -05:00
Ranbeer e6828eeee8 remove linter errors 2023-10-14 20:35:55 +05:30
Bill Thornton 1e3fa5418c Remove duplicate card shape functions 2023-10-01 02:54:23 -04:00
Bill Thornton 242e6c57b2 Apply suggestions from code review 2023-09-15 13:26:31 -04:00
fffrankieh dd6c3b85ab Add guest cast on episode detail page 2023-09-15 13:26:31 -04:00
TheMelmacian 5d6756778b apply suggested changes from code review 2023-09-12 23:36:20 +02:00
TheMelmacian 8ec943bc30 move function to get backdrop image to api-client utils 2023-09-09 15:24:52 +02:00
TheMelmacian 5df5f6cdb2 don't use random backdrop in item header 2023-07-20 00:04:04 +02:00
TheMelmacian aec90cbc96 use random backdrop image on item details pages 2023-07-20 00:00:42 +02:00