Added filters for AnnotationsList and clicking support + copying and editing for LatestAnnotation
// Text overflow
// Requires inline-block or block for proper styling
.text-overflow() {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}