lib/@uncharted.software/stories-facets/src/components/facet/facetVertical.js (3 lines): - line 474: /* icon */ // TODO: Only update if the current icon is not the same as the icon in the spec. - line 521: /* links */ // TODO: Only update if the current icon is not the same as the icon in the spec. - line 525: /* search */ // TODO: Only update if the current icon is not the same as the icon in the spec. lib/@uncharted.software/stories-facets/src/components/querygroup.js (2 lines): - line 63: this.collapsed = false;//TODO: provide option to specify initial collapsed state (see group.js) - line 260: class: 'fa fa-search', // TODO: Remove font-awesome dependency lib/@uncharted.software/stories-facets/src/components/group.js (1 line): - line 653: * TODO: Use the already created element if possible instead of creating anew one every time.