From b2f16e2cdd93f55326e9a58d1636ba40367b3c06 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 17 Jul 2025 13:15:21 +0000 Subject: [PATCH 1/3] Initial plan From d518b63846056c918f36ffa6c68582317719f833 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 17 Jul 2025 13:36:46 +0000 Subject: [PATCH 2/3] Revert PR #30573: catalog info column sticky positioning Co-authored-by: Rugvip <4984472+Rugvip@users.noreply.github.com> --- .changeset/orange-poems-report.md | 5 ----- .changeset/revert-eager-info-scroll.md | 5 +++++ plugins/catalog/src/alpha/DefaultEntityContentLayout.tsx | 3 +-- 3 files changed, 6 insertions(+), 7 deletions(-) delete mode 100644 .changeset/orange-poems-report.md create mode 100644 .changeset/revert-eager-info-scroll.md diff --git a/.changeset/orange-poems-report.md b/.changeset/orange-poems-report.md deleted file mode 100644 index e93a7e8209..0000000000 --- a/.changeset/orange-poems-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@backstage/plugin-catalog': patch ---- - -Adjusted the sticky scrolling of the new entity layout so that the info columns scrolls to the bottom more eagerly. diff --git a/.changeset/revert-eager-info-scroll.md b/.changeset/revert-eager-info-scroll.md new file mode 100644 index 0000000000..1868fd87c6 --- /dev/null +++ b/.changeset/revert-eager-info-scroll.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-catalog': patch +--- + +Revert PR #30573: Changed the sticky scrolling of the new entity layout back to stick to the top instead of bottom. \ No newline at end of file diff --git a/plugins/catalog/src/alpha/DefaultEntityContentLayout.tsx b/plugins/catalog/src/alpha/DefaultEntityContentLayout.tsx index a2be72bcdb..21276f424a 100644 --- a/plugins/catalog/src/alpha/DefaultEntityContentLayout.tsx +++ b/plugins/catalog/src/alpha/DefaultEntityContentLayout.tsx @@ -79,8 +79,7 @@ const useStyles = makeStyles< infoArea: { gridArea: 'info', position: 'sticky', - bottom: theme.spacing(3), - alignSelf: 'end', + top: theme.spacing(3), marginLeft: theme.spacing(3), }, contentArea: { From b333623c04535ad3d04808fb6a31628ccebf3506 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 17 Jul 2025 14:29:02 +0000 Subject: [PATCH 3/3] Remove changeset file as requested Co-authored-by: Rugvip <4984472+Rugvip@users.noreply.github.com> --- .changeset/revert-eager-info-scroll.md | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 .changeset/revert-eager-info-scroll.md diff --git a/.changeset/revert-eager-info-scroll.md b/.changeset/revert-eager-info-scroll.md deleted file mode 100644 index 1868fd87c6..0000000000 --- a/.changeset/revert-eager-info-scroll.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@backstage/plugin-catalog': patch ---- - -Revert PR #30573: Changed the sticky scrolling of the new entity layout back to stick to the top instead of bottom. \ No newline at end of file