This is an automated email from the ASF dual-hosted git repository.
bbovenzi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from fc72417a4b6 Add number of queries guard in public xcom entries list
endpoints (#55936)
add 968b6373ab2 Add settings to auto-apply linting, fix linting errors
(#57510)
No new revisions were added by this update.
Summary of changes:
.gitignore | 2 -
.vscode/extensions.json | 5 +
.vscode/settings.json | 38 +++++++
.../src/airflow/ui/src/layouts/Nav/Nav.tsx | 10 +-
.../src/airflow/ui/src/layouts/Nav/NavButton.tsx | 112 +++++++++++----------
.../airflow/ui/src/layouts/Nav/PluginMenuItem.tsx | 19 ++--
.../src/airflow/ui/src/layouts/Nav/PluginMenus.tsx | 4 +-
.../ui/src/layouts/Nav/UserSettingsButton.tsx | 4 +-
8 files changed, 123 insertions(+), 71 deletions(-)
create mode 100644 .vscode/extensions.json
create mode 100644 .vscode/settings.json