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
Update trigger without fetch policy in AccountModal, while reconnecting a konnector [PR]
Prevent recurrence service from running until we figure out why it is triggering itself in an infinite loop [PR]
Revert cozy-script to deduplicate CSS files
Harvest: Hide BIContractActivationWindow behind the bi webview flag
Handle account without ".auth.identifier" attribute without error
Harvest 9.26.13 : Add missing intentsApi property
Perf improvements :
Use realtime plugin from cozy-client to get a singleton instead of creating once multiple times
Use realtime queries from cozy-client to get realtime on bank.accounts, bank.transactions, bank.groups and triggers. Those queries are always mounted. No need to unsubscrire / subscribe several times
Since realtime is always on, we can add a very long fetch policy. By doing so, we do not request the data from the stack too often (those requests are not very expensive) but it was mostly done because if we fetch the data again, then cozy-client has to make a lot of calculation on array and requests. It can be heavy for not to recent devices.
Creation of a context to store the URL of the cozy store's in order to not make a request to /intent on each page
Added a few memo
Since tags are behind a flag, it can appears that we don't have the tags relationships at all. Let's be defensive about that case in order to not throw an error. Fix an error when the user can not open a specific transaction
On the transaction detail, remove call to getTagsRelationshipByTransaction if tags not activated
Empty Home page, aka with <NoAccount> component displayed is now working
Make SelectDates accept values without months
🔧 Tech
Extract import of AccountModalContent in HarvestAccountModal to be able to override it easily