summaryrefslogtreecommitdiffstats
path: root/webapp/components/delete_modal_trigger.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Updating client dependencies. Switching to yarn. (#6433)Christopher Speller2017-05-181-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | * Updating client dependancies. Switching to using yarn. * Updating React * Moving pure components to using function syntax (performance gains with newer react version) * Updating client dependancies. * Ignore .yarninstall * Enabling pre-lockfile because it's the entire point of using yarn. * Removing old webpack config * Moving to new prop-types * Fixing ESLint Errors * Updating jest snapshots. * Cleaning up package.json
* Implement Jira Ticket PLT-6555 - Enter should confirm deletion on delete ↵Carlos Tadeu Panato Junior2017-05-151-0/+9
| | | | modals (#6375)
* Split delete modal trigger for reuse (#5740)VeraLyu2017-03-191-0/+62
Spllit delete modal trigger for reuse and make emoji delete to use this modal trigger.