summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/ide/components/file_finder
Commit message (Expand)AuthorAgeFilesLines
* Added fuzzy file finder to merge requestsPhil Hughes2019-02-052-331/+0
* Upgrade prettier and reformat files as necessaryMike Greiling2019-01-141-3/+3
* Prettify all the thingsMike Greiling2018-11-202-38/+13
* Added file tree to merge request diffsPhil Hughes2018-10-031-1/+1
* Resolve eslint-plugin-vue errorsMike Greiling2018-09-202-7/+7
* Enable "prefer-destructuring" in JS filesgfyoung2018-06-251-1/+1
* Updates eslint vue plugin versionFilipa Lacerda2018-06-112-11/+11
* Fixed IDE file finder orderingPhil Hughes2018-05-141-6/+4
* 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