From c51190f45cd3a33b5abdd6d0d8e12caac74a2bd3 Mon Sep 17 00:00:00 2001 From: "Andrew Schonfeld (Boston)" Date: Tue, 27 Jun 2023 18:59:58 -0400 Subject: [PATCH] Eliminated extra click from ArcticDB menu when less than 100 columns --- .circleci/config.yml | 2 +- CHANGES.md | 2 +- docker/dtale.env | 2 +- docs/source/conf.py | 4 ++-- frontend/static/dtale/info/DataViewerInfo.tsx | 6 +++++- 5 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7aaf11be..56008693 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -70,7 +70,7 @@ python_variables: &python_variables CIRCLE_ARTIFACTS: /tmp/circleci-artifacts CIRCLE_TEST_REPORTS: /tmp/circleci-test-results CODECOV_TOKEN: b0d35139-0a75-427a-907b-2c78a762f8f0 - VERSION: 3.1.4 + VERSION: 3.1.5 PANDOC_RELEASES_URL: https://github.com/jgm/pandoc/releases python_formatting: &python_formatting parallelism: 1 diff --git a/CHANGES.md b/CHANGES.md index 7dcc780c..a4c95eb2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ ## Changelog -### 3.1.4 (2023-6-27) +### 3.1.5 (2023-6-27) * Added support to `/dtale/data/` endpoint for ArcticDB instances hosted using gunicorn ### 3.1.0 (2023-6-23) diff --git a/docker/dtale.env b/docker/dtale.env index 45912842..86d5dd09 100644 --- a/docker/dtale.env +++ b/docker/dtale.env @@ -1,2 +1,2 @@ -VERSION=3.1.4 +VERSION=3.1.5 TZ=America/New_York diff --git a/docs/source/conf.py b/docs/source/conf.py index dfaaecb6..71627adb 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -64,9 +64,9 @@ # built documents. # # The short X.Y version. -version = "3.1.4" +version = "3.1.5" # The full version, including alpha/beta/rc tags. -release = "3.1.4" +release = "3.1.5" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/frontend/static/dtale/info/DataViewerInfo.tsx b/frontend/static/dtale/info/DataViewerInfo.tsx index 3307050a..86bd1854 100644 --- a/frontend/static/dtale/info/DataViewerInfo.tsx +++ b/frontend/static/dtale/info/DataViewerInfo.tsx @@ -204,7 +204,11 @@ const DataViewerInfo: React.FC = ({ colum return (
{t('ArcticDB')}:
-
+