silverwind
silverwind
Sounds like an [upstream](https://github.com/razorness/vue3-calendar-heatmap) issue.
Issue is also present on https://razorness.github.io/vue3-calendar-heatmap/
Upstream issue: https://github.com/razorness/vue3-calendar-heatmap/issues/35
Could be seen as working as intented. If you close a unsaved modal accidentially, it's good to have the data back. Any saved data should of course be cleared and...
CSS recently gained support for [an infinity value](https://developer.mozilla.org/en-US/docs/Web/CSS/calc-constant) so `calc(infinity * 1px)` should work in recent browsers, but I think it's still too early to make use of that. Also,...
> Hmm I'm not sure how common it is, but should I account for duplicate `Co-authored-by` entries i.e. entries that have the same email in a single commit? I guess...
> Recent change made the co-author parsing logic more robust to inputs where the co-author's name may include a '
BTW is it feasible to move all commit message parsing into a shared function? As I see it, parsing these Co-Authored-By lines is not specific to Commit graph and could...
Maybe a bit higher default will be good, I'm thinking maybe 5k or 10k lines. Is the UI still reasonable fast with 10k lines and let's say 10 columns?
Updated PR title. The linked issue https://github.com/go-gitea/gitea/pull/29663 seems incorrect. Is there a actually relevant issue for this?