From 101755fe58782bb118c1f555cf75b9f57a9a7a0b Mon Sep 17 00:00:00 2001 From: mikemoone Date: Fri, 31 Jul 2026 12:21:11 -0700 Subject: [PATCH] Use monochrome icon in sidebar --- CHANGELOG.md | 4 ++++ assets/images/dj-icon-mono.svg | 40 ++++++++++++++++++++++++++++++++++ package.json | 4 ++-- 3 files changed, 46 insertions(+), 2 deletions(-) create mode 100644 assets/images/dj-icon-mono.svg diff --git a/CHANGELOG.md b/CHANGELOG.md index 6efa317..5080364 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 2.0.3 + +- **Monochrome sidebar icon.** Switched the Activity Bar icon to a monochrome SVG so it remains visible across light, dark, and high-contrast themes in remote workspaces. + ## 2.0.2 - **Python model run tracking in Airflow.** DJ-generated `etl_helper.py` records each python model run (success, error, skipped, upstream_failed) to a Trino meta table configured via `run_tracking` (`catalog`, `schema`, and `table` are required in the `dj_python_source_config` Airflow Variable). Mapped tasks reconcile failures that occur before model code runs, and expose helpers your DAG can call for end-of-run reconciliation and `[Python Models]` failure email summaries. diff --git a/assets/images/dj-icon-mono.svg b/assets/images/dj-icon-mono.svg new file mode 100644 index 0000000..7314f8d --- /dev/null +++ b/assets/images/dj-icon-mono.svg @@ -0,0 +1,40 @@ + + + + + + + + diff --git a/package.json b/package.json index 1118712..4265f48 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "type": "git", "url": "https://github.com/Workday/dj.git" }, - "version": "2.0.2", + "version": "2.0.3", "workspaces": [ "web" ], @@ -969,7 +969,7 @@ { "id": "dj", "title": "DJ (Data JSON) Framework", - "icon": "assets/images/dj-icon-white.svg" + "icon": "assets/images/dj-icon-mono.svg" } ], "panel": [