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

refactor: maintain page param in associations #3270

Merged
merged 5 commits into from
Sep 27, 2024

Conversation

adrianthedev
Copy link
Collaborator

@adrianthedev adrianthedev commented Sep 25, 2024

Description

Fixes #3262

Makes the navigation between associated records a bit smoother.

Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works

Screenshots & recording

keep_pagination.mp4

Copy link

codeclimate bot commented Sep 25, 2024

Code Climate has analyzed commit e1faed7 and detected 0 issues on this pull request.

View more on Code Climate.

spec/system/avo/tabs_spec.rb Outdated Show resolved Hide resolved
spec/system/avo/tabs_spec.rb Outdated Show resolved Hide resolved
spec/system/avo/tabs_spec.rb Outdated Show resolved Hide resolved
spec/system/avo/tabs_spec.rb Outdated Show resolved Hide resolved
spec/system/avo/tabs_spec.rb Outdated Show resolved Hide resolved
spec/system/avo/tabs_spec.rb Outdated Show resolved Hide resolved
@Paul-Bob
Copy link
Contributor

@adrianthedev just added the tests for this one. Should we keep the "Refactor" label since is changing functionalities?

I guess this one is more of a fix for #3262

Or an enhancement, check this PR

@Paul-Bob Paul-Bob merged commit 595812c into main Sep 27, 2024
22 checks passed
@Paul-Bob Paul-Bob deleted the refactor/maintain-pagination-in-associations branch September 27, 2024 09:12
Copy link
Contributor

This PR has been merged into main. The functionality will be available in the next release.

Please check the release guide for more information.

@adrianthedev adrianthedev changed the title refactor: maintain page in associations refactor: maintain page param in associations Sep 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[Bug] When using tabs, the state of the previous screen is not retained when navigating back with the browser.
2 participants