summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/flash.js
Commit message (Collapse)AuthorAgeFilesLines
* Prettify remaining files with differences in CE and EEMike Greiling2018-10-311-2/+6
|
* Prettify all the things (part 7)Mike Greiling2018-10-241-16/+17
|
* Limit flash notice width on fixed and fluid layoutGeorge Tsiolis2018-10-231-4/+5
|
* Resolve "Persistent banner creates problem for web ide"Paul Slaughter2018-08-311-0/+1
|
* WebIDE: Fix Commit bugsTim Zallmann2018-01-191-0/+4
|
* Add checkboxes to automatically run AutoDevops pipelineEric Eastwood2017-11-281-1/+1
| | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38962
* Fixed server rendered flash not being removed on clickserver-flash-click-removePhil Hughes2017-10-131-1/+6
|
* fixed notes specsPhil Hughes2017-10-101-8/+6
| | | | | changed how the container class is added onto the text element more specs
* fixed eslintPhil Hughes2017-10-101-8/+8
|
* flash testsPhil Hughes2017-10-101-11/+34
| | | | added back in documentation comment to flash file
* spec fixesPhil Hughes2017-10-101-5/+10
|
* Flash is now a ES6 modulePhil Hughes2017-10-101-61/+58
| | | | | | | | | | | Reduced the technical debt around our JS flash function by making it a module that is imported rather than relying on the global function. The global function still exists mainly for technical debt with how some requests are being completed, but new JS should import the module directly. Also reduces some tech debt in the file by removing the need for jQuery. Instead Flash is now 100% vanilla JS.
* Action link role sets to `button` if no HREF is givenkushalpandya2017-06-011-2/+8
|
* Add doc commentkushalpandya2017-06-011-2/+15
|
* Add support for action linkskushalpandya2017-06-011-2/+13
|
* remove IIFEs in preparation for ES module refactorMike Greiling2017-03-131-37/+36
|
* replace implicit this == window with explicit bindingMike Greiling2017-02-171-1/+1
|
* resolve all padded-blocks eslint violationsMike Greiling2017-01-181-3/+1
|
* explicitly disable eslint inlineexplicitly-disable-eslint-inlineLuke "Jared" Bennett2016-11-151-1/+1
|
* disable ESLint for all JavaScript fileswinniehell2016-10-261-0/+1
|
* ES6ify all the things!Fatih Acet2016-07-241-0/+43