Skip to content

chore: change default sessions page sorting order#69

Merged
maxy-shpfy merged 1 commit into
mainfrom
07-19-chore_change_default_sessions_page_sorting_order
Jul 21, 2026
Merged

chore: change default sessions page sorting order#69
maxy-shpfy merged 1 commit into
mainfrom
07-19-chore_change_default_sessions_page_sorting_order

Conversation

@maxy-shpfy

@maxy-shpfy maxy-shpfy commented Jul 19, 2026

Copy link
Copy Markdown
Collaborator

TL;DR

Sessions are now displayed in reverse chronological order in the sessions table.

What changed?

The SessionsTable component now sorts sessions by createdAt in descending order before rendering, so the most recently created sessions appear at the top of the list.

How to test?

  1. Create multiple sessions at different times.
  2. Open the sessions table and verify that the most recently created session appears first, with older sessions listed below in descending order.

Why make this change?

Users are most likely interested in their recent sessions, so surfacing the newest sessions at the top provides a more intuitive and useful default ordering.

Copy link
Copy Markdown
Collaborator Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

@maxy-shpfy
maxy-shpfy marked this pull request as ready for review July 19, 2026 16:53
@maxy-shpfy
maxy-shpfy requested a review from a team July 19, 2026 16:54
@maxy-shpfy
maxy-shpfy merged commit 51bb320 into main Jul 21, 2026
16 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.

1 participant