-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bars in month view instead of dots #260
Comments
You can change the .event class... and set a width and remove border radius, for example ;) Or do your own class and add on the template ;) |
I meant, more like in the views. If an event is 3 days long, I would like the bar to be width enough to cover all 3 days....I am not sure if it's clear? |
I really think that this would be helpful instead of the dots. +1! |
Was thinking the same thing, +1 |
+1 from me ... |
+1, it's alreday done in week view, so if anyone can reverse-engineer it for month view... :) |
+1, I think this would be a very useful feature for using the calendar as a planner in month view. I've tried reverse-engineering it from week view, but the problem with that is that the events that have days in multiple weeks need to be segmented in multiple elements (one div / week), and that requires some additional calculation for when the new "bars" should end and begin again (on a week level). Then you would also need to account for vertical alignment, so if an event is above another one in week 1, and they both extend into week 2, the first event should also be above the second in week 2 - so it's trickier than just extending week view (that computes start and end, and then expands the element over the days, making it easy to keep it at the vertical position that it started at). To better explain why this is different from what @eleazan suggested, here's an example of why just applying different classes won't work: |
@andreiavram Just to make sure we're on the same page - is it possible to have a month view filled with color permanently like in week view (or like on hover over event in month view)? So not modifying bars for events, but simply color the whole cell permanently? |
+1 I'm looking for exactly this. This one feature is me from committing to using bootstrap-calendar for a project. I've spent hours looking for a good jQuery/Bootstrap calendar plugin/project that does multi-day events well. |
Can someone figure this out? @Serhioromano @mlocati ? |
Bars in month view is in the plans. There will be parameter on what width dots turn into bars. It will part of responsiveness. For example in container smaller than 500px it is dots and bigger it is bars. But unfortunately now I am out in the other country on one project where I have almost no time even to look through issues. But I could find a time to review and accept contributions. So if anyone can add this, you are welcome. |
+1 I wan't to replace https://github.com/elevation/event_calendar in my application with this one, but the dot-representation of events in month view is a showstopper for me and my users. |
Any updates on this? It would be a lovely feature. |
Is it possible to have bars like in the weeks view but in the month view instead of the dots?
The text was updated successfully, but these errors were encountered: