From 207dc2b6a6ddcfa93ac5e3377c937a74791bb445 Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Thu, 8 Jul 2021 13:00:41 +0530 Subject: [PATCH] feat: revamp collections ui --- components/app/Header.vue | 2 + components/button/Secondary.vue | 2 +- components/collections/ChooseType.vue | 72 ++--- components/collections/ImportExport.vue | 1 + components/collections/graphql/Collection.vue | 14 +- components/collections/graphql/Folder.vue | 24 +- .../collections/graphql/ImportExport.vue | 1 + components/collections/graphql/Request.vue | 13 +- components/collections/index.vue | 101 +++--- components/collections/my/Collection.vue | 292 +++++++++-------- components/collections/my/Folder.vue | 185 ++++++----- components/collections/my/Request.vue | 63 +++- components/collections/teams/Collection.vue | 302 ++++++++++-------- components/collections/teams/Folder.vue | 186 ++++++----- components/collections/teams/Request.vue | 67 ++-- components/environments/Environment.vue | 9 +- components/environments/ImportExport.vue | 1 + components/history/graphql/Card.vue | 9 +- components/history/index.vue | 4 +- components/history/rest/Card.vue | 18 +- components/http/CodegenModal.vue | 1 + components/smart/ChangeLanguage.vue | 1 + components/smart/Tabs.vue | 4 +- components/smart/Toggle.vue | 9 +- components/teams/Edit.vue | 2 + components/teams/Team.vue | 9 +- pages/api.vue | 6 +- plugins/v-tippy.js | 1 - windi.config.js | 1 - 29 files changed, 821 insertions(+), 579 deletions(-) diff --git a/components/app/Header.vue b/components/app/Header.vue index 6de341137..fb6776349 100644 --- a/components/app/Header.vue +++ b/components/app/Header.vue @@ -20,6 +20,7 @@ - + -
    -
  • - - - - - -
  • -
+ + +
diff --git a/components/collections/ImportExport.vue b/components/collections/ImportExport.vue index 14f784079..1e4e53868 100644 --- a/components/collections/ImportExport.vue +++ b/components/collections/ImportExport.vue @@ -18,6 +18,7 @@ mode == 'import_export' && collectionsType.type == 'my-collections' " ref="options" + interactive tabindex="-1" trigger="click" theme="popover" diff --git a/components/collections/graphql/Collection.vue b/components/collections/graphql/Collection.vue index 39fced44f..c37845f79 100644 --- a/components/collections/graphql/Collection.vue +++ b/components/collections/graphql/Collection.vue @@ -33,13 +33,14 @@ />