You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today if you have multiple sheets, you lose the state of the sheet you're looking at if you refresh.
For example, if I'm on a sheet with tabs: [Foo][Bar] and "Foo" is the active sheet, if I switch to "Bar" that navigation is not tracked in the URL. So if I then refresh the page, I will no longer be looking at "Bar" but at "Foo" because by default it loads the first sheet.
Not only does refreshing lose your state in the sheet, but there's also no way to share a link with someone to a particular sheet.
Again with the example of the sheets [Foo][Bar], if I made that sheet public and linked someone to it, I wouldn't be able to link them directly to sheet "Bar". It would always load "Foo"
We should have a query param that updates as the user navigates so, at minimum, you can link someone to the sheet you're looking at (and if you reload, you don't lose the sheet you were looking at).
Today if you have multiple sheets, you lose the state of the sheet you're looking at if you refresh.
For example, if I'm on a sheet with tabs: [Foo][Bar] and "Foo" is the active sheet, if I switch to "Bar" that navigation is not tracked in the URL. So if I then refresh the page, I will no longer be looking at "Bar" but at "Foo" because by default it loads the first sheet.
Not only does refreshing lose your state in the sheet, but there's also no way to share a link with someone to a particular sheet.
Again with the example of the sheets [Foo][Bar], if I made that sheet public and linked someone to it, I wouldn't be able to link them directly to sheet "Bar". It would always load "Foo"
We should have a query param that updates as the user navigates so, at minimum, you can link someone to the sheet you're looking at (and if you reload, you don't lose the sheet you were looking at).
Example:
https://app.quadratichq.com/file/:uuid?sheet=:sheetId
The text was updated successfully, but these errors were encountered: