Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(progress-bar-border): implement progress bar border options for cards with lang progress bar #3831

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

nikelasi
Copy link

Description

This PR attempts to introduce a feature wanted in #3184.

Code Changes

  • introduces progress_bar_border_color and progress_bar_border_thickness options for wakatime and top-langs statistics cards
  • updates readme doc to include the above options and describe their behavior
  • updates renderWakatimeCard.test.js tests to increase coverage for progress bar border cases

Samples

Top Languages
layout=compact
progress_bar_border_color=000


layout=normal&langs_count=2
progress_bar_border_color=0f636d
progress_bar_border_thickness=2

WakaTime
layout=normal&langs_count=3
progress_bar_border_color=ffcd38
progress_bar_border_thickness=3

layout=compact&langs_count=4
progress_bar_border_color=000


Copy link

vercel bot commented Jun 29, 2024

@nikelasi is attempting to deploy a commit to the github readme stats Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions github-actions bot added documentation Improvements or additions to documentation. lang-card Issues related to the language card. wakatime-card Issues related to the wakatime card. labels Jun 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation. lang-card Issues related to the language card. wakatime-card Issues related to the wakatime card.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant