summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/ide/components/file_finder
Commit message (Expand)AuthorAgeFilesLines
* moved keycodes constants to common lib filePhil Hughes2018-04-192-8/+10
* fixed up scrolling to items in finder dropdownPhil Hughes2018-04-182-3/+22
* fixed dropdown not being scrollablePhil Hughes2018-04-181-5/+1
* disable hover styles correctly in file finder dropdownPhil Hughes2018-04-181-0/+1
* fix mouseOver & arrow keys working at same timePhil Hughes2018-04-181-3/+16
* created constants filePhil Hughes2018-04-162-20/+27
* 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-162-5/+33
* added specs to storePhil Hughes2018-04-162-3/+27
* fixed eslintPhil Hughes2018-04-161-2/+1
* fixes the sort to correctly order the arrayPhil Hughes2018-04-161-1/+2
* added specsPhil Hughes2018-04-161-3/+12
* added ChangedFileIcon component to rowsPhil Hughes2018-04-161-0/+10
* moved CSS into SCSS filePhil Hughes2018-04-162-38/+18
* added keymap to editor to open file finderPhil Hughes2018-04-161-1/+12
* small performance improvement by caching the computed propPhil Hughes2018-04-162-7/+10
* correctly show the dropdown with `t` keypressPhil Hughes2018-04-162-55/+162
* Added fuzzy file finder to web IDEPhil Hughes2018-04-162-0/+136