Conversation
Added object comparison function to common.js.
|
Thanks for the performance improvements! W.r.t. the addition of the equals function in common.js -> is this absolutely necessary? I'd rather not add code to the platform if it can be done with native/existing functions. |
|
@kadevgraaf I tried to do that, but it turned out to be not as easy as in the case of the slide view. I will try your suggestion. |
…om:slidewiki/slidewiki-platform into swik-1827-loading-indicator-for-info-panel
|
@kadevgraaf I forgot to answer your last question. I had to use that function to improve performance. The application has to have an equals method for objects to be able to see whether there have been any changes or not. To the best of my knowledge there is no native function to accomplish that. Another alternative would be |
|
@kadevgraaf I have implemented the loading indicator. |
|
Thanks! Works nicely. |
kadevgraaf
left a comment
There was a problem hiding this comment.
If I go to slide edit mode, and then save/cancel (go back to slide view mode, the loading indicator keeps loading. Can you fix this @vkovtun ?
…ndicator-for-info-panel # Conflicts: # .gitignore # actions/loadContributors.js # common.js # components/Deck/InfoPanel/InfoPanelInfoView.js # stores/ActivityFeedStore.js
…info-panel' into swik-1827-loading-indicator-for-info-panel
|
@kadevgraaf I cannot reproduce your problem. Can you please check it again? If you can reproduce it, maybe you can send me a link to the slide, where this happens? |
# Conflicts: # components/Deck/ActivityFeedPanel/ActivityFeedPanel.js # components/Deck/InfoPanel/InfoPanel.js # components/Deck/InfoPanel/InfoPanelInfoView.js
…s and I merged that deletion with no consideration of the code.
|
@kadevgraaf I merged master into this branch, fixed the conflicts and merging bugs. Yet I cannot reproduce the issue you have reported. |
No description provided.