kvyatkovskys / KVKCalendar

A most fully customization calendar for Apple platforms 📅
https://kvyatkovskys.github.io/KVKCalendar/
MIT License
537 stars 118 forks source link

Add event without `.move` #352

Closed rakuyoMo closed 3 months ago

rakuyoMo commented 4 months ago

When style.event.states does not contain .move, this pr allows adding events where the user long presses, instead of adding the event to the front.

I didn't add a property in Style to control this behavior, because I think adding an event at the finger long press is in line with common sense of interaction.

If there is a need to add a control property, I can add it.

kvyatkovskys commented 4 months ago

When style.event.states does not contain .move, this pr allows adding events where the user long presses, instead of adding the event to the front.

I didn't add a property in Style to control this behavior, because I think adding an event at the finger long press is in line with common sense of interaction.

If there is a need to add a control property, I can add it.

Can you add a property, pls?

rakuyoMo commented 4 months ago

If there is a need to add a control property, I can add it.

Can you add a property, pls?

No problem, I'll add it next week

rakuyoMo commented 3 months ago

@kvyatkovskys I added the new style property and can now start the review again.