cssgridgenerator icon indicating copy to clipboard operation
cssgridgenerator copied to clipboard

Add query param support for URL sharing

Open gpbmike opened this issue 6 years ago • 3 comments

It would be cool to save the grid state to the URL so you can share it.

gpbmike avatar May 28 '19 18:05 gpbmike

I forked the repo, I going to work on this!

Canopix avatar May 29 '19 02:05 Canopix

Cool, thanks @Canopix!

sdras avatar Jun 02 '19 04:06 sdras

I'm thinking about make this feature converting the State to URL query params, (using query-string package). If someone has any idea to implement this feature or something that guide the development of this, feel free to share it here.

At the moment, I'm doing the logic for convert array object inside the state (childarea for example) to query params.

Canopix avatar Jun 03 '19 20:06 Canopix