-
Notifications
You must be signed in to change notification settings - Fork 3
Image and video optimizations #1769
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
1687bfb
Use Next.js Image component in the resource drawer
jonkafton 28f4207
Merge branch 'main' into jk/5857-image-optimizations
jonkafton a3be265
Differentiate NavItem props from config type
jonkafton 56e3dc5
Replace about page image
jonkafton 2f1f01f
Next.js images for channel page logos. Unit image config in Logo comp…
jonkafton 0fbacef
Remove NavDrawer image paths (not used). Fix Storybook page
jonkafton 20f0f05
Upgrade to Next.js v15. Page params are now async
jonkafton 18fee78
Upgrade @mui/material-nextjs for Next.js v15
jonkafton 3164d75
Utility for CSS background image-set() strings. Apply to homepage per…
jonkafton 8dc2db9
Pass background static import src to banner
jonkafton 92e8cd4
Use Logo component for unit cards
jonkafton ec40724
Merge branch 'main' into jk/5857-image-optimizations
jonkafton b96fb61
Suspense boundaries needed around carousels (useSearchParams() should…
jonkafton f4d8056
Type fix
jonkafton 4e4af0a
Display YouTube videos with simple iframe
jonkafton f5e916f
16:9 aspect ratio for videos
jonkafton d66ab6e
Revert "Suspense boundaries needed around carousels (useSearchParams(…
jonkafton f97d90f
Revert "Upgrade @mui/material-nextjs for Next.js v15"
jonkafton eb5b317
Revert "Upgrade to Next.js v15. Page params are now async"
jonkafton 00ef518
Update test for unit logo
jonkafton 8bb8dcb
Add Nextjs dependency in ol-utilities
jonkafton cb37c04
Merge branch 'main' into jk/5857-image-optimizations
jonkafton d75212a
Remove comments
jonkafton 0ce9cf9
Remove unnecessary truthy check
jonkafton e38f0d9
Separate Unit/Platform Logo
jonkafton 1086dde
Move to peer dependency
jonkafton 36a3982
Bckground src set for topic banner
jonkafton c868b00
Background src set on other banner backgrounds
jonkafton 9386f27
Remove redundant display breakpoints
jonkafton 6ed1589
Merge branch 'main' into jk/5857-image-optimizations
jonkafton 9fc386a
Apply changes to LearningResourceExpandedV2
jonkafton 97ad4b8
Update test
jonkafton 186b748
Merge branch 'main' into jk/5857-image-optimizations
jonkafton File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
File renamed without changes.
This file contains hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
today i learn...