From fdf12a24ed21a0f1e61b3a2fee50a0cde8cd76e3 Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Tue, 23 Nov 2021 08:47:09 +0530 Subject: [PATCH] refactor: sort windi class names --- .../components/app/Announcement.vue | 24 ++-- .../hoppscotch-app/components/app/Footer.vue | 4 +- .../hoppscotch-app/components/app/Fuse.vue | 4 +- .../hoppscotch-app/components/app/Header.vue | 10 +- .../components/app/Interceptor.vue | 2 +- .../components/app/PowerSearch.vue | 22 +-- .../components/app/PowerSearchEntry.vue | 15 +- .../hoppscotch-app/components/app/Section.vue | 2 +- .../hoppscotch-app/components/app/Share.vue | 10 +- .../components/app/Shortcuts.vue | 49 ++++--- .../hoppscotch-app/components/app/Sidenav.vue | 4 +- .../components/app/SlideOver.vue | 25 ++-- .../components/button/Primary.vue | 12 +- .../components/button/Secondary.vue | 18 +-- .../components/collections/ChooseType.vue | 19 +-- .../components/collections/SaveRequest.vue | 2 +- .../collections/graphql/Collection.vue | 25 ++-- .../components/collections/graphql/Folder.vue | 25 ++-- .../collections/graphql/Request.vue | 15 +- .../components/collections/graphql/index.vue | 25 ++-- .../components/collections/index.vue | 27 ++-- .../components/collections/my/Collection.vue | 25 ++-- .../components/collections/my/Folder.vue | 25 ++-- .../components/collections/my/Request.vue | 17 +-- .../collections/teams/Collection.vue | 25 ++-- .../components/collections/teams/Folder.vue | 25 ++-- .../components/collections/teams/Request.vue | 17 +-- .../components/environments/Edit.vue | 30 ++-- .../components/environments/Environment.vue | 9 +- .../components/environments/index.vue | 21 +-- .../components/firebase/Login.vue | 10 +- .../components/graphql/Field.vue | 18 +-- .../components/graphql/Request.vue | 15 +- .../components/graphql/RequestOptions.vue | 58 ++++---- .../components/graphql/Response.vue | 26 ++-- .../components/graphql/Sidebar.vue | 60 ++++---- .../components/graphql/Type.vue | 10 +- .../components/history/graphql/Card.vue | 11 +- .../components/history/index.vue | 14 +- .../components/history/rest/Card.vue | 9 +- .../components/http/Authorization.vue | 56 ++++---- .../hoppscotch-app/components/http/Body.vue | 18 +-- .../components/http/BodyParameters.vue | 20 +-- .../components/http/CodegenModal.vue | 4 +- .../components/http/Headers.vue | 30 ++-- .../components/http/ImportCurl.vue | 2 +- .../components/http/OAuth2Authorization.vue | 20 +-- .../components/http/Parameters.vue | 30 ++-- .../components/http/PreRequestScript.vue | 22 +-- .../components/http/RawBody.vue | 10 +- .../components/http/Request.vue | 31 ++-- .../components/http/ResponseMeta.vue | 47 ++++--- .../components/http/TestResult.vue | 22 +-- .../components/http/TestResultEntry.vue | 6 +- .../components/http/TestResultReport.vue | 2 +- .../hoppscotch-app/components/http/Tests.vue | 22 +-- .../components/lenses/HeadersRenderer.vue | 44 +++--- .../lenses/renderers/HTMLLensRenderer.vue | 10 +- .../lenses/renderers/ImageLensRenderer.vue | 12 +- .../lenses/renderers/JSONLensRenderer.vue | 25 ++-- .../lenses/renderers/RawLensRenderer.vue | 10 +- .../lenses/renderers/XMLLensRenderer.vue | 10 +- .../components/profile/Picture.vue | 15 +- .../components/realtime/Log.vue | 12 +- .../components/realtime/Mqtt.vue | 34 +++-- .../components/realtime/Socketio.vue | 51 ++++--- .../components/realtime/Sse.vue | 40 +++--- .../components/realtime/Websocket.vue | 55 ++++---- .../components/smart/Checkbox.vue | 6 +- .../components/smart/DeletableChip.vue | 2 +- .../hoppscotch-app/components/smart/Item.vue | 20 +-- .../components/smart/LoadingIndicator.vue | 2 +- .../hoppscotch-app/components/smart/Modal.vue | 36 ++--- .../hoppscotch-app/components/smart/Tabs.vue | 12 +- .../components/smart/Toggle.vue | 4 +- .../hoppscotch-app/components/tab/Primary.vue | 10 +- .../components/tab/Secondary.vue | 16 +-- .../hoppscotch-app/components/teams/Edit.vue | 34 ++--- .../components/teams/Invite.vue | 133 ++++++++++-------- .../hoppscotch-app/components/teams/Team.vue | 10 +- .../hoppscotch-app/components/teams/index.vue | 20 +-- packages/hoppscotch-app/layouts/default.vue | 2 +- packages/hoppscotch-app/layouts/error.vue | 2 +- .../hoppscotch-app/pages/documentation.vue | 46 +++--- packages/hoppscotch-app/pages/enter.vue | 2 +- packages/hoppscotch-app/pages/join-team.vue | 41 +++--- packages/hoppscotch-app/pages/profile.vue | 27 ++-- packages/hoppscotch-app/pages/r/_id.vue | 18 +-- packages/hoppscotch-app/pages/settings.vue | 18 +-- 89 files changed, 1025 insertions(+), 860 deletions(-) diff --git a/packages/hoppscotch-app/components/app/Announcement.vue b/packages/hoppscotch-app/components/app/Announcement.vue index 6fd8d0510..bee7fcc8a 100644 --- a/packages/hoppscotch-app/components/app/Announcement.vue +++ b/packages/hoppscotch-app/components/app/Announcement.vue @@ -2,25 +2,31 @@
- info_outline + info_outline - {{ $t("helpers.offline_short") }} + {{ t("helpers.offline_short") }} -
+ + diff --git a/packages/hoppscotch-app/components/app/Footer.vue b/packages/hoppscotch-app/components/app/Footer.vue index 9fdc06d7e..4579e1308 100644 --- a/packages/hoppscotch-app/components/app/Footer.vue +++ b/packages/hoppscotch-app/components/app/Footer.vue @@ -107,7 +107,7 @@ @click.native="$refs.options.tippy().hide()" /> -
+
{{ `${t("app.name")} ${t("app.version")}` }}
@@ -135,7 +135,7 @@ @click.native="COLUMN_LAYOUT = !COLUMN_LAYOUT" />
- manage_search + manage_search {{ t("state.nothing_found") }} "{{ search }}" diff --git a/packages/hoppscotch-app/components/app/Header.vue b/packages/hoppscotch-app/components/app/Header.vue index 8566bd728..12704553f 100644 --- a/packages/hoppscotch-app/components/app/Header.vue +++ b/packages/hoppscotch-app/components/app/Header.vue @@ -1,9 +1,9 @@