From 7638f338d22fccffb33bdfe028c076b17465337a Mon Sep 17 00:00:00 2001 From: jochen Date: Wed, 29 May 2024 09:25:25 +0200 Subject: [PATCH] catalog: Show search bar also on mobile --- CHANGELOG.md | 3 ++- datacontract/templates/index.html | 12 ++++----- datacontract/templates/style/output.css | 33 ++++++++++++++----------- 3 files changed, 27 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90b4eb27..3b1a5617 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,12 +12,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `datacontract export --format dbml`: Export to [Database Markup Language (DBML)](https://dbml.dbdiagram.io/home/) (#135) - `datacontract export --format avro`: Now supports config map on field level for logicalTypes and default values [Custom Avro Properties](./README.md#custom-avro-properties) - `datacontract import --format avro`: Now supports importing logicalType and default definition on avro files [Custom Avro Properties](./README.md#custom-avro-properties) -- Support `bigqueryType` for testing BigQuery types +- Support `config.bigqueryType` for testing BigQuery types ### Fixed - Fixed jsonschema export for models with empty object-typed fields (#218) - Fixed testing BigQuery tables with BOOL fields +- `datacontract catalog` Show search bar also on mobile ## [0.10.4] - 2024-05-17 diff --git a/datacontract/templates/index.html b/datacontract/templates/index.html index 2d07435d..511e04b6 100644 --- a/datacontract/templates/index.html +++ b/datacontract/templates/index.html @@ -14,7 +14,7 @@