Skip to content

feat: use query params instead of state

Rémi PAILHAREY requested to merge query-params into main

Use query params as state

This allow to share pre-filled planning with the URL (example: zimbra.apps.grandlyon.com/?email=agent1@grandlyon.com,agent2@grandlyon.com&date=2024-03-18)

This required the addition of react-router-dom

Merge request reports