summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/user_callout.js
Commit message (Collapse)AuthorAgeFilesLines
* require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-091-0/+1
|
* Update to jQuery 3.Jacob Schatz2018-02-201-1/+1
|
* Get the project path through the DOM instead of `gon`Filipa Lacerda2017-09-071-1/+1
| | | | Open the settings section based on the location hash
* Fixes the Cookie pathFilipa Lacerda2017-09-051-1/+1
| | | | Prepares for i18n
* Sets callout dissmiss cookie per project using a pathFilipa Lacerda2017-09-051-2/+10
|
* Add Conversational Development Index page to admin panelTaurie Davis, Simon Knox and Adam Niedzielski2017-06-011-6/+5
|
* Add expirations to CA and user calloutsLuke "Jared" Bennett2017-04-141-1/+1
|
* Refactored the user callout classPhil Hughes2017-03-241-37/+6
| | | | | | | | Instead of the JS being in charge of the HTML, the HAML now handles it. The HAML can then check the cookie & show it needed. It also allows the HAML access to the paths so we don't have to pass that through. Closes #29955
* fix test failuresMike Greiling2017-03-221-3/+1
|
* remove Cookies class from global spaceMike Greiling2017-03-221-1/+1
|
* remove extra whitespace on dashboard projects pageSimon Knox2017-03-021-1/+3
|
* Corrected indentation on the template stringuser-calloutsJose Ivan Vargas2017-02-241-10/+9
| | | | Also removed eslint disabled rules
* Modified the user_callout behaviourJose Ivan Vargas2017-02-231-10/+35
| | | | | Now it appends a template instead of relying in a partial to show it.
* Removed disabled rules from the user_callout_spec.jsJose Ivan Vargas2017-02-231-8/+7
| | | | | | | Also changed the cookie sets to true and false values to make it consistent with the rest of the javascript. Fixed some haml and a missing new line
* Moved the dismiss-icon listener to close the callout to a buttonJose Ivan Vargas2017-02-231-2/+2
|
* Changed the javascript class from using the global scope to exporting it via ↵Jose Ivan Vargas2017-02-231-26/+24
| | | | | | webpack Also improved accesibility and change the id from user_callouts to a class
* Created unit tests, fixtures and integration testsJose Ivan Vargas2017-02-231-5/+20
| | | | | Also changed the user_callout haml to a partial and added the corresponding SVG icon
* Initial version of the user-calloutsJose Ivan Vargas2017-02-231-0/+22