This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 15561a3f11a Document Airflow 3 UI browser requirements (#68313)
15561a3f11a is described below
commit 15561a3f11a36ee4e1aad49c47f61392df17bcd7
Author: SeongUk Kim <[email protected]>
AuthorDate: Mon Jun 22 15:55:21 2026 +0900
Document Airflow 3 UI browser requirements (#68313)
Add a UI overview note that directs users to current browser versions and
calls out modern CSS color functions. This documents the compatibility
expectation related to older Edge rendering reports.
Related: #68312
Tested: git diff --check
Co-authored-by: OmX <[email protected]>
---
airflow-core/docs/ui.rst | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/airflow-core/docs/ui.rst b/airflow-core/docs/ui.rst
index 602880500b3..23df5ce29b3 100644
--- a/airflow-core/docs/ui.rst
+++ b/airflow-core/docs/ui.rst
@@ -29,6 +29,11 @@ experienced users alike.
.. note::
Screenshots in this guide use **dark theme** by default. Select views are
also shown in **light theme** for comparison. You can toggle themes from user
settings located at the bottom corner of the Airflow UI.
+.. note::
+ The Airflow 3 UI uses modern browser and CSS features. Use a current
version of Chrome, Edge, Firefox, or
+ Safari. Older browser versions that do not support modern CSS color
functions such as ``oklch()`` or
+ ``color-mix()`` may render the UI incorrectly.
+
.. _ui-home:
Home Page