singhvishalkr commented on PR #1123: URL: https://github.com/apache/pulsar-site/pull/1123#issuecomment-4312664964
Reshaped the client tables per your screenshot notes — pushed `5b59795a` as a single clean commit off `main` (the three earlier commits are gone, so the diff is now `ClientReleasesTable.tsx` + `downloads.tsx` only). - Columns reduced to `Release | Source | Release notes`, matching the three-column shape of the `ReleaseTable` used for the Pulsar server / offloaders / connectors tables on the same page. The expand chevron moved inside the Release cell so the table doesn't carry a fourth, header-less column. - Odd rows now tint at `rgba(0, 0, 0, 0.03)`; the collapsible sibling row inherits the same tint, so an expanded entry visually groups with its trigger. - Row height: `paddingY: 0.5` on the three cells plus a smaller `IconButton` (`size="small"`, `padding: 0.25`, `fontSize="inherit"`) so a collapsed client row now matches the height of an `OldReleaseTable` row rather than the default ~48px the chevron was forcing. Row expansion behaviour is unchanged — click the chevron, get the Apache archive directory URL plus (for CPP/Node) the pre-built binaries hint. The tarball link in the `Source` column still bypasses the directory listing, which is the original issue this PR set out to fix. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
