diff --git a/.travis.yml b/.travis.yml index 46a545351..8aa80c5b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,10 +35,10 @@ notifications: deploy: provider: pages - skip_cleanup: true + skip-cleanup: true # Refer to: https://docs.travis-ci.com/user/deployment/pages/#Setting-the-GitHub-token - github_token: $GITHUB_ACCESS_TOKEN + github-token: $GITHUB_ACCESS_TOKEN target-branch: gh-pages - local_dir: dist + local-dir: dist on: - branch: master \ No newline at end of file + branch: master diff --git a/README.md b/README.md index 01e211e30..95402d899 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ When I wrote this, only God and I understood what I was doing. Now, only God kno --- -[![Build Status](https://travis-ci.org/liyasthomas/postwoman.svg?branch=master)](https://travis-ci.org/liyasthomas/postwoman) [![GitHub release](https://img.shields.io/github/release/liyasthomas/postwoman/all.svg)](https://github.com/liyasthomas/postwoman/releases/latest) [![repo size](https://img.shields.io/github/repo-size/liyasthomas/postwoman.svg)](https://github.com/liyasthomas/postwoman/archive/master.zip) [![license](https://img.shields.io/github/license/liyasthomas/postwoman.svg)](https://github.com/liyasthomas/postwoman/blob/master/LICENSE) [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/liyasthomas/postwoman/issues) [![Website](https://img.shields.io/website-up-down-green-red/https/shields.io.svg?label=website)](https://liyas-thomas.firebaseapp.com) [![Donate](https://img.shields.io/badge/$-donate-ff69b4.svg)](https://www.paypal.me/liyascthomas) [![Buy me a coffee](https://img.shields.io/badge/$-BuyMeACoffee-orange.svg)](https://www.buymeacoffee.com/liyasthomas) +[![Build Status](https://travis-ci.com/liyasthomas/postwoman.svg?branch=master)](https://travis-ci.com/liyasthomas/postwoman) [![GitHub release](https://img.shields.io/github/release/liyasthomas/postwoman/all.svg)](https://github.com/liyasthomas/postwoman/releases/latest) [![repo size](https://img.shields.io/github/repo-size/liyasthomas/postwoman.svg)](https://github.com/liyasthomas/postwoman/archive/master.zip) [![license](https://img.shields.io/github/license/liyasthomas/postwoman.svg)](https://github.com/liyasthomas/postwoman/blob/master/LICENSE) [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/liyasthomas/postwoman/issues) [![Website](https://img.shields.io/website-up-down-green-red/https/shields.io.svg?label=website)](https://liyas-thomas.firebaseapp.com) [![Donate](https://img.shields.io/badge/$-donate-ff69b4.svg)](https://www.paypal.me/liyascthomas) [![Buy me a coffee](https://img.shields.io/badge/$-BuyMeACoffee-orange.svg)](https://www.buymeacoffee.com/liyasthomas) # postwoman Postwoman @@ -88,7 +88,7 @@ Please read [CONTRIBUTING](CONTRIBUTING.md) for details on our [CODE OF CONDUCT] ## Continuous Integration -We use [Travis CI](https://travis-ci.com) for continuous integration. Check out our [Travis CI Status](https://travis-ci.org/liyasthomas/postwoman). +We use [Travis CI](https://travis-ci.com) for continuous integration. Check out our [Travis CI Status](https://travis-ci.com/liyasthomas/postwoman). --- @@ -113,8 +113,13 @@ See the [CHANGELOG](CHANGELOG.md) file for details. * [Liyas Thomas](https://github.com/liyasthomas) ### Contributors +* [NBTX](https://github.com/NBTX) * [Andrew Bastin](https://github.com/AndrewBastin) +* [Nick Palenchar](https://github.com/nickpalenchar) * [Abraham Williams](https://github.com/abraham) +* [Nicholas La Roux](https://github.com/larouxn) +* [RifqiAlAbqary](https://github.com/reefqi037) +* [izerozlu](https://github.com/izerozlu) ### Thanks * [Dribbble](https://dribbble.com) diff --git a/assets/css/styles.scss b/assets/css/styles.scss index 6fc3f46ab..4774b393e 100644 --- a/assets/css/styles.scss +++ b/assets/css/styles.scss @@ -234,6 +234,16 @@ ol li { flex-direction: column; flex-grow: 1; } +.flex-wrap{ + display: flex; + justify-content: space-between; +} +.btn-copy{ + padding: 6px 14px; + font-size: 11px; + margin-right: 15px; + +} @media (max-width: $responsiveWidth) { ul, @@ -252,21 +262,34 @@ ol li { } .info-response { - background-color: #ffeb3b; + background-color: #FFEB3B; } .success-response { - background-color: #66BB6A; + background-color: #4BB543; } .redir-response { - background-color: #ff5722; + background-color: #FF5722; } .cl-error-response { - background-color: #ef5350; + background-color: #A63232; } .sv-error-response { - background-color: #b71c1c; -} \ No newline at end of file + background-color: #B71C1C; +} + +fieldset#history { + .method-list-item { + position: relative; + + span { + position: absolute; + top: 44px; + right: 20px; + font-family: monospace, monospace; + } + } +} diff --git a/components/section.vue b/components/section.vue index 4d2af5b5e..5f290c4e1 100644 --- a/components/section.vue +++ b/components/section.vue @@ -1,5 +1,5 @@