Commit graph

123 commits

Author SHA1 Message Date
Chneemann
255784c327 refactor: rename liked videos to favorite videos 2025-05-16 13:16:44 +02:00
Chneemann
d6c8776467 refactor: improve code structure and rename variables for clarity 2025-05-16 13:03:18 +02:00
Chneemann
92bf86bca0 refactor: optimize code in VideoPlayerComponent for better readability and performance 2025-05-15 04:21:15 +02:00
Chneemann
765c3f3000 fix: prevent toggling watched videos, only add once when not already marked 2025-05-14 20:01:39 +02:00
Chneemann
adc3fddd83 refactor: change videoSelected to pass complete video object for better data handling 2025-05-14 19:40:35 +02:00
Chneemann
ee95b0d8c5 refactor: clean up and improve function logic in VideoListComponent 2025-05-14 19:35:54 +02:00
Chneemann
7a277f65b4 fix: show watched icon only for individual watched videos instead of checking overall watched list 2025-05-14 19:29:24 +02:00
Chneemann
26e34a2dfc feat: implement VideoProgressService for persistent video progress tracking, refactor video player setup, and enhance backend (model/serializer/view) to support progress saving 2025-05-14 04:49:40 +02:00
Chneemann
77960560d3 refactor: optimize HeroBannerComponent for better performance and readability 2025-05-13 04:51:59 +02:00
Chneemann
300cb97b2f refactor: replace "any" with specific types in several components 2025-05-12 21:19:52 +02:00
Chneemann
fe2b026bf9 refactor: renamed function and updated docstring to clarify creation of video preview clip 2025-05-12 20:49:15 +02:00
Chneemann
de381bf5b9 docs: fix jsdoc comments for improved documentation accuracy 2025-05-05 08:10:24 +02:00
Chneemann
3f5d397dfa feat: add upload progress indicator in percent for video upload 2025-05-04 18:39:06 +02:00
Chneemann
0caabff4d7 refactor: improve readability of CategoriesComponent functions and add JSDoc comments 2025-05-04 15:12:55 +02:00
Chneemann
22dcb8503d feat: add screen resize handling to HomeComponent for responsive video selection 2025-05-04 15:09:29 +02:00
Chneemann
22a9925bfe refactor: improve readability of HeroBannerComponent functions and add JSDoc comments 2025-05-04 14:56:01 +02:00
Chneemann
c86fc6f6c2 refactor: improve readability of UploadVideoComponent functions and add JSDoc comments 2025-05-04 14:48:09 +02:00
Chneemann
8ee05a2148 refactor: improve readability of HomeComponent functions and add JSDoc comments 2025-05-04 11:39:39 +02:00
Chneemann
5f91d075ca docs: add JSDoc comments to functions in VideoListComponent 2025-05-02 19:58:02 +02:00
Chneemann
81f449296f feat: integrate GenreService into UploadVideoComponent and replace hardcoded genres 2025-05-02 17:25:42 +02:00
Chneemann
87b026ff35 refactor: improve code readability and maintainability across components 2025-05-02 17:20:17 +02:00
Chneemann
039711b18f feat: display uploaded video after successful upload 2025-05-02 08:38:37 +02:00
Chneemann
3861464092 feat: add Video interface for typed video data handling 2025-05-01 09:22:40 +02:00
Chneemann
58110bc7c1 refactor: rename GenreService to FilmGenreService and create FilmGenre interface 2025-05-01 08:14:36 +02:00
Chneemann
6bfd167122 feat: create GenreService to load film genres from API 2025-05-01 08:03:32 +02:00
Chneemann
75c99b28ad fix: display genre name in CategoriesComponent 2025-04-30 04:28:42 +02:00
Chneemann
ffb6ba4a5b refactor: rename remaining movie variables to video 2025-04-30 04:22:24 +02:00
Chneemann
3cd3f44dea refactor: rename MoviesListComponent to VideoListComponent and update variables accordingly 2025-04-29 04:35:49 +02:00
Chneemann
7e08f6379f refactor: rename MovieService to VideoService and remove 'movie' from backend URLs 2025-04-29 04:04:51 +02:00
Chneemann
189be57023 docs: add comments to functions in VideoPlayerComponent 2025-04-26 22:53:10 +02:00
Chneemann
187c9ed137 refactor: optimize and improve readability of VideoPlayerComponent code 2025-04-26 22:46:11 +02:00
Chneemann
3d4ad193a8 feat: create ResolutionService to centralize and manage video resolutions 2025-04-26 22:41:34 +02:00
Chneemann
df8305806f refactor: unify video resolutions and clean up code 2025-04-26 22:24:05 +02:00
Chneemann
d77aee2b9f refactor: reorganize component structure and update imports 2025-04-21 10:03:03 +02:00
Chneemann
9c14319236 refactor: optimize code structure and readability 2025-04-21 09:17:09 +02:00
Chneemann
31f1041164 ui: add icons to email and password input fields 2025-04-20 15:28:30 +02:00
Chneemann
f895e2900b style: refine layout and UI elements for improved visual consistency 2025-04-20 08:46:32 +02:00
Chneemann
28acea1663 refactor: extract MoviesListComponent to simplify CategoriesComponent 2025-04-20 08:04:45 +02:00
Chneemann
259dccef20 chore: update project to Angular 19 2025-04-19 17:15:45 +02:00
Chneemann
2d3d00c441 Add functionality to mark video as watched on server when viewed 2024-09-14 09:30:30 +02:00
Chneemann
90dca91f6d Implement video watched status display in frontend 2024-09-13 20:53:06 +02:00
Chneemann
41fee56a49 Fix: Optimize video & thumbnail load 2024-09-12 04:38:32 +02:00
Chneemann
16a6e351d4 Add fallback image for video loading and error states 2024-09-11 04:56:45 +02:00
Chneemann
3114ef138e Configure baseUrl for dev and prod environments 2024-09-10 04:48:15 +02:00
Chneemann
b282732f0a Update: Headline of new uploaded movies changed this week 2024-09-09 09:22:23 +02:00
Chneemann
1373b46898 Fix: Scroll buttons opacity replaced by display:none 2024-09-08 08:51:47 +02:00
Chneemann
4cdf58142c Fix: Padding from header & hero banner 2024-09-08 08:45:28 +02:00
Chneemann
09f253c01a Style: Update blue variables with pure blue 2024-09-07 11:03:21 +02:00
Chneemann
a392c9ff21 Fix: Close button triggering form submission issue 2024-09-07 10:53:56 +02:00
Chneemann
46686bb0da Fix: Deactivate button if movieIsUploaded is false 2024-09-06 20:42:52 +02:00