summaryrefslogtreecommitdiffstats
path: root/webapp/components/delete_modal_trigger.jsx
Commit message (Collapse)AuthorAgeFilesLines
* PLT-4257 Add pop-up asking if user wants to reset status (#6526)Joram Wilander2017-06-061-3/+3
| | | | | | | | | | | | * Add pop-up asking if user wants to reset status * Update test snapshot * Update prop name for old uses of confirm modal * Updating checkbox (#6586) * Updating style for checkbox (#6596)
* 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.