Skip to content

pagination should persist state in query params #300

@amilajack

Description

@amilajack

When navigating via pagination, options should be persisted to the page URL. This allows the pagination current page to be restored when navigating back.

User scenario:

As a user, I want search through sounds via pagination, navigate to a sound by clicking on a sound in the sound list, and navigating back if I don't like the sound. When navigating back, I expect the pagination to have the same page that I was last in.

We can accomplish this by persisting the current pagination page to the url:

?q=forest&p=1

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions