Skip to content

feat: allow users to choose card activity order - #608

Open
bionicman wants to merge 8 commits into
kanbn:mainfrom
habralab:feat/activity-sort-order
Open

feat: allow users to choose card activity order#608
bionicman wants to merge 8 commits into
kanbn:mainfrom
habralab:feat/activity-sort-order

Conversation

@bionicman

Copy link
Copy Markdown
Contributor

Description

Adds a compact toggle to the card Activity header so users can switch the
complete timeline between oldest-first and newest-first order. Oldest-first
remains the default, and the choice is stored in the browser for the first
iteration agreed in #596.

The comment editor follows the newest edge of the feed. The API and repository
support both directions with a timestamp plus public-ID cursor, preserving a
stable order when activities share a timestamp. Newly submitted comments also
remain visible when older activity is behind the pagination boundary.

Screenshots

Newest-first:

Newest-first card activity

Oldest-first:

Oldest-first card activity

Mobile

Newest-first card activity on mobile

Type of change

  • Bug fix
  • Feature (requires an approved issue — see below)
  • Refactor / chore
  • Documentation

Checklist

  • I have linked the related issue below
  • My code follows the existing style and conventions
  • I have tested my changes locally
  • I have included screenshots for any UI changes

Linked issue

Closes #596

Feature PRs without a linked, approved issue will be closed without review.
Open or comment on a feature request first and wait for maintainer approval before building.

@bionicman
bionicman force-pushed the feat/activity-sort-order branch from 54c8158 to bb04831 Compare September 9, 2026 23:54
@bionicman
bionicman force-pushed the feat/activity-sort-order branch from bb04831 to 399d6f8 Compare September 10, 2026 12:44
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.

Allow users to choose card activity order

1 participant