Methods to render 'badges' in the Hub #820
Replies: 2 comments 6 replies
-
@aaronsteers How would it look if we used Tailwind to render a badge that had as associated value? All of the others have a key with a uniform grey background, but then a coloured section to the right for the value.
My assumption is that we should be able to use https://shields.io for all of the badges (custom ones included), and use query parameters to adjust the style (e.g. |
Beta Was this translation helpful? Give feedback.
-
Making our own badges seems feasible, but it's not clear to me what kind of value we might get out of them (other than a chance to add more meltano-branded designs) If we did there'd be roughly two approaches I think:
The former will get us real time data, but it's unclear to me if we'd take a page load/performance hit. The latter would refresh the data at the same cadence as our current metrics (nightly). |
Beta Was this translation helpful? Give feedback.
-
@rwfeather, @cjohnhanson, @pandemicsyn , @edgarrmondragon - What do you think of the various methods of rendering badges on the site.
My PR here shows Tailwind and Shields.io next to each other. The "Maintainer" name and "Keywords" are rendered with Tailwind. Others are mostly from Shields.
Beta Was this translation helpful? Give feedback.
All reactions