FamousWolf / week-planner-card

Custom Home Assistant card displaying a responsive overview or multiple days with events from one of multiple calendars
MIT License
172 stars 12 forks source link

Add legend for calendar colors #107

Closed cstriffler closed 1 month ago

cstriffler commented 2 months ago

Add the ability to include a "legend" to indicate which color is which calendar. Similar to attached image: image

Zwirbel1 commented 2 months ago

I second this, a legend would be nice for the colours.

Not related to this improvement: @ cstriffler: how did you manage to colour the event text?

cstriffler commented 2 months ago

I second this, a legend would be nice for the colours.

Not related to this improvement: @ cstriffler: how did you manage to colour the event text?

This is an example from another calendar just to illustrate the idea

FamousWolf commented 1 month ago

This has been added to the dev branch and will be included in the 1.7.0 release.

FamousWolf commented 1 month ago

You can enable the legend by adding showLegend: true to your configuration.

FamousWolf commented 4 weeks ago

There's a bug in the legend styling and the day columns. I've created a issue (#128) for it, will fix it soon and release a new version.

Zwirbel1 commented 4 weeks ago

Thank you very much for this improvement.