stable

Clone or download

Read-only

Introduce modals in Tuleap UI Framework

Part of story #9199 Get rid of Bootstrap in site admin (step 3) In the doc, you can now trigger example modals. Will be done later: - full height modals - full screen modals - fix scrolling behavior (we should not scroll the body, only the modal if needed). Change-Id: I37237903ee0912f55a2e15beaafddedf5b870e3b

Modified Files

Name
M src/www/themes/common/tlp/README.md +14 −0 Go to diff View file
M src/www/themes/common/tlp/doc/css/_demos.scss +24 −0 Go to diff View file
M src/www/themes/common/tlp/doc/css/_sections.scss +2 −1 Go to diff View file
M src/www/themes/common/tlp/doc/css/main.scss +14 −0 Go to diff View file
M src/www/themes/common/tlp/doc/index.html +135 −1 Go to diff View file
M src/www/themes/common/tlp/doc/js/editors.js +8 −0 Go to diff View file
M src/www/themes/common/tlp/doc/js/main.js +1 −1 Go to diff View file
M src/www/themes/common/tlp/doc/js/polyfills.js +1 −1 Go to diff View file
M src/www/themes/common/tlp/gulpfile.js +5 −1 Go to diff View file
M src/www/themes/common/tlp/package.json +2 −0 Go to diff View file
A src/www/themes/common/tlp/src/js/modal.js +164 −0 Go to diff View file
A src/www/themes/common/tlp/src/js/polyfills.js +34 −0 Go to diff View file
M src/www/themes/common/tlp/src/scss/_components.scss +1 −0 Go to diff View file
A src/www/themes/common/tlp/src/scss/components/_modal.scss +124 −0 Go to diff View file
M src/www/themes/common/tlp/src/scss/variables/_colors.scss +1 −0 Go to diff View file