This is an automated email from the ASF dual-hosted git repository.

pierrejeambrun pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 62711897b3b Feat/check multi team enabled when team name provided api 
(#63994)
     add bfe46f61cc0 UI: Rework Monaco editor theme to match Chakra UI palette 
(#64748)

No new revisions were added by this update.

Summary of changes:
 airflow-core/src/airflow/ui/package.json           |   2 +
 airflow-core/src/airflow/ui/pnpm-lock.yaml         |  17 +++
 .../src/airflow/ui/src/components/JsonEditor.tsx   |   7 +-
 .../ui/src/components/RenderedJsonField.tsx        |   6 +-
 .../src/airflow/ui/src/context/colorMode/index.ts  |   1 +
 .../src/context/colorMode/useMonacoTheme.test.ts   | 128 +++++++++++++++++++++
 .../ui/src/context/colorMode/useMonacoTheme.ts     |  98 ++++++++++++++++
 .../src/airflow/ui/src/pages/Dag/Code/Code.tsx     |   7 +-
 .../ui/src/pages/Dag/Code/CodeDiffViewer.tsx       |   7 +-
 9 files changed, 258 insertions(+), 15 deletions(-)
 create mode 100644 
airflow-core/src/airflow/ui/src/context/colorMode/useMonacoTheme.test.ts
 create mode 100644 
airflow-core/src/airflow/ui/src/context/colorMode/useMonacoTheme.ts

Reply via email to