You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think whenever we use BarLeft/Center/Right, we want the app's context. In some case we don't need it, maybe because we're not using t or anything else that requires the context, but those are rare and would probably benefit from the context as well.
In a few applications, at least for Drive, we have to do stuff like this :
As mentioned by @ptbrowne here (https://github.com/cozy/cozy-drive/pull/2003/files#r414522850) it could be great if those components handle the context by itself.
Is there any use of the cozy-bar without using the context of the requesting App? Or do we have to pass every time the calling app context?
The text was updated successfully, but these errors were encountered: