lperamo / ecocomposer

Frontend library with as little JavaScript as possible.
https://ecocomposer.dev
Other
2 stars 0 forks source link

Improve the URL when passing into the `day` view #17

Open lperamo opened 1 year ago

lperamo commented 1 year ago

Problem We have an ugly URL when we pass in the day view like https://ecocomposer.dev/calendar#cal--day--dummy-activator0.

Suggestion of solution We must show a clean and legible URL when we pass in day view maybe like https://ecocomposer.dev/calendar#monday. The fact is, it is actually related to CSS rules so it is quite complicated to change that.