app/Nearline.tsx (2 lines): - line 104: //FIXME: should load these in from config or from some kind of user profile! - line 248: //FIXME: there must be a better way of doing dynamic grid resizing than this! app/Frontpage/MetadataGroupSelector.tsx (2 lines): - line 10: //FIXME: this is horrible. Better to load in from config. - line 20: style={{ width: "100%" }} //FIXME: find a better way to do this app/Frontpage.tsx (2 lines): - line 104: //FIXME: should load these in from config or from some kind of user profile! - line 258: //FIXME: there must be a better way of doing dynamic grid resizing than this! app/ItemView/MetadataGroupView.tsx (1 line): - line 181: //FIXME: we should present a range if in SearchForm mode app/Nearline/VidispineSearchForm.tsx (1 line): - line 42: //FIXME: don't like the Asset name hard-coded like this app/Frontpage/VidispineSearchForm.tsx (1 line): - line 42: //FIXME: don't like the Asset name hard-coded like this app/Embeddable/EmbeddablePlayer.tsx (1 line): - line 17: //FIXME: should be loaded in from config! app/ItemViewComponent.tsx (1 line): - line 23: //FIXME: should be loaded in from config! app/vidispine/field-group/VidispineFieldGroup.ts (1 line): - line 25: type: string; //FIXME: set allowed values of this app/vidispine/search/VidispineSearch.ts (1 line): - line 214: //TODO: this needs a load of optimising, if we decide to keep it (not currently used) app/vidispine/search/FacetResponse.ts (1 line): - line 10: //FIXME: we do not currently accomodate ranged facets, only count facets