From a5089094711fac0ed40501e27fb7a00e510538bb Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Wed, 1 Dec 2021 22:59:01 +0530 Subject: [PATCH] refactor: sort windi class names --- .../hoppscotch-app/assets/scss/styles.scss | 9 ++- .../components/app/Announcement.vue | 6 +- .../hoppscotch-app/components/app/Footer.vue | 4 +- .../hoppscotch-app/components/app/Fuse.vue | 4 +- .../hoppscotch-app/components/app/Header.vue | 12 ++-- .../components/app/Interceptor.vue | 2 +- .../components/app/PowerSearch.vue | 6 +- .../components/app/PowerSearchEntry.vue | 6 +- .../hoppscotch-app/components/app/Section.vue | 2 +- .../hoppscotch-app/components/app/Share.vue | 10 ++-- .../components/app/Shortcuts.vue | 26 ++++---- .../hoppscotch-app/components/app/Sidenav.vue | 4 +- .../components/app/SlideOver.vue | 6 +- .../components/button/Primary.vue | 6 +- .../components/button/Secondary.vue | 9 ++- .../components/collections/ChooseType.vue | 2 +- .../components/collections/SaveRequest.vue | 2 +- .../collections/graphql/Collection.vue | 14 ++--- .../components/collections/graphql/Folder.vue | 14 ++--- .../collections/graphql/Request.vue | 8 +-- .../components/collections/graphql/index.vue | 16 ++--- .../components/collections/index.vue | 16 ++--- .../components/collections/my/Collection.vue | 14 ++--- .../components/collections/my/Folder.vue | 14 ++--- .../components/collections/my/Request.vue | 8 +-- .../collections/teams/Collection.vue | 14 ++--- .../components/collections/teams/Folder.vue | 14 ++--- .../components/collections/teams/Request.vue | 8 +-- .../components/environments/Edit.vue | 18 +++--- .../components/environments/Environment.vue | 6 +- .../components/environments/index.vue | 18 +++--- .../components/firebase/Login.vue | 8 +-- .../components/graphql/Field.vue | 10 ++-- .../components/graphql/Request.vue | 6 +- .../components/graphql/RequestOptions.vue | 24 ++++---- .../components/graphql/Response.vue | 16 ++--- .../components/graphql/Sidebar.vue | 20 +++---- .../components/graphql/Type.vue | 10 ++-- .../components/history/graphql/Card.vue | 10 ++-- .../components/history/index.vue | 14 ++--- .../components/history/rest/Card.vue | 8 +-- .../components/http/Authorization.vue | 38 ++++++------ .../hoppscotch-app/components/http/Body.vue | 12 ++-- .../components/http/BodyParameters.vue | 14 ++--- .../components/http/CodegenModal.vue | 4 +- .../components/http/Headers.vue | 14 ++--- .../components/http/ImportCurl.vue | 2 +- .../components/http/OAuth2Authorization.vue | 20 +++---- .../components/http/Parameters.vue | 12 ++-- .../components/http/PreRequestScript.vue | 12 ++-- .../components/http/RawBody.vue | 4 +- .../components/http/Request.vue | 12 ++-- .../components/http/ResponseMeta.vue | 26 ++++---- .../components/http/TestResult.vue | 18 +++--- .../components/http/TestResultEntry.vue | 4 +- .../components/http/TestResultReport.vue | 2 +- .../hoppscotch-app/components/http/Tests.vue | 12 ++-- .../components/lenses/HeadersRenderer.vue | 14 ++--- .../lenses/renderers/HTMLLensRenderer.vue | 4 +- .../lenses/renderers/ImageLensRenderer.vue | 6 +- .../lenses/renderers/JSONLensRenderer.vue | 8 +-- .../lenses/renderers/RawLensRenderer.vue | 4 +- .../lenses/renderers/XMLLensRenderer.vue | 4 +- .../components/profile/Picture.vue | 6 +- .../components/realtime/Log.vue | 4 +- .../components/realtime/Mqtt.vue | 22 +++---- .../components/realtime/Socketio.vue | 20 +++---- .../components/realtime/Sse.vue | 10 ++-- .../components/realtime/Websocket.vue | 26 ++++---- .../components/smart/Checkbox.vue | 4 +- .../components/smart/DeletableChip.vue | 2 +- .../hoppscotch-app/components/smart/Item.vue | 10 ++-- .../components/smart/LoadingIndicator.vue | 2 +- .../hoppscotch-app/components/smart/Modal.vue | 16 ++--- .../hoppscotch-app/components/smart/Tabs.vue | 10 ++-- .../components/smart/Toggle.vue | 4 +- .../hoppscotch-app/components/tab/Primary.vue | 2 +- .../components/tab/Secondary.vue | 2 +- .../hoppscotch-app/components/teams/Edit.vue | 20 +++---- .../components/teams/Invite.vue | 60 +++++++++---------- .../hoppscotch-app/components/teams/Team.vue | 10 ++-- .../hoppscotch-app/components/teams/index.vue | 10 ++-- packages/hoppscotch-app/layouts/default.vue | 2 +- packages/hoppscotch-app/layouts/error.vue | 2 +- .../hoppscotch-app/pages/documentation.vue | 16 ++--- packages/hoppscotch-app/pages/enter.vue | 2 +- packages/hoppscotch-app/pages/index.vue | 2 +- packages/hoppscotch-app/pages/join-team.vue | 30 +++++----- packages/hoppscotch-app/pages/profile.vue | 30 +++++----- packages/hoppscotch-app/pages/r/_id.vue | 18 +++--- packages/hoppscotch-app/pages/settings.vue | 18 +++--- 91 files changed, 518 insertions(+), 512 deletions(-) diff --git a/packages/hoppscotch-app/assets/scss/styles.scss b/packages/hoppscotch-app/assets/scss/styles.scss index b6c52a3bc..7d06cefdd 100644 --- a/packages/hoppscotch-app/assets/scss/styles.scss +++ b/packages/hoppscotch-app/assets/scss/styles.scss @@ -19,7 +19,8 @@ @apply bg-divider bg-clip-content; @apply rounded-full; @apply border-solid border-transparent border-4; - @apply hover:(bg-dividerDark bg-clip-content); + @apply hover:bg-dividerDark; + @apply hover:bg-clip-content; } ::-webkit-scrollbar { @@ -130,7 +131,8 @@ a { @apply text-accent; @apply rounded; @apply hover:text-accentDark; - @apply focus-visible:(ring ring-accent); + @apply focus-visible:ring; + @apply focus-visible:ring-accent; } } @@ -336,7 +338,8 @@ pre.ace_editor { @apply rounded; @apply text-current; @apply normal-case; - @apply hover:(bg-opacity-20 no-underline); + @apply hover:bg-opacity-20; + @apply hover:no-underline; @apply font-medium; font-size: var(--body-font-size); diff --git a/packages/hoppscotch-app/components/app/Announcement.vue b/packages/hoppscotch-app/components/app/Announcement.vue index 817015812..cdbdbd45c 100644 --- a/packages/hoppscotch-app/components/app/Announcement.vue +++ b/packages/hoppscotch-app/components/app/Announcement.vue @@ -1,14 +1,14 @@