Open
Conversation
`cozy-client` has been upgraded to `58.1.0` in order to retrieve offline capabilities
`cozy-device-helper` has been upgraded to `3.8.0` in order to retrieve offline capabilities
`fastify/deepmerge` relies on optional chaining that is not configured in cozy-scripts For now cozy-scripts build is broken and we don't expect to fix it as we want to migrate to rsbuild So instead we want to patch `fastify/deepmerge` so it doesn't rely on optional chaining
zatteo
approved these changes
May 20, 2025
We want cozy-papillon to be compatible with the new Flagship app's Offline mode When hosted in a Flagship app's WebView we now want to use FlagshipLink instead of StackLink in cozy-client This link will allow to redirect all queries to the Flagship app that will handle data access when offline but also when online Related PR: linagora/cozy-client#1507 Related PR: linagora/cozy-flagship-app#1239
BundleMonFiles updated (2)
Unchanged files (4)
Total files change +19.92KB +2.97% Groups updated (1)
Unchanged groups (2)
Final result: ✅ View report in BundleMon website ➡️ |
paultranvan
approved these changes
May 20, 2025
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
We want cozy-papillon to be compatible with the new Flagship app's Offline mode
When hosted in a Flagship app's WebView we now want to use FlagshipLink instead of StackLink in cozy-client
This link will allow to redirect all queries to the Flagship app that will handle data access when offline but also when online
Related PR: linagora/cozy-client#1507
Related PR: linagora/cozy-flagship-app#1239