bazel-contrib / bcr-ui

Website for the Bazel Central Registry
https://registry.bazel.build
Apache License 2.0
14 stars 9 forks source link

Issue with Rendering Versions #99

Open oh-tarnished opened 10 months ago

oh-tarnished commented 10 months ago

Hey All,

Well I think the circle was probably not the right choice for displaying the versions that a bazel_dep depends on. This issue is for making a PR to fix that to maybe a curved rectangle.

Screenshot 2023-08-28 at 11 06 16 AM

also, can I revolve the building this project with bazel ? maybe using bzlmod

hobofan commented 8 months ago

Sorry for not responding to this earlier!

Well I think the circle was probably not the right choice for displaying the versions that a bazel_dep depends on. This issue is for making a PR to fix that to maybe a curved rectangle.

Yeah, the more different versioning schemes appear in the BCR, the more obvious this becomes. I do already have a newer design for this in the works which I'll land a PR for in the next few days.

also, can I revolve the building this project with bazel ? maybe using bzlmod

I'd be open to have Bazel as a secondary build system in the project to make it easier to get going on the development of bcr-ui for people that are used to that. However, since Bazel traditionally doesn't pair too well with Github Actions (like most systems with ephemeral runners), the main build will likely stay based on pnpm (without Bazel), so that we can maintain fast CI times.