Added filter into AnnotationsList so that it displays only the latest annotation for each user that made an annotation
// Text overflow
// Requires inline-block or block for proper styling
.text-overflow() {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}