Skip to content

fix(conversations): sort list by timestamp in frontend#111785

Open
shellmayr wants to merge 1 commit intomasterfrom
shellmayr/fix/sort-conversations-list-by-timestamp-in-frontend
Open

fix(conversations): sort list by timestamp in frontend#111785
shellmayr wants to merge 1 commit intomasterfrom
shellmayr/fix/sort-conversations-list-by-timestamp-in-frontend

Conversation

@shellmayr
Copy link
Copy Markdown
Member

  • The API response cannot be relied upon to be correctly sorted currently
  • Quick frontend fix is to sort on the frontend

Closes TET-2150

@shellmayr shellmayr requested a review from a team as a code owner March 30, 2026 14:57
@linear-code
Copy link
Copy Markdown

linear-code bot commented Mar 30, 2026

@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Mar 30, 2026
@vgrozdanic
Copy link
Copy Markdown
Member

vgrozdanic commented Mar 30, 2026

The API response cannot be relied upon to be correctly sorted currently

why?

If we need to sort on the client, this potentially breaks pagination

@shellmayr
Copy link
Copy Markdown
Member Author

@vgrozdanic I don't know yet, but I want to look at that next. For now, this fixes the problem and when we found the backend issue, we can remove this again for performance reasons

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants