stable

Clone or download

Read-only

Display a Call Me Back button on every BP pages

This button doesn't do anything right now. Part of the story #11593 Have a Call Me Back button and form on every page Change-Id: I03d4f78ec8c34b235742bd344be889fff44b1572

Modified Files

Name
M .gitignore +1 −0 Go to diff View file
M plugins/create_test_env/README.mkd +7 −1 Go to diff View file
A plugins/create_test_env/build-manifest.json +38 −0 Go to diff View file
M plugins/create_test_env/include/create_test_envPlugin.class.php +24 −0 Go to diff View file
A plugins/create_test_env/scripts/.gitignore +2 −0 Go to diff View file
A plugins/create_test_env/scripts/call-me-back/po/fr.po +13 −0 Go to diff View file
A plugins/create_test_env/scripts/call-me-back/po/template.pot +6 −0 Go to diff View file
A plugins/create_test_env/scripts/call-me-back/src/CallMeBack.vue +31 −0 Go to diff View file
A plugins/create_test_env/scripts/call-me-back/src/index.js +40 −0 Go to diff View file
A plugins/create_test_env/scripts/package-lock.json +18 −0 Go to diff View file
A plugins/create_test_env/scripts/package.json +20 −0 Go to diff View file
A plugins/create_test_env/scripts/webpack.config.js +55 −0 Go to diff View file
A plugins/create_test_env/themes/BurningParrot/css/_call-me-back.scss +50 −0 Go to diff View file
A plugins/create_test_env/themes/BurningParrot/css/create-test-env-blue-condensed.scss +24 −0 Go to diff View file
A plugins/create_test_env/themes/BurningParrot/css/create-test-env-blue.scss +24 −0 Go to diff View file
A plugins/create_test_env/themes/BurningParrot/css/create-test-env-green-condensed.scss +24 −0 Go to diff View file
A plugins/create_test_env/themes/BurningParrot/css/create-test-env-green.scss +24 −0 Go to diff View file
A plugins/create_test_env/themes/BurningParrot/css/create-test-env-grey-condensed.scss +24 −0 Go to diff View file
A plugins/create_test_env/themes/BurningParrot/css/create-test-env-grey.scss +24 −0 Go to diff View file
A plugins/create_test_env/themes/BurningParrot/css/create-test-env-orange-condensed.scss +24 −0 Go to diff View file
A plugins/create_test_env/themes/BurningParrot/css/create-test-env-orange.scss +24 −0 Go to diff View file
A plugins/create_test_env/themes/BurningParrot/css/create-test-env-purple-condensed.scss +24 −0 Go to diff View file
A plugins/create_test_env/themes/BurningParrot/css/create-test-env-purple.scss +24 −0 Go to diff View file
A plugins/create_test_env/themes/BurningParrot/css/create-test-env-red-condensed.scss +24 −0 Go to diff View file
A plugins/create_test_env/themes/BurningParrot/css/create-test-env-red.scss +24 −0 Go to diff View file