apollo-ng / dspace-app-apollong

DSpace aims to enable people to find, collect, edit, structure and share any kind of information in a real-time, massive-collaboration, augmented-reality-environment (like wikipedia), based on a very common ground: The map of the area, where people actually are, around their Geolocation.
https://apollo.open-resource.org/lab:dspace
18 stars 13 forks source link

FeatureBox should not need to refresh entirely, when the list of feeds changes #33

Open nilclass opened 11 years ago

nilclass commented 11 years ago

Currently the FeatureBox is refreshed whenever a tab is added. This means also all the other FeatureTabs are refreshed without the need for it.The reason for this is that the FeatureBox needs to re-render it's template, in order to display the correct tab buttons. After rendering the template, the whole content (including the FeatureTabs) is replaced, and the tabs rerendered. A possible solution would be to render the tab-bar dynamically, whenever a tab is added / removed.