absurdfarce commented on PR #304: URL: https://github.com/apache/cassandra-website/pull/304#issuecomment-3525559308
Okay, fixes suggested above applied (along with a few extras). Here's what I have now: <img width="1270" height="664" alt="download-update2" src="https://github.com/user-attachments/assets/c4693e72-ce17-4905-b264-06c80efbe5cc" /> From less controversial to moreso: * Added "source" link to Go driver so that it matches up what we're doing with the Java driver * Both drivers now go name/description/last release data... gocql didn't have a last release date and Java had them in the other order. The usage here is more consistent with other entities on the page. * Moved both drivers onto a single row * With adequate buffering between this row and the "Unmaintained older versions..." row just above it * Generalizes nicely once Python and C/C++ join the fold * I kept the button + link for both drivers * In each case they're still a link to the source file... which does differ from the other buttons * A button with no link here just seemed strange to me * Tried to mitigate any weirdness by explicitly changing the text to indicate that it's a source download Thoughts? -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

