-
Notifications
You must be signed in to change notification settings - Fork 65
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
feat: Update manifest to add acceptFromFlagship #2967
Conversation
BundleMonFiles updated (5)
Unchanged files (14)
Total files change +1.04KB +0.02% Groups updated (4)
Unchanged groups (4)
Final result: ✅ View report in BundleMon website ➡️ |
@@ -0,0 +1,13 @@ | |||
import React from 'react' |
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.
should be more in upload
than Create
.
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.
updated, will replace
{__TARGET__ === 'mobile' && (
<Route path="uploadfrommobile" element={<UploadFromMobile />} />
)}
in subsequent pull request
src/drive/targets/manifest.webapp
Outdated
}, | ||
"accept_from_flagship": true, | ||
"accept_documents_from_flagship": { | ||
"accepted_mime_types": ["application/octet-stream"], |
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.
this will not be the only accepted mime. In fact, with Drive, you can go with : [*]
.
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.
Updated with "/" according to https://www.rfc-editor.org/rfc/rfc7231#section-5.3.2
f349088
to
d2d953b
Compare
- Also add placeholder route that will handle mobile uploads later
d2d953b
to
3d7cc16
Compare
closing this pull request as it is now redundant with #2969 |
✨ Features
Update manifest to add acceptFromFlagship
Also add placeholder route that will handle mobile uploads later