-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Swik 1827 loading indicator for info panel #754
base: master
Are you sure you want to change the base?
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.