Commit Graph

150 Commits

Author SHA1 Message Date
Aleksi Lassila
fd1a87a2fe Work on migrating files from sveltekit to svelte 2024-01-15 01:25:07 +02:00
Aleksi Lassila
a36a65f874 Fix demo application on Tizen 5.0 2024-01-13 22:42:36 +02:00
Aleksi Lassila
ff96da28e3 Improved navigation and navbar 2024-01-07 16:57:41 +02:00
Aleksi Lassila
75775b2f25 Added store support for navigation 2024-01-06 14:01:17 +02:00
Aleksi Lassila
def6df4074 Rewrote navigation code 2024-01-03 02:44:38 +02:00
Aleksi Lassila
8298b7111f Navigation progress 2023-12-30 11:26:25 +02:00
Aleksi Lassila
3ede2f59cf Test application 2023-12-28 12:00:13 +02:00
Aleksi Lassila
ac994277a5 Add navigation action system 2023-12-27 23:09:49 +02:00
Aleksi Lassila
d255fce52d Remove sveltekit dependency, create simple test project 2023-12-27 00:16:40 +02:00
Aleksi Lassila
973f8831ee Configure static adapter 2023-12-25 14:21:08 +02:00
Aleksi Lassila
6c60de7ebc style: Fixed some styling issues 2023-09-23 15:14:30 +03:00
Aleksi Lassila
d2d32d2111 lang: Fix for german locales by @RoccoRakete 2023-09-23 14:49:02 +03:00
Aleksi Lassila
d6cf6aae60 refactor: Persons page 2023-09-18 02:15:07 +03:00
Aleksi Lassila
cc0e90e0d0 Merge branch 'dev' into person-screen 2023-09-18 01:50:41 +03:00
Aleksi Lassila
666a93f91b feat: Person page improvements and changes 2023-09-18 01:43:46 +03:00
Aleksi Lassila
4ab1a2e3b3 fix: Revert code refactoring 2023-09-17 22:06:20 +03:00
Aleksi Lassila
d5975b902b style: Small visual changes to home and library pages 2023-09-17 22:01:16 +03:00
Aleksi Lassila
fed8eacae6 feat: Combined home and discovery pages, small improvements 2023-09-17 00:29:37 +03:00
Francisco Zorat
5d5ce295ea feat: tiktok icon && flex -> grid 2023-09-05 19:26:56 -03:00
Francisco Zorat
6f42cb6f9d chore: remove console.log 2023-09-05 19:15:44 -03:00
Francisco Zorat
e60c026078 gender options as const 2023-09-05 12:26:50 -03:00
Francisco Zorat
aa59500b41 people card nows opens a modal 2023-09-05 01:57:51 -03:00
Francisco Zorat
9665d88db8 remove comment 2023-09-05 01:57:39 -03:00
Francisco Zorat
af25a18547 person modal 2023-09-05 01:57:32 -03:00
Francisco Zorat
e181ffe9b1 only first 6 icons 2023-09-05 01:07:31 -03:00
Francisco Zorat
0e78a51b7e added social links with icons 2023-09-05 01:06:32 -03:00
Francisco Zorat
9173be8419 social icon in svg 2023-09-05 01:05:29 -03:00
Francisco Zorat
e34303161d person social info 2023-09-05 00:17:28 -03:00
Francisco Zorat
150b20f15c create a layout for person page 2023-09-04 23:34:33 -03:00
Francisco Zorat
d38a529670 initial people screen using TitlePageLayout 2023-09-04 23:26:52 -03:00
Francisco Zorat
d8bb3f0ea0 person +page 2023-09-04 23:25:24 -03:00
Francisco Zorat
4afe72c491 person api request (w images) 2023-09-04 23:24:05 -03:00
Francisco Zorat
2c602f3be6 added person to types 2023-09-04 23:23:23 -03:00
herbinator222
1ca6a37cb5 Added german translation 2023-09-02 07:44:44 +02:00
Aleksi Lassila
2e941c4a0f feat(lang): Add Italian translations by @serverless83 2023-09-01 17:30:43 +03:00
Aleksi Lassila
247f52db21 feat: Add search to library 2023-09-01 17:24:58 +03:00
Aleksi Lassila
69482e1ded refactor: MoviePage 2023-09-01 16:28:18 +03:00
Aleksi Lassila
b44d794c08 Refactored and cleaned up SeriesPage data fetching 2023-09-01 13:52:56 +03:00
Aleksi Lassila
3234019dcb fix: Series cards and posters not linking to correct pages 2023-08-31 17:17:10 +03:00
Aleksi Lassila
8a056a3045 style: Improved library page loading animations 2023-08-31 03:26:06 +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
bddeab7e35 feat: Improved poster styles and image loading 2023-08-30 00:36:31 +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
7d5afa7b7e feat: Decoupled continue watching from library.store 2023-08-27 03:04:20 +03:00
Aleksi Lassila
17e1aa0da3 feat: Added macos and windows electron builds 2023-08-24 17:59:18 +03:00
Aleksi Lassila
6ec440986e feat: Add french translations by @GaetanPTX 2023-08-23 01:48:08 +03:00
Aleksi Lassila
21c4ad8f05 fix: Hotfixed issue with new installs throwing sqlite errors 2023-08-21 23:20:59 +03:00
Aleksi Lassila
8b520ef82f feat: Notify users about invalid and incomplete settings 2023-08-21 18:17:10 +03:00
Aleksi Lassila
f67bf445c5 Merge branch 'feat/event-notifications' 2023-08-21 15:10:55 +03:00