jasudev / AxisContribution

A library that expresses a github contribution calendar through an array of dates. Supports iOS and macOS.
MIT License
111 stars 24 forks source link

Full week of cells is shown in the current week (regression) #15

Open mikepinkerton opened 4 months ago

mikepinkerton commented 4 months ago

After updating from 0.5.0 to main, I noticed a difference in the way the current week is displayed.

Previously, the cells in the week would only be visible up to and including the current day (say, Tuesday), with Wednesday - Saturday being the background color.

Now, all cells of the current week are visible, and are gray if they have no data.

It feels like this is a regression, because in theory, days in the future shouldn't have any data, so they shouldn't be displayed at all. It also helps the user visualize where they are in the current week.