Skip to content
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

Closed

Conversation

acezard
Copy link
Contributor

@acezard acezard commented Aug 18, 2023

✨ Features

  • Update manifest to add acceptFromFlagship

  • Also add placeholder route that will handle mobile uploads later

@bundlemon
Copy link

bundlemon bot commented Aug 18, 2023

BundleMon

Files updated (5)
Status Path Size Limits
drive/public/drive.(hash).js
1.5MB (+361B +0.02%) 1.65MB
drive/app/drive.(hash).js
243.04KB (+249B +0.1%) 255KB
drive/vendors/drive.(hash).js
1.28MB (+223B +0.02%) 1.6MB
drive/manifest.webapp
1.89KB (+117B +6.44%) 2KB
drive/intents/drive.(hash).js
148.59KB (+115B +0.08%) 171KB
Unchanged files (14)
Status Path Size Limits
drive/public/pdf.worker.entry.(hash).worker.j
s
343.37KB 345KB
drive/services/dacc/drive.js
253.91KB 500KB
drive/services/qualificationMigration/drive.j
s
248.95KB 500KB
drive/public/cozy-client-js.js
158.97KB 160KB
drive/public/drive.(hash).min.css
93.36KB 100KB
drive/app-drive.(hash).min.css
55.99KB 56KB
drive/intents-drive.(hash).min.css
37.07KB 40KB
drive/onlyOffice/slide.pptx
24.82KB 25KB
drive/onlyOffice/text.docx
5.84KB 6KB
drive/onlyOffice/spreadsheet.xlsx
5.01KB 6KB
drive/index.html
532B 1KB
drive/intents/index.html
517B 1KB
drive/img/app-icon.(hash).svg
419B 1KB
drive/manifest.json
184B 1KB

Total files change +1.04KB +0.02%

Groups updated (4)
Status Path Size Limits
drive/public/**
2.09MB (+362B +0.02%) +7%
drive/app/**
243.04KB (+249B +0.1%) +1%
drive/vendors/**
1.28MB (+223B +0.02%) +6%
drive/intents/**
149.09KB (+114B +0.07%) +6%
Unchanged groups (4)
Status Path Size Limits
drive/screenshots/**
2.13MB +0.4%
drive/services/**
502.86KB +1%
drive/onlyOffice/**
35.68KB +0.4%
drive/img/**
419B +0.4%

Final result: ✅

View report in BundleMon website ➡️


Current branch size history | Target branch size history

@@ -0,0 +1,13 @@
import React from 'react'
Copy link
Contributor

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.

Copy link
Contributor Author

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

},
"accept_from_flagship": true,
"accept_documents_from_flagship": {
"accepted_mime_types": ["application/octet-stream"],
Copy link
Contributor

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 : [*].

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@acezard acezard force-pushed the feat--Update-manifest-to-add-acceptFromFlagship branch from f349088 to d2d953b Compare August 22, 2023 13:50
- Also add placeholder route that will handle mobile uploads later
@acezard acezard force-pushed the feat--Update-manifest-to-add-acceptFromFlagship branch from d2d953b to 3d7cc16 Compare August 23, 2023 07:28
@acezard
Copy link
Contributor Author

acezard commented Sep 4, 2023

closing this pull request as it is now redundant with #2969

@acezard acezard closed this Sep 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants