From ac9e6bf89fa4258ff6caf48830eb0d5f431fa51e Mon Sep 17 00:00:00 2001 From: michael vincerra Date: Thu, 15 Feb 2024 16:27:04 -0800 Subject: [PATCH 01/14] Phase 1 - Redesign page layout as dashboard, left nav Signed-off-by: michael vincerra --- src/docs/_static/styles.css | 34 +++++++++++++++++++++++++ src/docs/_templates/index.html | 45 +++++++++++++++++++++++++++++++++- 2 files changed, 78 insertions(+), 1 deletion(-) diff --git a/src/docs/_static/styles.css b/src/docs/_static/styles.css index 8401111099..854194d77b 100644 --- a/src/docs/_static/styles.css +++ b/src/docs/_static/styles.css @@ -1155,3 +1155,37 @@ a:hover { #footer-blk-2{ padding: 5px 10px; } + +.template-wrapper { + display: flex; + margin: 15px; + /* background-color: red; */ +} + +.row { + display: flex; + flex-direction: row; + flex-wrap: wrap; + width: 100%; +} + +.column { + display: flex; + flex-direction: column; + flex-basis: 100%; + flex: 1; +} + +.left-column { + background-color: #E9E9E9; + height: 100vh; + flex: 15%; +} + +.right-column { + background-color: transparent; + height: 100vh; + flex: 85%; + outline: dotted; + outline-color: blue; +} diff --git a/src/docs/_templates/index.html b/src/docs/_templates/index.html index 3d74d12a46..22cdaf3b19 100644 --- a/src/docs/_templates/index.html +++ b/src/docs/_templates/index.html @@ -236,7 +236,7 @@ - + +
+ +
+ +
+ Search + Filters +
+ +
+ +
+ +
+ + + + + + + +
+ +
+ + + + +
From bcebab0cbe37af89019637f1922d6a87bef5ff1a Mon Sep 17 00:00:00 2001 From: michael vincerra Date: Thu, 29 Feb 2024 17:25:23 -0800 Subject: [PATCH 02/14] WIP dev for app-dev branch, WW09, 01 March 2024 Signed-off-by: michael vincerra --- src/docs/_static/styles.css | 27 ++++++ src/docs/_templates/base.html | 3 + src/docs/_templates/index.html | 151 +++++++++++++++++++++++++++++---- 3 files changed, 165 insertions(+), 16 deletions(-) diff --git a/src/docs/_static/styles.css b/src/docs/_static/styles.css index 854194d77b..a17b37f362 100644 --- a/src/docs/_static/styles.css +++ b/src/docs/_static/styles.css @@ -1189,3 +1189,30 @@ a:hover { outline: dotted; outline-color: blue; } + +/* Add bootstrap 5.1 classes for collapse */ + +/* .accordion { + color: transparent; + background-color: transparent; +} */ + + +/* .collapse { + &:not(.show) { + display: none; + } +} + +.collapsing { + height: 0; + overflow: hidden; + @include transition($transition-collapse); + + &.collapse-horizontal { + width: 0; + height: auto; + @include transition($transition-collapse-width); + } +} */ + diff --git a/src/docs/_templates/base.html b/src/docs/_templates/base.html index 13e4bd0ccc..d181dff89f 100644 --- a/src/docs/_templates/base.html +++ b/src/docs/_templates/base.html @@ -19,8 +19,11 @@ + + + diff --git a/src/docs/_templates/index.html b/src/docs/_templates/index.html index 22cdaf3b19..1bc96898de 100644 --- a/src/docs/_templates/index.html +++ b/src/docs/_templates/index.html @@ -113,7 +113,7 @@
- + -
+ +
- + --> -
+ -
+ + -
+ +
- -
-
- +
+
--> + + Expertise +
+
+ + +
+
Expertise +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ +
+ Language +
+ + + + + + + + + + + + +
+
+ Target Device + +
+ + +
+ Target Device +
+ +
+ + + + + + + + + + + + +
+
+ + + + + + + + +
From 90485bfe0abe101d5eb2a2c807c75957f921f38b Mon Sep 17 00:00:00 2001 From: michael vincerra Date: Thu, 29 Feb 2024 18:38:48 -0800 Subject: [PATCH 03/14] Re-add revised files for new layout. Signed-off-by: michael vincerra --- src/docs/_static/styles.css | 2 -- src/docs/_templates/index.html | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/docs/_static/styles.css b/src/docs/_static/styles.css index a17b37f362..44d47cff08 100644 --- a/src/docs/_static/styles.css +++ b/src/docs/_static/styles.css @@ -1203,7 +1203,6 @@ a:hover { display: none; } } - .collapsing { height: 0; overflow: hidden; @@ -1215,4 +1214,3 @@ a:hover { @include transition($transition-collapse-width); } } */ - diff --git a/src/docs/_templates/index.html b/src/docs/_templates/index.html index 1bc96898de..7586661b09 100644 --- a/src/docs/_templates/index.html +++ b/src/docs/_templates/index.html @@ -111,9 +111,7 @@
-
-