vkurko / calendar

Full-sized drag & drop JavaScript event calendar with resource & timeline views

Home Page:https://vkurko.github.io/calendar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unique classes in views

piotrm73 opened this issue · comments

commented

I have suggestion to give unique classes in views, because now timeGridDay, timeGridWeek and resourceTimeGridWeek all are in '.ec-week' container nad this makes it difficult to customize views in css...
for example I have many resources in resourceTimeGridWeek and I had to change some css there but it spoils the timeGridDay and timeGridWeek views

Actually, it has already been implemented in v2.1.0. Please check this comment.

I hope I can close this issue.

commented

ok. I installed latest version and fortunatelly it's working on older nodejs...but I have just one more suggestion about resource view

image

it would be good to separate .toolbar from the rest (.ec-header, .ece-all-day, ec-body) because when it's many resources you must use oferflow:auto or scroll, and it would be good to attach overflow to container with just resources data, and toolbar should not be scrolled then

Thanks for the suggestion. For a large number of resources, this view would be more suitable. Hope it gets implemented someday.