mattlewis92 / angular-calendar

A flexible calendar component for angular 15.0+ that can display events on a month, week or day view.
https://mattlewis92.github.io/angular-calendar/
MIT License
2.72k stars 865 forks source link

feat(week-view): add ability to customise document cursor when resizing events #1613

Closed brutusmcforce closed 1 year ago

brutusmcforce commented 1 year ago

Hi friends,

I need to set custom cursors for the resizable elements in the calendar so I've added properties for them on the day and week views.

I could not find any docs on any preferred way to make pull requests so I hope this is fine.

brutusmcforce commented 1 year ago

@mattlewis92 Any opinions on this?

codecov-commenter commented 1 year ago

Codecov Report

Merging #1613 (685f263) into main (03f5d74) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1613   +/-   ##
=======================================
  Coverage   97.49%   97.49%           
=======================================
  Files          39       39           
  Lines         678      678           
  Branches      143      143           
=======================================
  Hits          661      661           
  Misses          1        1           
  Partials       16       16           
Impacted Files Coverage Δ
...dar/src/modules/day/calendar-day-view.component.ts 100.00% <ø> (ø)
...r/src/modules/week/calendar-week-view.component.ts 97.05% <ø> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

mattlewis92 commented 1 year ago

Released to npm as 0.31.0 🥳 Thanks for your contribution!