primus11
primus11
When one works offline it usually makes sense to do both pull and push but on the other hand when one tries to push asap it might not always be...
Added option to do push sync conflict resolution which can be required in sync customization This PR is based on #1552
Created this draft (not tested) just to see if there is any opinion about it. When design is set that each resource must be confirmed as synced it is safer...
Atm synchronization only allows to customize conflict resolution which doesn't provide full control when trying for example to skip remote record altogether. It is possible to use conflict resolution that...
Currently comparing two "github.com/google/uuid" is not really readable since it is checked as array and looks like this: ``` UUID.array[0]: 93 != 96 UUID.array[1]: 181 != 145 UUID.array[2]: 180 !=...
Auto paging now remembers last element offset for all pages and uses correct one depending on page to prevent weird text offset. This happened because html2canvas doesn't send elements in...