diff --git a/CHANGELOG.md b/CHANGELOG.md index 32b91515..3c6c3ae3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,38 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [1.18.0] - 2023-03-30 ### Added -- Footer to all pages. [#1044](https://github.com/rokwire/rokwire-building-blocks-api/issues/1044) -- Input validation for contribute create page. [#1103](https://github.com/rokwire/rokwire-building-blocks-api/issues/1103) ### Changed -- UI for capability view page. [#1034](https://github.com/rokwire/rokwire-building-blocks-api/issues/1034) -- Updated footer UI. [#1036](https://github.com/rokwire/rokwire-building-blocks-api/issues/1036) -- UI changes to top navigation bar. [#1040](https://github.com/rokwire/rokwire-building-blocks-api/issues/1040) -- UI for talent view page. [#1060](https://github.com/rokwire/rokwire-building-blocks-api/issues/1060) -- UI changes for contribution details page. [#1041](https://github.com/rokwire/rokwire-building-blocks-api/issues/1041) -- Catalog home page UI. [#1063](https://github.com/rokwire/rokwire-building-blocks-api/issues/1063) -- CODEOWNERS file to include CHANGELOG. [#1059](https://github.com/rokwire/rokwire-building-blocks-api/issues/1059) -- Create contribution page UI. [#1065](https://github.com/rokwire/rokwire-building-blocks-api/issues/1065) -- Review block in contribution details page. [#1066](https://github.com/rokwire/rokwire-building-blocks-api/issues/1066) -- Rearranged divs in contribute page. [#1079](https://github.com/rokwire/rokwire-building-blocks-api/issues/1079) -- Element stylings in contribute page. [#1087](https://github.com/rokwire/rokwire-building-blocks-api/issues/1087) -- Cryptography version bump for contributions. [#1089](https://github.com/rokwire/rokwire-building-blocks-api/issues/1089) -- Cryptography version bump for appconfigservice. [#1089](https://github.com/rokwire/rokwire-building-blocks-api/issues/1100) -- Catalog home page card alignment. [#1084](https://github.com/rokwire/rokwire-building-blocks-api/issues/1084) -- Updated button styles to match design. [#1085](https://github.com/rokwire/rokwire-building-blocks-api/issues/1085) -- Update werkzeug version in catalog. [#1099](https://github.com/rokwire/rokwire-building-blocks-api/issues/1099) -- Custom dropdown menu style. [#1090](https://github.com/rokwire/rokwire-building-blocks-api/issues/1090) -- Fill footer at the bottom of pages. [#1092](https://github.com/rokwire/rokwire-building-blocks-api/issues/1092) -- Contribute form field labels and placeholders. [#1102](https://github.com/rokwire/rokwire-building-blocks-api/issues/1102) -- Wordings of view pages. [#1069](https://github.com/rokwire/rokwire-building-blocks-api/issues/1069) +- UI table spacing for details pages. [#1117](https://github.com/rokwire/rokwire-building-blocks-api/issues/1117) ### Fixed -- Detect secrets GitHub action build error and updated baseline. [#1077](https://github.com/rokwire/rokwire-building-blocks-api/issues/1077) -- Overlapping divs in catalog contribute create page. [#1054](https://github.com/rokwire/rokwire-building-blocks-api/issues/1054) -## [1.17.0] - 2022-12-06 +## [1.18.0] - 2023-03-30 ### Added - Footer to all pages. [#1044](https://github.com/rokwire/rokwire-building-blocks-api/issues/1044) - Input validation for contribute create page. [#1103](https://github.com/rokwire/rokwire-building-blocks-api/issues/1103) diff --git a/contributions/catalog/webapps/static/css/style.css b/contributions/catalog/webapps/static/css/style.css index 11700664..a455e3d1 100644 --- a/contributions/catalog/webapps/static/css/style.css +++ b/contributions/catalog/webapps/static/css/style.css @@ -145,6 +145,13 @@ html * { min-height: calc(100vh - 176px); } +.details-row { + display: flex; + flex-wrap: wrap; +} +.details-table td:nth-of-type(1) {width: 210px;} +.blank-row { height: 10px;} + .row { display: flex; flex-wrap: wrap; diff --git a/contributions/catalog/webapps/templates/contribute/capability_details.html b/contributions/catalog/webapps/templates/contribute/capability_details.html index fc6dd6f5..3f839e63 100644 --- a/contributions/catalog/webapps/templates/contribute/capability_details.html +++ b/contributions/catalog/webapps/templates/contribute/capability_details.html @@ -29,7 +29,7 @@

Capability Details


-
+

Capability Name

@@ -38,7 +38,7 @@

Capability Name

-
+

Capability Description

@@ -47,7 +47,7 @@

Capability Description

-
+

Is Code Open Source?

@@ -56,7 +56,7 @@

Is Code Open Source?

-
+

Source Code Repository URL

@@ -65,7 +65,7 @@

Source Code Repository URL

-
+

API Documentation URL

@@ -75,7 +75,7 @@

API Documentation URL

{% if post.deploymentDetails%} -
+

Deployment Location

@@ -87,7 +87,7 @@

Deployment Location

{% if reviewer %} {% if post.version %} -
+

Version

@@ -97,7 +97,7 @@

Version

{% endif %} {% if post.healthCheckUrl %} -
+

Health Check URL

@@ -107,12 +107,12 @@

Health Check URL

{% endif %} {% if post.dataDeletionEndpointDetails %} -
+

Data Deletion Endpoint Details

- +
{% if post.dataDeletionEndpointDetails.apiKey %} @@ -132,17 +132,20 @@

Data Deletion Endpoint Details

{% endif %} + + +
API Key   {{post.dataDeletionEndpointDetails.description}}
{% endif %} {% if post.deploymentDetails %} -
+

Deployment Details

- +
{% if post.deploymentDetails.authMethod %} @@ -169,7 +172,7 @@

Deployment Details

{% else %} - + {% endif %} {% endfor %} @@ -186,6 +189,9 @@

Deployment Details

{% endif %} + + +
Auth Method   {{item[1]}}     {{item[0]}}: {{item[0]}}: {{item[1]}} {{post.deploymentDetails.location}}
diff --git a/contributions/catalog/webapps/templates/contribute/contribution_details.html b/contributions/catalog/webapps/templates/contribute/contribution_details.html index 0231f678..21ddfbc6 100644 --- a/contributions/catalog/webapps/templates/contribute/contribution_details.html +++ b/contributions/catalog/webapps/templates/contribute/contribution_details.html @@ -28,7 +28,7 @@

Contribution Details

-
+

Contribution Name

@@ -37,7 +37,7 @@

Contribution Name

-
+

Short Description

@@ -47,7 +47,7 @@

Short Description

{% if post.longDescription %} -
+

Long Description

@@ -58,7 +58,7 @@

Long Description

{% endif %} {% if post.contributors %} -
+

Contributor Details

@@ -104,7 +104,7 @@

Contributor Details

{% endfor %} {% if contributor_ns.contributorType == "person" %} -
+
Person
@@ -159,7 +159,7 @@
Person
{% endif %} {% if contributor_ns.contributorType == "organization" %} -
+
Organization
@@ -194,7 +194,7 @@
Organization
{% endif %} {% if post.contacts %} -
+

Contact Details

@@ -245,7 +245,7 @@

Contact Details

{% endif %} {% if post.capabilities %} -
+

Capabilities

@@ -271,7 +271,7 @@

{{c.name}}

{% endif %} {% if post.talents %} -
+

Talents

@@ -297,7 +297,7 @@

{{t.name}}

{% endif %} {% if (is_reviewer or is_editable or is_review) %} -
+

Admins

@@ -309,7 +309,7 @@

Admins

-
+

Status

@@ -317,7 +317,7 @@

Status

{{post.status}}
-
+

Date Created

@@ -325,7 +325,7 @@

Date Created

{{post.dateCreated}}
-
+

Date Modified

@@ -356,7 +356,7 @@

Review


-
+

Status

@@ -395,7 +395,7 @@

Status

-
+

Comment

@@ -413,7 +413,7 @@

Comment

-
+

Last Updated

@@ -425,7 +425,7 @@

Last Updated

-
+
diff --git a/contributions/catalog/webapps/templates/contribute/home.html b/contributions/catalog/webapps/templates/contribute/home.html index 8f49e119..1c671c75 100644 --- a/contributions/catalog/webapps/templates/contribute/home.html +++ b/contributions/catalog/webapps/templates/contribute/home.html @@ -17,7 +17,6 @@