-
Notifications
You must be signed in to change notification settings - Fork 676
feat: Image decoder in the frontend #3971
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
Conversation
1255231 to
cbe3353
Compare
krishung5
left a comment
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.
Lgtm, one minor comment, thanks.
cbe3353 to
5be5da0
Compare
8a17e40 to
0f3e79c
Compare
0f3e79c to
3b3593f
Compare
5be5da0 to
a9d83fe
Compare
4dbec11 to
b888111
Compare
indrajit96
left a comment
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.
Good work! Thanks a lot for this!
LGTM!
b888111 to
bed5bd0
Compare
Signed-off-by: Alexandre Milesi <[email protected]>
Signed-off-by: Alexandre Milesi <[email protected]>
Signed-off-by: Alexandre Milesi <[email protected]>
Signed-off-by: Alexandre Milesi <[email protected]>
Signed-off-by: Alexandre Milesi <[email protected]>
Signed-off-by: Alexandre Milesi <[email protected]>
Signed-off-by: Alexandre Milesi <[email protected]>
b015a61 to
3c4aa12
Compare
dillon-cullinan
left a comment
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.
Approving the addition of git-lfs into the checkout to allow checkout out a large image being added.
Overview:
See #3630 for context, this MR is a subset of it, focusing on image decoding, building on top of #3967.
E2E plumbing will be done in a followup MR, the current behavior of URL passthrough stays the default.
Summary by CodeRabbit
New Features
Bug Fixes
Chores