Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Back to the catalog list should be same as browser back #579

Open
adamrocker opened this issue Aug 23, 2021 · 1 comment
Open

Back to the catalog list should be same as browser back #579

adamrocker opened this issue Aug 23, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@adamrocker
Copy link
Collaborator

ASIS: The back to the catalog list button which is on the top-left button in the catalog page goes back to the catalog list without any query.
スクリーンショット_2021-08-23_19_08_54

TOBE: If the returning page is the catalog list page, it should be re-build the query which is composed by the filter keys.

@adamrocker adamrocker self-assigned this Aug 23, 2021
@Sixeight
Copy link

Sixeight commented Sep 4, 2021

I feel that if you use pushState with state when you transition to an individual page, it will be handled naturally.
Maybe, #571 is also resolve with state.

<a
href={`/catalog/${props.definition.id}`}
onClick={onClickCard}
rel="noreferrer"
>

@yoichiro yoichiro added the bug Something isn't working label Sep 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants