diff --git a/README.md b/README.md index 65bd7da6c..b38f0ae50 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@

-[![Travis Build Status](https://img.shields.io/travis/com/hoppscotch/hoppscotch/master?logo=Travis)](https://travis-ci.com/hoppscotch/hoppscotch) [![GitHub release](https://img.shields.io/github/release/hoppscotch/hoppscotch/all?logo=GitHub)](https://github.com/hoppscotch/hoppscotch/releases/latest) [![Website](https://img.shields.io/website?url=https%3A%2F%2Fhoppscotch.io&logo=postwoman)](https://hoppscotch.io) [![Contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen)](CONTRIBUTING.md) [![Financial Contributors on Open Collective](https://img.shields.io/opencollective/all/hoppscotch?logo=Open-Collective&label=financial+contributors)](https://opencollective.com/hoppscotch) [![Donate on PayPal](https://img.shields.io/badge/support-PayPal-blue?logo=PayPal)](https://www.paypal.me/liyascthomas) [![Chat on Telegram](https://img.shields.io/badge/chat-Telegram-blueviolet?logo=Telegram)](https://t.me/hoppscotch_app) [![Chat on Discord](https://img.shields.io/badge/chat-Discord-violet?logo=discord)](https://discord.gg/GAMWxmR) [![Tweet](https://img.shields.io/twitter/url?url=https%3A%2F%2Fhoppscotch.io%2F)](https://twitter.com/intent/tweet?url=https%3A%2F%2Fhoppscotch.io&text=%F0%9F%91%BD%20hoppscotch%20%E2%80%A2%20API%20request%20builder%20-%20Helps%20you%20create%20your%20requests%20faster%2C%20saving%20you%20precious%20time%20on%20your%20development&original_referer=https%3A%2F%2Ftwitter.com%2Fshare%3Ftext%3D%25F0%259F%2591%25BD%2520hoppscotch%2520%25E2%2580%25A2%2520API%2520request%2520builder%2520-%2520Helps%2520you%2520create%2520your%2520requests%2520faster%2C%2520saving%2520you%2520precious%2520time%2520on%2520your%2520development%26url%3Dhttps%3A%2F%2Fhoppscotch.io%26hashtags%3Dhoppscotch%26via%3Dliyasthomas&via=liyasthomas&hashtags=hoppscotch) +[![Travis Build Status](https://img.shields.io/travis/com/hoppscotch/hoppscotch/master?logo=Travis)](https://travis-ci.com/hoppscotch/hoppscotch) [![GitHub release](https://img.shields.io/github/release/hoppscotch/hoppscotch/all?logo=GitHub)](https://github.com/hoppscotch/hoppscotch/releases/latest) [![Website](https://img.shields.io/website?url=https%3A%2F%2Fhoppscotch.io&logo=postwoman)](https://hoppscotch.io) [![Contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen)](CONTRIBUTING.md) [![Financial Contributors on Open Collective](https://img.shields.io/opencollective/all/hoppscotch?logo=Open-Collective&label=financial+contributors)](https://opencollective.com/hoppscotch) [![Donate on PayPal](https://img.shields.io/badge/support-PayPal-blue?logo=PayPal)](https://www.paypal.me/liyascthomas) [![Chat on Telegram](https://img.shields.io/badge/chat-Telegram-blueviolet?logo=Telegram)](https://t.me/hoppscotch) [![Chat on Discord](https://img.shields.io/badge/chat-Discord-violet?logo=discord)](https://discord.gg/GAMWxmR) [![Tweet](https://img.shields.io/twitter/url?url=https%3A%2F%2Fhoppscotch.io%2F)](https://twitter.com/intent/tweet?url=https%3A%2F%2Fhoppscotch.io&text=%F0%9F%91%BD%20hoppscotch%20%E2%80%A2%20API%20request%20builder%20-%20Helps%20you%20create%20your%20requests%20faster%2C%20saving%20you%20precious%20time%20on%20your%20development&original_referer=https%3A%2F%2Ftwitter.com%2Fshare%3Ftext%3D%25F0%259F%2591%25BD%2520hoppscotch%2520%25E2%2580%25A2%2520API%2520request%2520builder%2520-%2520Helps%2520you%2520create%2520your%2520requests%2520faster%2C%2520saving%2520you%2520precious%2520time%2520on%2520your%2520development%26url%3Dhttps%3A%2F%2Fhoppscotch.io%26hashtags%3Dhoppscotch%26via%3Dliyasthomas&via=liyasthomas&hashtags=hoppscotch)

diff --git a/assets/css/styles.scss b/assets/css/styles.scss index 17533a34e..c09634527 100644 --- a/assets/css/styles.scss +++ b/assets/css/styles.scss @@ -383,12 +383,16 @@ section:target { input[type="file"], input[type="radio"], -.hide-on-large-screen, #installPWA, .hidden { display: none; } +.show-on-large-screen { + display: flex; + flex: 1; +} + .method, kbd, select, @@ -574,15 +578,6 @@ ol li { } } -.show-on-small-screen { - display: flex; -} - -.show-on-large-screen { - display: flex; - flex: 1; -} - .info-response { color: #ffeb3b; } @@ -726,11 +721,6 @@ section { display: none; } - .hide-on-large-screen, - .show-on-small-screen { - display: inline-flex; - } - .sticky-inner { position: relative; width: 100%; diff --git a/components/collections/addCollection.vue b/components/collections/add-collection.vue similarity index 93% rename from components/collections/addCollection.vue rename to components/collections/add-collection.vue index 7a8df1b77..f77490a38 100644 --- a/components/collections/addCollection.vue +++ b/components/collections/add-collection.vue @@ -7,7 +7,7 @@

{{ $t("new_collection") }}

@@ -44,14 +44,15 @@ diff --git a/components/lenses/renderers/HTMLLensRenderer.vue b/components/lenses/renderers/HTMLLensRenderer.vue index 5eb468af0..2c692b2b5 100644 --- a/components/lenses/renderers/HTMLLensRenderer.vue +++ b/components/lenses/renderers/HTMLLensRenderer.vue @@ -50,7 +50,7 @@
- error_outline Invalid JSON

-
-
- import("../ui/tabs"), - tab: () => import("../ui/tab"), - headers: () => import("./headers"), // Lens Renderers ...getLensRenderers(), }, diff --git a/components/realtime/mqtt.vue b/components/realtime/mqtt.vue index 92fcaa3fd..6373bdc50 100644 --- a/components/realtime/mqtt.vue +++ b/components/realtime/mqtt.vue @@ -23,7 +23,7 @@
  • - +
    @@ -73,10 +73,6 @@ import Paho from "paho-mqtt" import { wsValid } from "~/helpers/utils/valid" export default { - components: { - "pw-section": () => import("~/components/layout/section"), - realtimeLog: () => import("./log"), - }, data: function () { return { url: "wss://test.mosquitto.org:8081", diff --git a/components/realtime/socketio.vue b/components/realtime/socketio.vue index 9a67c5fd5..322fd9094 100644 --- a/components/realtime/socketio.vue +++ b/components/realtime/socketio.vue @@ -32,7 +32,7 @@
    • - +
      @@ -81,10 +81,6 @@ import io from "socket.io-client" import wildcard from "socketio-wildcard" export default { - components: { - "pw-section": () => import("~/components/layout/section"), - realtimeLog: () => import("./log"), - }, data() { return { url: "ws://", diff --git a/components/realtime/sse.vue b/components/realtime/sse.vue index e4db04fb9..8a7fb3748 100644 --- a/components/realtime/sse.vue +++ b/components/realtime/sse.vue @@ -31,7 +31,7 @@
      • - +
      @@ -43,10 +43,6 @@ import { httpValid } from "~/helpers/utils/valid" export default { - components: { - "pw-section": () => import("../layout/section"), - realtimeLog: () => import("./log"), - }, data() { return { connectionSSEState: false, diff --git a/components/realtime/websocket.vue b/components/realtime/websocket.vue index 1f0a8195e..98f4a5176 100644 --- a/components/realtime/websocket.vue +++ b/components/realtime/websocket.vue @@ -32,7 +32,7 @@
      • - +
        @@ -69,10 +69,6 @@ import { wsValid } from "~/helpers/utils/valid" export default { - components: { - "pw-section": () => import("../layout/section"), - realtimeLog: () => import("./log"), - }, data() { return { connectionState: false, diff --git a/components/ui/toggle.vue b/components/ui/pw-toggle.vue similarity index 100% rename from components/ui/toggle.vue rename to components/ui/pw-toggle.vue diff --git a/layouts/default.vue b/layouts/default.vue index 91f3e7e25..a9d07fbf0 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -15,12 +15,6 @@