Skip to content

Preserve show-all pagination when sorting the auction list. - #1625

Merged
vohmar merged 4 commits into
masterfrom
allowing-all-auctions-sorting-in-list-view
Sep 3, 2026
Merged

vohmar merged 4 commits into
masterfrom
allowing-all-auctions-sorting-in-list-view

Conversation

@mmeest

@mmeest mmeest commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

close #1623

Sorting and the show-all toggle were overwriting each other's query params, so the list fell back to 15 rows after a sort.

Now when auctions are sorted on list view(by domain name, auction type or bid) and after that list view changed from 15 -> all,
then sorted order remains as selected by user.

Same logic works both ways. If user selects previously 'list all auctions' and then uses sort, then list view still displays all auctions(in sorted order by selected value).

mmeest and others added 2 commits September 1, 2026 14:17
Sorting and the show-all toggle were overwriting each other's query params, so the list fell back to 15 rows after a sort.

Co-authored-by: Cursor <cursoragent@cursor.com>
Ruby Array#sort and PostgreSQL collations disagree on names like extra-1 vs extra-10, which made CI fail while local tests passed.

Co-authored-by: Cursor <cursoragent@cursor.com>
@mmeest
mmeest requested review from OlegPhenomenon and maricavor and removed request for OlegPhenomenon and maricavor September 1, 2026 12:25
@sonarqubecloud

sonarqubecloud Bot commented Sep 1, 2026

Copy link
Copy Markdown

@github-actions

github-actions Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

🚀 Deploy Complete!

Property Value
App auction
Slot 1
URL https://auction1-dev.cloud.tld.ee
Namespace auction1-dev

(Environment ready for testing)

@vohmar
vohmar requested a review from maricavor September 3, 2026 13:15
@vohmar
vohmar merged commit 87dac6b into master Sep 3, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Sorting breaks domain list view's show_all=true listing

3 participants