react-spreadsheet-import icon indicating copy to clipboard operation
react-spreadsheet-import copied to clipboard

Back feature

Open alkanna opened this issue 3 years ago • 1 comments

Hello,

Are there any plans to support a "go back" feature ? If so, would that be compatible with a router somehow with the browser back button ?

Would you be open to a pull request for the former feature only ?

Thanks !

alkanna avatar Jul 11 '22 09:07 alkanna

Hey @alkanna, feel free to open a PR for this.

We don't save previous step state anywhere, so that would need to be added, you can check the state each step expects here https://github.com/UgnisSoftware/react-spreadsheet-import#initial-state.

If you would like to add navigation when clicking on steps at the top, we use this stepper library https://github.com/jeanverster/chakra-ui-steps#steps.

masiulis avatar Jul 12 '22 10:07 masiulis

I can see that there is an open PR for this. Will this be merged anytime soon?

rdmQI avatar Nov 15 '23 07:11 rdmQI

Would also love to see this feature

bkuermayr avatar Nov 25 '23 13:11 bkuermayr

Released in 4.5.0 under prop isNavigationEnabled.

masiulis avatar Nov 27 '23 14:11 masiulis