From 3fb34ab05ccff621e4d14dd2547129457ef7147f Mon Sep 17 00:00:00 2001 From: elnzv Date: Wed, 27 Jul 2016 15:51:23 +0300 Subject: [PATCH 01/58] changed navigation to tabs --- apis/client/view/navigation/navigation.html | 15 ++++---- apis/client/view/view_api_backend.html | 42 +++++++++++---------- 2 files changed, 29 insertions(+), 28 deletions(-) diff --git a/apis/client/view/navigation/navigation.html b/apis/client/view/navigation/navigation.html index da5d07a61c..b3f8fb531b 100644 --- a/apis/client/view/navigation/navigation.html +++ b/apis/client/view/navigation/navigation.html @@ -1,43 +1,42 @@ diff --git a/apis/client/view/view_api_backend.html b/apis/client/view/view_api_backend.html index ca9d3d67cd..900d0fcf3e 100644 --- a/apis/client/view/view_api_backend.html +++ b/apis/client/view/view_api_backend.html @@ -5,32 +5,34 @@ {{> viewApiBackendNavigationMenu apiBackend=apiBackend }} -
-
- {{> viewApiBackendDetails apiBackend=apiBackend }} -
+
+
+
+ {{> viewApiBackendDetails apiBackend=apiBackend }} +
-
- {{> documentation apiBackend=apiBackend }} -
+
+ {{> documentation apiBackend=apiBackend }} +
-
- {{> viewApiBackendMetadata apiBackend=apiBackend }} -
+
+ {{> viewApiBackendMetadata apiBackend=apiBackend }} +
-
- {{> feedbackList apiBackend=apiBackend }} -
+
+ {{> feedbackList apiBackend=apiBackend }} +
-
- {{> viewApiBackendExport apiBackend=apiBackend }} -
+
+ {{> viewApiBackendExport apiBackend=apiBackend }} +
-
- {{> apiBacklog apiBackend=apiBackend backlogItems=backlogItems }} -
+
+ {{> apiBacklog apiBackend=apiBackend backlogItems=backlogItems }} +
-
+
+
{{ else }} {{> spinner }} {{/ if }} From 46837d18001f903dbe4175c334e76cffc0f62db1 Mon Sep 17 00:00:00 2001 From: elnzv Date: Wed, 27 Jul 2016 17:35:06 +0300 Subject: [PATCH 02/58] added container --- apis/client/add/wizard.html | 30 ++-- apis/client/edit/form/editApiBackendForm.html | 134 +++++++++--------- dashboard/client/dashboard.html | 10 +- 3 files changed, 90 insertions(+), 84 deletions(-) diff --git a/apis/client/add/wizard.html b/apis/client/add/wizard.html index 7559c6a28f..1e3bd5f610 100644 --- a/apis/client/add/wizard.html +++ b/apis/client/add/wizard.html @@ -1,16 +1,18 @@ diff --git a/apis/client/edit/form/editApiBackendForm.html b/apis/client/edit/form/editApiBackendForm.html index 9751e8c3a6..4de900313a 100644 --- a/apis/client/edit/form/editApiBackendForm.html +++ b/apis/client/edit/form/editApiBackendForm.html @@ -1,73 +1,75 @@ diff --git a/dashboard/client/dashboard.html b/dashboard/client/dashboard.html index 1f77fedd70..493deda564 100644 --- a/dashboard/client/dashboard.html +++ b/dashboard/client/dashboard.html @@ -1,5 +1,6 @@ From 5a6a1ea1560a44189dbbc1a90f5b0f7fd5c64bf0 Mon Sep 17 00:00:00 2001 From: elnzv Date: Wed, 27 Jul 2016 17:45:55 +0300 Subject: [PATCH 03/58] removed pills styles --- core/client/style/global.less | 5 ----- 1 file changed, 5 deletions(-) diff --git a/core/client/style/global.less b/core/client/style/global.less index 48d915779f..5f93dff2b6 100644 --- a/core/client/style/global.less +++ b/core/client/style/global.less @@ -36,11 +36,6 @@ hr { margin-top: 0; } -.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { - color: #fff; - background-color: @nav-pills-active-link-hover-bg; -} - .no-margin-row { margin-left: 0; margin-right: 0; From 80d576c81f2dc86fa8dc90bdb9ea8a69c92257fd Mon Sep 17 00:00:00 2001 From: elnzv Date: Wed, 27 Jul 2016 17:46:20 +0300 Subject: [PATCH 04/58] removed merging --- core/client/layouts/master_layout/navbar/navbar.less | 1 - 1 file changed, 1 deletion(-) diff --git a/core/client/layouts/master_layout/navbar/navbar.less b/core/client/layouts/master_layout/navbar/navbar.less index 085b270b11..eacd587c65 100644 --- a/core/client/layouts/master_layout/navbar/navbar.less +++ b/core/client/layouts/master_layout/navbar/navbar.less @@ -12,7 +12,6 @@ margin-bottom: 0; border: none; border-radius: 0; - margin-bottom: 2em; .navbar-header { padding-left: 0.9em; From 998f0d129410ae4b39816c294503a96a0437a4aa Mon Sep 17 00:00:00 2001 From: elnzv Date: Wed, 27 Jul 2016 17:46:30 +0300 Subject: [PATCH 05/58] removed container --- core/client/layouts/master_layout/master_layout.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/core/client/layouts/master_layout/master_layout.html b/core/client/layouts/master_layout/master_layout.html index abbe2914ac..83c7706ff1 100644 --- a/core/client/layouts/master_layout/master_layout.html +++ b/core/client/layouts/master_layout/master_layout.html @@ -2,10 +2,8 @@ {{> languageBar }}
{{> navbar branding=branding }} -
- {{> yield }} - {{> sAlert}} -
+ {{> yield }} + {{> sAlert}} {{> autoformModals}}
From 86737b84191fed8fc320aa99382101011230670e Mon Sep 17 00:00:00 2001 From: elnzv Date: Wed, 27 Jul 2016 17:46:44 +0300 Subject: [PATCH 06/58] added container --- catalogue/client/catalogue.html | 234 ++++++++++++++++---------------- 1 file changed, 118 insertions(+), 116 deletions(-) diff --git a/catalogue/client/catalogue.html b/catalogue/client/catalogue.html index 7da979d365..06fc553694 100644 --- a/catalogue/client/catalogue.html +++ b/catalogue/client/catalogue.html @@ -1,136 +1,138 @@ From 4baa2d76f582fab197ce2976151fe676cede4421 Mon Sep 17 00:00:00 2001 From: elnzv Date: Wed, 27 Jul 2016 17:47:03 +0300 Subject: [PATCH 07/58] removed old header --- apis/client/view/view_api_backend.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/apis/client/view/view_api_backend.html b/apis/client/view/view_api_backend.html index 900d0fcf3e..23164f5263 100644 --- a/apis/client/view/view_api_backend.html +++ b/apis/client/view/view_api_backend.html @@ -1,11 +1,7 @@ From 3445f451e7eeb47ce3f6193e404e3e7f246e9f8b Mon Sep 17 00:00:00 2001 From: elnzv Date: Wed, 27 Jul 2016 17:48:18 +0300 Subject: [PATCH 10/58] new header and styles --- apis/client/view/header/header.html | 51 +++++++++++++++++++++++++++++ apis/client/view/header/header.less | 50 ++++++++++++++++++++++++++++ 2 files changed, 101 insertions(+) create mode 100644 apis/client/view/header/header.html create mode 100644 apis/client/view/header/header.less diff --git a/apis/client/view/header/header.html b/apis/client/view/header/header.html new file mode 100644 index 0000000000..d3c2c06dcc --- /dev/null +++ b/apis/client/view/header/header.html @@ -0,0 +1,51 @@ + diff --git a/apis/client/view/header/header.less b/apis/client/view/header/header.less new file mode 100644 index 0000000000..9ed134b633 --- /dev/null +++ b/apis/client/view/header/header.less @@ -0,0 +1,50 @@ +/* Bootstrap */ +@import "/core/client/style/bootstrap-variables.less"; + +.page-top { + padding-top: 20px; + padding-bottom: 0; + margin-bottom: 20px; + color: #666; + background-color: #fafafa; + border-bottom: 1px solid #eee; +} + +.view-api-navigation { + position: relative; + top: 1px; + margin-top: 10px; + + .nav-tabs { + border-bottom: none; + } + + .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { + font-weight: bold; + color: #333; + background-color: #fff; + border-top-color: @brand-primary; + border-top-width: 3px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; + border-right-color: #EEE; + border-left-color: #EEE; + } + + .nav-tabs > li { + border: 0px solid transparent; + border-width: 3px 1px 1px; + border-radius: 3px 3px 0 0; + } + + .nav-tabs > li > a { + color: #555; + } + + .nav > li > a:hover, .nav > li > a:focus { + text-decoration: none; + background-color: transparent; + color: #333; + border-color: transparent; + } +} From 56ef56a63e3bb57ece004a05ea1f5ec670a4e07d Mon Sep 17 00:00:00 2001 From: elnzv Date: Wed, 27 Jul 2016 18:38:26 +0300 Subject: [PATCH 11/58] changed api name title --- apis/client/view/header/header.html | 8 ++++---- apis/client/view/header/header.less | 15 +++++++++++++-- apis/logo/view/client/view.css | 3 ++- 3 files changed, 19 insertions(+), 7 deletions(-) diff --git a/apis/client/view/header/header.html b/apis/client/view/header/header.html index d3c2c06dcc..b229f7496b 100644 --- a/apis/client/view/header/header.html +++ b/apis/client/view/header/header.html @@ -1,10 +1,10 @@