-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Basic Layout without Thumbnail done * Display last lecture TODO: somehow livenow never true (since streams are always empty) * Add course card styling - shadow - correct corners - outline * Correct Shadow * Display term, year in course card * Add round icon, modify background and constraints * Fix linting * Livenow stream functionality Still TODO: styling * Add minimal styling * Remove ViewAll for livecourses future alternative: add LiveStream page to navigate to * Styling of -coursetitle and - lineHeight * Fix course_card * Remove old livenow section * Remove preview for publicCourses * Add pulsing live and - image for mycourses - viewCount - roomnumber todo: - add redirect for room number - icons/ colors for courses removed settings hamburger menu for now * Add redirect, fix background color * Add scaling colored line * Make border compatible with darkmode * Add color picker * Call the lastest stream Problem: somehow this is empty * Add URL launcher * Fix linting * Fix base light blue color on scrolling * Bare minimum for course list view * Add location image * Fix expanded error * Re-fix location aligning * Livenow displayed correctly * Fix linting * Add navigation to course detail view * Let livenow container hug content * Refactor course section * Refactor course card * Pass lastLecture as lectureID * Make lastLecture redirect * Fix 'Don't use 'BuildContext's across async gaps.' * Handle unmounted error * Add null check for fetching lastLecture Problem: fetching does not return stream correctly (a problem everywhere) * Add rudimentary differentiation for Tablets * Fix list view * Add static progress bar * Add functionality to progress * Add stream length and date * Make compatible with darkmode * Commit before dev merge * fix flutter dependencies * Fix linting * Avoid possible overflow error * Fix lauchUrl on ios * Add padding to downloads and pinns * Fix padding for ipads * Clean up comments, .. - remove comments - remove TODOS - resolve error for course placeholder * Redo merge stuff * Add settings redirects * Redo stream parameters * Fix linting * Remove thrown error * Create folder `download_state_model` * Remove comment * Add shadow to the `BaseCard` * Fix `progress` in stream card --------- Co-authored-by: Achraf Labidi <[email protected]> Co-authored-by: Achraf Labidi <[email protected]>
- Loading branch information
1 parent
cbef0f3
commit b2b1de2
Showing
26 changed files
with
1,169 additions
and
350 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.