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 866 forks source link

Premium demos? #857

Open mattlewis92 opened 5 years ago

mattlewis92 commented 5 years ago

Hey everyone! 👋

I currently work on this project for free in my spare time, and I'm looking into some ways to make the project more sustainable, so that I can justify spending more time maintaining it. One of the methods I'm considering, is by creating some premium demos, they would work exactly the same as the current demos, except to access the source code you (or better yet your employer!) would need to pay a fee (somewhere around the $100 mark).

Some of the things I'm considering making premium demos of are:

If you would be willing to pay for this, please add a thumbs up on the issue, plus if you have any other ideas of demos you would pay to see, please comment here!

Thanks for taking the time to read this and for using my project! ❤️

p.s. anyone who donates $50 or above on Patreon will get this for free when it's finished

gomjabar6 commented 5 years ago

You have what has to be the single most useful free component I use regularly. I would love to support the project for some premium content! Heck, I would buy the battlepass at this point! Keep up the good work.

LuisduardoLanfredi commented 5 years ago

Hey Matt. First thanks for your component. It's been very useful to me. I have a personal project where I use your calendar and it works like a charm. The only problem is that for me there are so many events that it's necessary to use the horizontal scroll to be able to see all of them.

I was wondering if there is some functionality (or plan to create it) where it's possible to see more events in a hour time frame in a vertical way. Some way to put a fix event width and when all events full fill a line, it starts another line for the same hour.

I'll definitely contribute($) to your project.

Thanks.

agilob commented 5 years ago

https://github.com/sponsors

mattlewis92 commented 5 years ago

Oh neat, I didn't know about that, thanks @agilob!

agilob commented 5 years ago

It was only announced today or yesterday, and I get here by accident, just checking if that but in IE has been reported already. since I'm here, do you know of any fix for situation when list of events in a day doesnt hide a component when day is "unclicked" on IE11?

Like here https://mattlewis92.github.io/angular-calendar/#/kitchen-sink when I click on day it shows component with list of events, when clicked different day, it hides it. On IE11 it calls onNgDestroy of that nested component, but doesn't remove it from DOM :(

mattlewis92 commented 5 years ago

It sounds like that might be a bug in angular itself, but it's hard to say as I don't have access to a windows machine to debug it on IE11

GrandSchtroumpf commented 4 years ago

Hello, I'm super interested by "Usage with angular material", especially if we can use the material theme :)

lsmitchell2 commented 1 year ago

@mattlewis92 Do you have a premium demo for showing events on the month view that span multiple days? This calendar does everything I need except that. We were able to change the dots to bars using CSS but if they overlap, the events don't say in the same order. image