feat: url-backed string array store and entity filter
Adds a helper to retrieve and update values from the URL transparently, as if it was a ref([])
. Data flows bidirectionally.
Includes a wrapper on top of this one to filter entities based on IDs set on the URL. Handles temporary ID to permanent ID (updates the ID in URL as soon as the permanent ID is available).