million icon indicating copy to clipboard operation
million copied to clipboard

Preset Passed Via Search Param in URL

Open GuiBibeau opened this issue 2 years ago • 2 comments

Description:

Implement a feature that allows presets to be passed via search parameters in the URL. This will allow users to quickly load specific setups or configurations.

Acceptance Criteria:

  • [ ] User can load a preset by visiting a URL with the preset specified as a search parameter.
  • [ ] The playground should correctly load and apply the preset.

GuiBibeau avatar May 28 '23 20:05 GuiBibeau

Is the goal to have something like ?framework=vite-react or ?framework=nextjs ?

I would like to be assigned to this if possible Thanks!

ethanniser avatar Jun 02 '23 12:06 ethanniser

it would be cool showing the search param only if it's not the default framework, like:

show ?framework=nextjs and ?framework=remix but not ?framework=vite-react

brunoeduardodev avatar Jun 19 '23 15:06 brunoeduardodev

#440

ethanniser avatar Jun 23 '23 18:06 ethanniser