summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/ide/components/file_finder/item.vue
Commit message (Expand)AuthorAgeFilesLines
* moved keycodes constants to common lib filePhil Hughes2018-04-191-3/+3
* fixed up scrolling to items in finder dropdownPhil Hughes2018-04-181-0/+4
* created constants filePhil Hughes2018-04-161-3/+5
* fixed eslint & karma specsPhil Hughes2018-04-161-2/+1
* remove v-html & use vdom insteadPhil Hughes2018-04-161-18/+31
* order files by lastOpenedAt date even after filteringPhil Hughes2018-04-161-0/+8
* added specs to storePhil Hughes2018-04-161-3/+5
* added ChangedFileIcon component to rowsPhil Hughes2018-04-161-0/+10
* moved CSS into SCSS filePhil Hughes2018-04-161-12/+11
* small performance improvement by caching the computed propPhil Hughes2018-04-161-2/+2
* correctly show the dropdown with `t` keypressPhil Hughes2018-04-161-5/+45
* Added fuzzy file finder to web IDEPhil Hughes2018-04-161-0/+36