Skip to content

feat: url-backed string array store and entity filter

Cynthia requested to merge cynthia/url-backed-state into vue-vite-dev

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).

Merge request reports