Commit Graph

56 Commits

Author SHA1 Message Date
Aleksi Lassila
fa27f19975 refactor: pretty much the whole backend module hierarchy 2025-02-11 02:40:41 +02:00
Aleksi Lassila
f50efe69ea feat: global reactive updates to data 2025-02-07 19:38:15 +02:00
Aleksi Lassila
729cdf6a40 fix: various visual things for cards and media pages 2025-02-05 00:55:52 +02:00
Aleksi Lassila
27467a28b2 refactor: project structure, absolute paths 2025-02-02 04:25:38 +02:00
Aleksi Lassila
cf289872f7 feat: tmdb cache, plugin support changes, series page, episode page, movie page streaming updated 2025-01-31 18:54:04 +02:00
Aleksi Lassila
a3866ada6b feat: Saving and displaying movie play-state, progress etc. 2024-12-14 20:32:41 +02:00
Aleksi Lassila
96d52299b0 feat: Experimental movie playback through plugins 2024-12-07 14:30:25 +02:00
Aleksi Lassila
8acfd0f4d9 feat: Add downloads to library page 2024-05-31 18:25:57 +03:00
Aleksi Lassila
2a376bb0ef fix: Performance and ui fixes 2024-05-30 00:37:15 +03:00
Aleksi Lassila
18dbc04710 feat: Dynamic card sizes everywhere, reworked content requesting for EpisodePage 2024-05-20 14:17:22 +03:00
Aleksi Lassila
c2be333d5f feat: Completely reworked routing to use a client side stack router 2024-05-16 15:15:41 +03:00
Aleksi Lassila
31a442db83 feat: focusedChild property for containers 2024-05-03 22:59:09 +03:00
Aleksi Lassila
423d8d9af4 feat: Local settings 2024-04-22 01:59:50 +03:00
Aleksi Lassila
a0ddf08bf3 refactor: Router and routes to use nested routes, add episode page 2024-04-21 21:57:05 +03:00
Aleksi Lassila
8928155447 fix: library page cards having no height on tizen 2024-04-19 18:13:18 +03:00
Aleksi Lassila
9d647c0ae2 feat: Series recommendations and styling 2024-04-16 18:11:35 +03:00
Aleksi Lassila
f519fb7447 style: Major visual overhaul with various improvements and fixes 2024-04-15 17:17:01 +03:00
Aleksi Lassila
73db1a1f04 feat: Show continue watching and recently added on home pages 2024-04-14 01:38:01 +03:00
Aleksi Lassila
a474172de3 feat: on:enter events and library scrollIntoView 2024-04-06 01:03:23 +03:00
Aleksi Lassila
b7cc93691b feat: Series episode playback 2024-04-06 00:03:06 +03:00
Aleksi Lassila
b436e809de fix: Custom scrollIntoView function with offsets and onFocus handlers for containers 2024-04-05 12:51:11 +03:00
Aleksi Lassila
b5b96bf3e5 feat: Detached pages and fix navigation actions 2024-03-31 12:43:48 +03:00
Aleksi Lassila
cb1f2de506 feat: Add spatial navigation scrollTo strategies 2024-03-29 18:41:43 +02:00
Aleksi Lassila
2656cdbc68 feat: Spatial navigation in grids 2024-03-28 01:51:01 +02:00
Aleksi Lassila
71b70e5868 feat: Implemented jellyfin api 2024-03-28 00:49:43 +02:00
Aleksi Lassila
652894fcc9 feat: Add active property to navigation elements, code cleanup 2024-03-23 22:53:33 +02:00
Aleksi Lassila
27b9fc57b3 Project refactoring 2024-03-02 00:52:01 +02:00
Aleksi Lassila
1c1fbbf043 Proof of concept tmdb data fetching running on tizen 2024-03-01 17:49:32 +02:00
Aleksi Lassila
fd1a87a2fe Work on migrating files from sveltekit to svelte 2024-01-15 01:25:07 +02:00
Aleksi Lassila
3ede2f59cf Test application 2023-12-28 12:00:13 +02:00
Aleksi Lassila
b44d794c08 Refactored and cleaned up SeriesPage data fetching 2023-09-01 13:52:56 +03:00
Aleksi Lassila
ca3911e062 feat: Added library sorting and pagination, improved image loading and other small adjustments 2023-08-31 02:45:36 +03:00
Aleksi Lassila
81e3883485 feat: Updated library page to use new data store 2023-08-29 21:05:45 +03:00
Aleksi Lassila
b5c39c656d feat: Updated movie and series pages to not use library.store, added keyboard controls to video player 2023-08-29 00:01:47 +03:00
Aleksi Lassila
676512104f add: Notifications 2023-08-21 13:13:49 +03:00
Aleksi Lassila
3cba296db1 fix: Radarr & Sonarr requests fail due to wrong indexerId, fix: Invalid backdrop urls 2023-08-15 15:12:17 +03:00
Aleksi Lassila
1200489a19 feat: Make Radarr optional and some improvements to optional integrations 2023-08-15 14:01:43 +03:00
Aleksi Lassila
b64989c517 feat: Make Jellyfin environment variables optional 2023-08-15 12:23:49 +03:00
Aleksi Lassila
95dd5e070c feat: Add context button with "open in" links in title pages & modals 2023-08-15 02:15:51 +03:00
Aleksi Lassila
2566829e56 General code cleanup and styling fixes regarding mobile hover actions & tab selection, updated screenshots 2023-08-10 20:40:00 +03:00
Aleksi Lassila
3722214636 Various bug fixes and improvements 2023-08-10 02:52:36 +03:00
Aleksi Lassila
25c018174d Added "Dynamic modals"; fixed title modals not allowing child modals 2023-08-09 23:08:46 +03:00
Aleksi Lassila
a52e96e0e1 Added title modals 2023-08-09 15:51:45 +03:00
Aleksi Lassila
a953f27c31 Initial styling updates 2023-08-08 22:33:58 +03:00
Aleksi Lassila
ecc3d36113 Context menus and setting watch state 2023-08-06 14:34:23 +03:00
Aleksi Lassila
6809e20ed5 Series page finalized 2023-08-05 02:27:07 +03:00
Aleksi Lassila
a50ea33f1b Work on reworked season page 2023-08-03 16:48:13 +03:00
Aleksi Lassila
9cbee9ed52 README and refactoring 2023-08-01 20:33:33 +03:00
Aleksi Lassila
8e60c8fad2 Completed discovery page 2023-07-31 00:09:07 +03:00
Aleksi Lassila
51a7ab630a Refactoring the resource details page 2023-07-23 14:41:10 +03:00