summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/boards/components/modal
Commit message (Expand)AuthorAgeFilesLines
* Moves boards components into a .vue filefl-tech-debtFilipa Lacerda2018-06-266-409/+422
* Merge branch '34371-vue-components-tech-debt' into 'master'Mike Greiling2018-06-254-82/+88
|\
| * Moves list_dropdown and footer components to a .vue file34371-vue-components-tech-debtFilipa Lacerda2018-06-224-82/+88
* | Merge branch 'master' into fl-fix-tech-debtFilipa Lacerda2018-06-252-31/+35
|\ \ | |/
| * Move boards modal EmptyState vue componentGeorge Tsiolis2018-06-212-31/+35
* | Moves tabs.js component into a vue fileFilipa Lacerda2018-06-213-48/+51
|/
* Updates eslint vue plugin versionFilipa Lacerda2018-06-115-58/+58
* Update "col-xs" usage to bootstrap4Paul Slaughter2018-05-301-2/+2
* fix `no-unused-vars`Lukas Eipert2018-05-291-4/+5
* Fix styles in add issues to issue board modalClement Ho2018-04-181-2/+2
* [skip ci] col-*-push and col-*-pull => order-*Clement Ho2018-04-131-2/+2
* [skip ci] Replace .pull-right with .float-rightClement Ho2018-04-091-1/+1
* Replace .pull-left with .float-leftClement Ho2018-04-091-1/+1
* Merge branch 'master' into 'bootstrap4'Clement Ho2018-04-097-18/+15
|\
| * Remove modal store and mixins from global scope44224-remove-glFilipa Lacerda2018-04-067-18/+15
* | Add .badge-pill to .badge in js filesClement Ho2018-04-091-2/+2
|/
* Clean new Flash() and stop disabling no-new (eslint) when possibleAndré Luís2018-02-121-3/+2
* Switch boards to AxiosEric Eastwood2018-01-021-1/+1
* Export text utils as ES6 modulesFilipa Lacerda2017-11-131-1/+2
* Flash is now a ES6 modulePhil Hughes2017-10-101-1/+1
* Resolve "Better SVG Usage in the Frontend"Tim Zallmann2017-09-223-11/+11
* FE backport of group boards to reduce CE conflictsSimon Knox2017-09-061-1/+1
* removed global use of breakpoint checkerbreakpoint-checker-performancePhil Hughes2017-08-101-1/+1
* Backport to CE for:2902-standalone-ee-dir-ceLin Jen-Shin2017-08-041-2/+2
* Update vue-resourceFilipa Lacerda2017-07-121-3/+3
* updated service specPhil Hughes2017-06-061-1/+2
* fixed boards specsPhil Hughes2017-06-011-1/+1
* spec updatesPhil Hughes2017-05-311-1/+1
* Backport canEdit changes for conditional remove buttonback-port-locked-milestones-to-ceEric Eastwood2017-05-261-0/+1
* update boards_bundle to ES module syntaxMike Greiling2017-05-163-9/+6
* Tech debt: Creates vue component for loading iconFilipa Lacerda2017-05-101-1/+3
* stub error handlers where uncaught Promise rejections currently exist32030-transient-failure-in-spec-features-boards-boards_spec-rbMike Greiling2017-05-091-0/+2
* Add ES lint support to identify poorly written PromisesKushal Pandya2017-04-201-6/+10
* Remove IIFEs in boards_bundle.jsremove-iife-boards-bundleAlfredo Sumaran2017-04-107-559/+545
* Merge branch 'add-issue-modal-loading-indicator' into 'master' Alfredo Sumaran2017-03-242-5/+12
|\
| * Show loading icon when changing filter in add issues modalPhil Hughes2017-03-212-5/+12
* | Merge branch 'add-issues-modal-filtered-search-takes-search-param' into 'mast...Filipa Lacerda2017-03-231-0/+2
|\ \
| * | Fixed search param being used in the add issues modalPhil Hughes2017-03-211-0/+2
| |/
* | make eslint happyMike Greiling2017-03-201-1/+1
* | remove Vue from the global spaceMike Greiling2017-03-206-6/+13
|/
* Merge branch 'clear-page-param-after-filter-in-add-issues-modal' into 'master' Alfredo Sumaran2017-03-211-0/+4
|\
| * Reset issue boards add issues modal page when filteringclear-page-param-after-filter-in-add-issues-modalPhil Hughes2017-03-171-0/+4
* | Rename 'All issues' to 'Open issues' in Add issues modalblackst0ne2017-03-182-3/+3
|/
* Moved reduce function to a utilPhil Hughes2017-03-163-24/+7
* Updated specs to check that the token is correctly addedPhil Hughes2017-03-161-2/+1
* Fixed search specsPhil Hughes2017-03-161-1/+2
* Fixed eslint errorsPhil Hughes2017-03-163-16/+33
* Created a container class for filtered searchPhil Hughes2017-03-161-1/+5
* Added filter bar into add issues modalPhil Hughes2017-03-165-259/+8
* Allow filtering by all started milestonesbetter-priority-sortingSean McGivern2017-03-151-0/+1